A beautifully designed agentic coding interface. Orchestrate multiple AI coding agents from a spatial dashboard — not a chat list.
Awencode is a Tauri v2 desktop app (React + TypeScript frontend, Rust backend) that connects to codex-rs/app-server via JSON-RPC over stdio. The orchestrator dashboard shows agent tasks as stateful cards on a kanban board, with full conversation views available per-agent.
# Install dependencies
pnpm install
# Run the desktop app in dev mode
pnpm dev
# Build for production
pnpm buildapps/desktop/ # Tauri + React desktop app
codex-rs/ # Rust backend (app-server, core engine)
sdk/python/ # Python app-server client
docs/ # Documentation
ideation/ # Design references and prototypes
Apache-2.0