Parallel Code
About
Parallel Code emerged to solve the isolation problem in multi-agent development: when several coding CLIs edit the same checkout, they clobber each other and reviewing the outcome means diffing by hand. The Electron desktop app runs each agent in its own automatically created git worktree and branch, then presents all results in one review surface with inline comments, merge controls, and keyboard-first navigation. An AI Arena mode runs the same task through multiple agents head-to-head for comparison, per-task Docker sandboxing contains untrusted runs, and a QR code mirrors session state to a phone for monitoring away from the desk. The app is free, MIT-licensed, and requires the user's own agent subscriptions, running on macOS and Linux with prebuilt binaries. Its users are developers who race or fan out multiple agent CLIs and need a review surface for the results.