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
- session-per-worktree isolation — each agent gets its own branch, worktree, and embedded pty terminal; parallel agents never collide
- monaco-powered file view, lightweight diff review, and Cmd+T symbol search with go-to-definition
- instant inline code review — highlight any line, leave a comment, agent picks it up and fixes in place
- built-in integrations — ai-cortex for codebase indexing and persistent memory, ai-whisper for autonomous multi-step workflows
- session attention — sidebar shows which agent needs you, with [claude]/[codex] badges and the task each one was given
- notional usage-cost telemetry — estimated per-session token and cost tracking across agents
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.
download
Latest stable release: v1.8.1
- macOS (Universal — Intel + Apple Silicon) — ai-14all-1.8.1-universal.dmg — signed + notarized; runs on any Mac.
- macOS (Apple Silicon, native) — ai-14all-1.8.1-arm64.dmg — slimmer native download for Apple Silicon.
- Windows (x64) — ai-14all-1.8.1-x64-Setup.exe — unsigned; SmartScreen may warn on first run → More info → Run anyway.
Both builds auto-update in the background on launch, prompting Restart now / Later. Windows on arm64 is a manual zip from the releases page; no Linux artifacts yet.
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