Orrery
A futuristic, IntelliJ-inspired desktop IDE that lets one developer drive multiple AI coding agents in parallel — each isolated in its own git worktree, branch, terminal and conversation. The name evokes an orrery: agents orbiting a project like bodies in a mechanical model of the solar system.
Coding agents are powerful but serialized — one developer, one agent, one branch at a time. Running several in the same working copy ends in merge chaos.
A Rust/Tauri core manages git worktrees so every agent operates on its own branch with its own terminal (xterm.js) and conversation. An Angular 20 UI with CodeMirror 6 gives IDE-grade review of each agent's diff before anything merges.
One developer supervises a fleet of agents in parallel — isolated execution, reviewable diffs, no cross-contamination between tasks.