the design philosiphy of residual
Find a file
2026-03-26 21:26:55 -07:00
.agent/claude design plan (rough) 2026-03-26 21:26:55 -07:00
docs design plan (rough) 2026-03-26 21:26:55 -07:00
.gitignore initial commit 2026-03-26 20:38:03 -07:00
CLAUDE.md initial commit 2026-03-26 20:38:03 -07:00
README design plan (rough) 2026-03-26 21:26:55 -07:00

residual

a minimal, portable linux os designed to boot from usb on any x86_64 machine,
leave no trace on the host, and persist its own state quietly across sessions.

it is not a distribution. it is not a desktop environment.
it is a designated environment that follows you.

---

built on alpine linux (lts kernel). amber terminal. keyboard-driven.
suckless tools, a c compiler, and go. nothing else you didn't ask for.

persistence is optional. if none is configured, residual boots read-only
and tells you so. run `residual setup` to configure it.

---

docs/design.md       full design document
docs/persistence.md  persistence architecture
docs/cli-reference.md  residual tool reference
docs/aesthetic.md    color scheme and ui philosophy