Docs
Documentation lives with the code.
Everything below is a file in the unarbos/arbos repository. Read it there; it is always current.
Start here
- README — what Arbos is, install, first project README.md
- Releases — Mac builds and change notes releases
- License — MIT LICENSE
Design documents
How Arbos is built and why. Each one records the decisions, the alternatives that lost, and the open questions.
- All design documents docs/design/
- The file system holds the state filesystem-state-design.md
- Agent model: coordinator root, subscriptions, ask parks cursor-vs-arbos-agent-model.md
- Call mode: full duplex voice on the desktop desktop-call-mode-design.md
- The mesh: every Arbos reaches every other arbos-mesh-design.md
The code
- Kernel — runs agents, serves the attach protocol crates/arbos-kernel
- Engine — the model loop and tools crates/arbos-engine
- Hub — the mesh registry crates/arbos-hub
- Desktop app desktop/
- iPhone app ios/
- Voice server voice-server/
- Hub and worker scripts deploy/hub/
- This website www/
Found a gap? Docs are files; open a pull request.