[ open source ]
A desktop app where AI agents coordinate autonomously to accomplish goals. You describe what you want — agents break it down, fan out in parallel, and ask you only when they're stuck.
[ how it works ]
01
Select a folder. Brain auto-detects your git repo, tech stack, and codebase structure.
02
Describe what you want done. A Leader agent explores the codebase, builds a plan, and spawns specialist agents.
03
Agents work in parallel — coding, researching, analyzing. They coordinate through a shared channel and ask you only when stuck.
[ architecture ]
Built with Tauri v2 (Rust + React). Agents run as Claude Code CLI processes, connected back to Brain via an MCP server over HTTP+SSE.
Each agent has full filesystem access and coordinates through a shared channel — like a Slack workspace where every participant is an AI.
[ built for developers ]
[ get started ]