The OS is the agent interface.
immutable · agent-native · atomicRead the full story in Chapter 25 of The Philosophical Developer . The philosophy, the architecture decisions, and what comes next.
Chaossynergy is an operating system shaped around one purpose: being the substrate that an AI agent lives in and operates through. Not Linux with an assistant installed. Not a CLI tool that talks to an LLM. An entire OS designed for human-AI collaboration.
The name is a contradiction made real. Chaos — the unpredictable, emergent behaviour of multiple agents, containers, and runtimes working in parallel. Synergy — the whole working together as one system, directed by a single conductor.
Immutable, atomic, minimal. An appliance that exists only to boot the agent. If the agent breaks, delete the container. The host is untouched.
Hermes runs in a distrobox container with its own state. Break it? distrobox rm agent. Fresh runtime in 30 seconds.
bootc provides atomic OS updates at the kernel level. Distrobox isolates the agent at the user level. One layer can fail and the other still holds.
Four integrated layers, one unified system. Everything the agent needs lives in a disposable distrobox container. The host OS stays minimal.
Bluefin LTS (CentOS Stream 10) — just herdr, systemd services, GDM auto-login. No browsers. No Node.js. No Hermes. An appliance.
Fullscreen Ptyxis terminal on boot. Agent-aware sidebar. Every shell auto-enters the distrobox via the chaossynergy-shell wrapper.
Fedora distrobox with Chromium, Node.js, Hermes, pass. Shared home directory so the agent sees your projects and configs.
Shift-at-boot emergency root shell. If the agent or multiplexer fails, you always have a way back in.
Hermes ◄──► npx @browsermcp/mcp ──WebSocket──► Chromium Extension
│ │
└──► pass show hermes/openrouter browserpass fills login forms
~/.password-store/ ◄──── browserpass-native ◄──── browserpass ext$ just build $ just build-qcow2 $ just run-vm-qcow2
Or deploy from the registry:
$ sudo bootc switch ghcr.io/dark5un/chaossynergy:latest $ sudo systemctl reboot
On first boot, press n in herdr to create a workspace, then type distrobox enter agent.
Chaossynergy is in alpha. The foundation works. It boots, builds, and connects. Here is where we are heading:
Bootable image boots into GNOME, launches herdr, connects to agent container. CI builds pass. Images published to GHCR.
qcow2 and ISO builds via bootc-image-builder. Install on bare metal or VM without needing an existing Bluefin install.
Wire Browser MCP Chrome extension to Hermes. Integrate browserpass for shared secrets between the agent and the browser.
Multiple distrobox containers (Hermes, Claude Code, Codex) orchestrated through herdr. Agents spawning agents via socket API.
Whisper.cpp push-to-talk. Press a key, speak, text appears in the active application. Fully local, no cloud.
Opt-in camera sensing. Tiered: presence safety gate, gaze attention awareness, expression interaction dynamics. Fully local, no recording, no cloud.



Chaossynergy stands on the shoulders of giants. Our thanks to: