johannesjo/parallel-code

Run Claude Code, Codex, and Gemini side by side — each in its own git worktree

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 8 minutes ago
Added to GitGenius on August 31st, 2026
Created on February 18th, 2026
Open Issues & Pull Requests: 49 (+0)
GitHub issues: Enabled
Number of forks: 132
Total Stargazers: 997 (-1)
Total Subscribers: 7 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 19.7 hours
Mean response time: 7.1 days
90th percentile: 15.6 days
Tracked items: 52

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 39% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Only 10% of issues opened in the past year have been closed. Three people close 100% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 36
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 70 days
Stale 30+ days: 33
Stale 90+ days: 7

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • ux (20)
  • enhancement (18)
  • bug (7)
  • help wanted (7)
  • good first issue (3)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Parallel Code is a desktop application that runs multiple AI coding agents in parallel, each operating in its own git worktree.

The tool addresses the challenge of leveraging multiple AI coding assistants simultaneously without conflicts or sequential delays. It works by dispatching agents like Claude Code, Codex, and Gemini to work on separate tasks concurrently, with each agent's changes isolated in its own git branch and worktree. Users can then review the diffs side by side, merge successful changes, and discard unsuccessful ones. The approach eliminates the need to run agents sequentially and keeps all work organized and reviewable in a single interface.

Parallel Code suits developers who want to experiment with multiple AI coding tools on the same project without managing branches manually or paying for additional platform subscriptions. It works best for teams or individuals exploring which AI agent produces the best results for specific tasks, or for accelerating development by running multiple coding tasks in parallel. The tool supports Claude Code, Codex CLI, Gemini CLI, and Copilot CLI, letting users choose their preferred agents. It includes an AI Arena mode for head-to-head agent comparison and supports inline code Q&A with configurable LLM backends. The application runs on macOS and Linux and offers keyboard-first navigation with optional remote monitoring via QR code.

The project maintains active development with regular feature additions and refinements to its core workflows. The codebase demonstrates consistent attention to user experience through keyboard shortcuts, focused view modes, and diff review capabilities with inline comments. Development activity shows engagement with both core functionality and auxiliary features like remote monitoring and configurable LLM integrations.