AuraOS — the OS for everywhere. Phone, desktop, TV, AR, VR — one coherent surface, any device, any input. Apps live in their own Docker sandboxes with activities, and every layer is open for builders to extend, remix, and shape into whatever comes next.
// Explore
Architecture
Shell + proxy + sandboxed apps in iframes. One diagram, two layers.
Develop an App
Scaffold in 30 seconds with `aura dev new`, then jump into the sandbox.
Develop in the Sandbox
Use the Terminal app + aura jump + Claude Code from inside the running app.
Core Concepts
Instance vs activity, runtime modes, sandbox modes, theme, keymap, intents.
Reference apps
Every reference app under
apps/com.aura.* in the repo is a working demonstration. Terminal (WS + PTY), Notepad (multi-activity shared state), Counter (multi × multi), Settings (content provider + theme), Console (WS persistence), Docs (raw runtime — this site).