Open source on GitHub
| Works with Claude Code, Codex CLI, Gemini CLI & Copilot CLI | MIT Licensed
How it works
Three steps. No setup. No configuration.
1
Create a task
Describe what you want built. Pick which AI agent to use — Claude Code, Codex CLI, Gemini CLI, or Copilot CLI.
2
Agent works in isolation
Parallel Code creates a git branch and worktree automatically. The agent works in its own directory — no conflicts with other tasks.
3
Review and merge
Inspect the diff, check changed files. When you're happy, merge back to main from the sidebar with one click.
How people actually use it
Parallel agents aren't just "more agents." They unlock workflows that don't exist when you're stuck running one at a time.
Why Parallel Code
Dispatch agents in parallel, merge what works.
Screenshots
Why not just…
There are ways to run multiple agents today. None of them solve the whole problem.
| Approach | What's missing |
|---|---|
| Multiple terminals / tmux | No GUI, no automatic git isolation — you manage worktrees, branches, and merges by hand |
| VS Code extensions | Tied to one editor; no true parallel worktree isolation between agents |
| Built-in IDE / wrapper apps | You inherit their editor — give up VS Code, Cursor, or JetBrains. One agent vendor, one UI, one way to work. |
| Running agents one at a time | Blocks your workflow while each agent finishes — one task at a time |
FAQ
Common questions about Parallel Code.
Does it work with my IDE?
Parallel Code is a standalone Electron app. Keep using your preferred editor — VS Code, Cursor, JetBrains, Sublime, whatever you like. It manages the agents and worktrees; your IDE handles the code.
Which AI agents are supported?
Claude Code, Codex CLI, Gemini CLI, and Copilot CLI out of the box. Any CLI-based coding agent that works in a terminal can be used.
How does the isolation work?
Each task gets its own git branch and worktree. Agents work in separate directories with symlinked node_modules and other gitignored files. No conflicts, ever. When you're happy with the result, merge back to main from the sidebar.
What platforms are supported?
macOS (universal .dmg) and Linux (.AppImage or .deb). Download from the GitHub releases page.
Is it free?
Yes. Parallel Code is free and open source under the MIT license. Your API keys stay yours — nothing is proxied or collected.