ai-14all
mission-control desktop app for running ai coding agents in parallel across git worktrees
what it does
ai-14all is a mission-control desktop app for running AI coding agents in parallel across Git worktrees. Every session is pinned to its own worktree, branch, and terminal — fan a task out to Claude, Codex, and more at once, each isolated in its own checkout, see which agent needs you at a glance, and review their diffs inline without leaving for a full IDE.
why
Agent-assisted work spreads across parallel worktrees. Juggling multiple shells, editors, and review tabs breaks flow. 14all collapses that into one window — one shell stack per worktree, one click to review, no ceremony.
# features
- run agents in parallel — each gets its own branch, worktree, and terminal, so they never collide
- see who needs you at a glance — the sidebar shows which agent is waiting and what task it was given
- review inline — highlight a line, leave a comment, the agent picks it up and fixes in place
- browse and verify without leaving — file view, diff review, and jump-to-symbol built in
- compose the ecosystem — ai-cortex remembers your codebase, ai-whisper runs autonomous workflows
- track what agents cost — estimated per-session token and spend telemetry
instant code review
Reviewing agent output usually means context-switching to GitHub, leaving line comments, waiting for the agent to read them back. 14all collapses that loop into the editor itself.
Highlight any line in the diff view, drop a comment inline, and the agent picks it up on its next turn — no PR round-trip, no copy-paste, no losing the spot in the file. Comments stay anchored to the code as the agent rewrites it.
more
requirements
- macOS on Apple Silicon (arm64) or Intel (x64), or Windows 10/11 on x64
- Node 24+, pnpm, git
- a local git repository with worktrees to drive the session flow
known limits
- macOS (Universal — Intel + Apple Silicon, signed + notarized) and Windows (x64 installer, unsigned — SmartScreen warns once); Windows on arm64 is a manual zip. No Linux artifacts yet.
- background auto-update covers macOS and Windows x64 on the stable channel; Windows arm64 and beta builds update manually
# download
- ↓ macOS (universal — intel + apple silicon)
- ↓ macOS (apple silicon, native)
- ↓ windows (x64, unsigned — smartscreen warns once)
every version on the releases page · auto-updates in the background on launch
# install
git clone git@github.com:ai-creed/ai-14all.git
cd ai-14all
pnpm install
pnpm dev