A unified one-stop app for everything — emacs for the agentic era. One React
frontend, two layouts: the browser (apps/web) and a cross-platform desktop app
(apps/desktop, Tauri). A Python FastAPI backend (backend/) is the brain.
uv sync && pnpm install
pnpm dev # browser layout: backend + UI together → http://localhost:5173
pnpm dev:desktop # desktop layout: Tauri window (supervises its own backend)Architecture and module docs live in docs/. Conventions for contributors (human or agent) are in CLAUDE.md.
