#311 · Primary category: AI Coding Assistants
parallel-code
Run Claude Code, Codex, and Gemini side by side — each in its own git worktree
Project last updated:08/29/26
GitHub Stars
996
Forks
132
Contributors
20
License
MIT
Why we included this project
Two AI coding agents pointed at the same repository is a reasonable way to burn API credits on merge conflicts. Parallel Code sidesteps that by giving each agent its own git branch and worktree. You describe a task, pick Claude Code, Codex CLI, Gemini CLI, Copilot CLI, or Antigravity, and the desktop app runs that agent's real terminal CLI, keeps the changes isolated, and opens a diff dialog where you can comment, merge the keepers, or discard a branch before it reaches main. The payoff is biggest for a team with a stack of small tickets to split across several agents in one afternoon, and solo developers get similar value from arena mode, which races two framings of the same prompt head-to-head. The app is keyboard-first, works with the editor you already use, and your API keys stay on your machine.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.