Arkane OS — its own platform, not another Linux

An operating system
built from isolated cells.

Apps run as cells directly on an exokernel — no Linux syscall stack in the path, capability enforcement in the kernel itself. Faster and structurally safer for native workloads. And availability is design principle number one: updating an app never takes it down.

Try to break it.

The real cluster shape — cells around a kernel, each with its own page table. Isolation is enforced by the MMU, not by policy. Click a cell and watch the healer respawn it. Then kill gw-admin, the control plane. And if you want to see where the chain of watchers really ends, kill the supervisor first.

healer online · respawns 0 · drift pending 0 · kernel restarts 0

Click a cell to crash it. With the map focused: / select a cell, Enter crashes it.

Crash → drift detected → respawn from the signed image. In production the same machinery goes further: declare replicas: N and a rolling restart never lets the group hit zero. How it all fits together →