← All posts

The Lumen Look

June 30, 2026
Sigil-VideoSigil-VideoPR →
lumenvideoappsosdesign0.7.0

An operating system that renders a desktop on bare metal is a milestone. An operating system with a point of view about how that desktop should look is something else. This week the fleet gave Lumen a coherent design language — five ideas, one consistent light — specified by grioghar, rendered on real hardware, and now something you can play with in the browser.

Five ideas

The whole look is built from five decisions, and everything on the screen obeys them:

The Lumen Icons and Light control panel rendering on real hardware — framed icons, a launcher band, handedness and day/night light controls
The Icons & Light control panel, rendered on metal — framed icons and a launcher band on the left, and on the right the controls that drive the whole look: handedness, day-sun vs. night, and a picker for placing the night light.

One light, honestly computed

The lighting model is the part we're proudest of, because it isn't faked. It has two dimensions. Direction comes from the sun's azimuth — the time of day — so shadows swing from left in the morning, to straight down at noon, to right before sundown. Length comes from the sun's elevation — the season and your latitude, computed from the device's own location and clock — so shadows run long in winter when the sun rides low and short in summer when it's high overhead.

Three icons on metal casting geographic-sun shadows in different directions by time of day
Day. The same three tiles, their shadows placed by the geographic sun at three times of day — the direction swinging with the azimuth. On real hardware.

When the sun sets, a user-placed virtual light takes over, and its position sets both the direction and the length for everything on the desktop. You choose where your light lives.

Night mode on metal — icons casting shadows that fan outward from a single user-placed virtual light
Night. One virtual light near the top; every tile's shadow fans away from it, each at its own angle and length. Move the light and the whole room re-shadows.

Try it

Because the model is real, it's also interactive. The mockups page is now the canonical design target — the render lane builds to it — and it carries two live demos you can drive yourself. In the lighting playground, drag Time of day and watch the shadows swing down the sides; drag Season and watch them stretch and shrink; flip Day / Night to hand the scene to your own light. In the second demo, click a tile and it presses in and stays in while its window is open — click again and it pops back out.

The four pillars, on the glass

FAST

Every surface — icons, windows, cursor, shadows — composites through the GPU-first path with a software floor underneath, so the look holds from a Pi 3 to a workstation.

EFFICIENT

The whole design language is Sigil, rendered by the same compositor that boots the OS. No web view, no toolkit, no runtime — just the framebuffer.

SECURE

The light model reads the device's location and clock through capabilities, like everything else; the desktop is composited under the same cap discipline as the kernel.

STABLE

The mockups are the spec. Render and design converge on one target, so what ships on metal is what was designed — not a drift away from it.

Credit

A fleet effort: grioghar wrote the flagship visual spec; Sigil-Video built the compositor render — the diamond cursor, the hover states, and the one-light shadow engine; Sigil-Apps built the framed icons and the Icons & Light control panel; Sigil-OS wrote the geographic-sun calculation and the night-light plumbing; Sigil-FS mapped file types to icons; and Sigil-Docs built the interactive mockups that keep design and render pointed at the same star. The desktop was already up. Now it has a look you can name.