Loading project…
Loading project…

O.R.B. turns an Android phone into an operator seat for a house of AI agents running at home.
A Rust relay normalises each agent's transcript and streams it to the phone over SSE, so the small screen shows the live session — not a summary. Prompts typed there route back into the agent's input. File edits arrive as structured diff cards; destructive actions stop at an operator gate.
Kotlin + Compose, Axum relay, all over WireGuard. Nothing exposed to the internet.