proliferate-ai/proliferate

The open-source AI IDE for Claude Code, Codex, OpenCode, and more. Run agents in parallel, locally or in the cloud, and build reusable workflows.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 11 minutes ago
Added to GitGenius on August 31st, 2026
Created on April 30th, 2026
Open Issues & Pull Requests: 99 (+0)
Number of forks: 75
Total Stargazers: 447 (+0)
Total Subscribers: 0 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.7 hours
Mean response time: 2.8 days
90th percentile: 10.9 days
Tracked items: 110

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 93% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "support" is answered fastest, typically in about 2 hours, while "release:fix" waits about 7 days. Only 15% 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: 30
New in 7 days: 2
Closed in 7 days: 1
Avg open age: 23 days
Stale 30+ days: 8
Stale 90+ days: 0

Recent activity

Opened in 7 days: 2
Closed in 7 days: 1
Comments in 7 days: 1
Events in 7 days: 1

Top labels

  • support (45)
  • bug (34)
  • area:release (19)
  • area:anyharness (18)
  • release:fix (14)
  • area:server (12)
  • release:maintenance (12)
  • area:cloud (9)

Detailed Description

Proliferate is an open-source AI IDE that runs multiple coding agents in parallel within a single workspace.

The tool addresses the challenge of coordinating work across different AI coding agents by providing isolated execution environments for each task. Each agent operates within its own git worktree, terminal session, conversation history, and review state, allowing parallel execution without interference. The IDE includes native harnesses for Claude Code, Codex, OpenCode, Cursor, Grok, and other coding agents, enabling developers to leverage multiple agent implementations simultaneously. Agents can delegate scoped work to subagents, which complete their tasks and return results to the parent agent. The platform supports integrations including Model Context Protocol implementations, custom skills, Computer Use, and Browser Use capabilities, configured once and shared across all running agents.

Proliferate suits teams and individual developers who want to experiment with multiple AI coding agents or orchestrate complex multi-agent workflows without managing separate environments for each. It is particularly valuable for projects requiring parallel task execution, such as nightly review passes, alert-driven triage, or automated dependency management. The tool's worktree-based isolation means agents can work on different branches simultaneously without conflicts, and the workflow system enables scheduling recurring or event-driven agent runs.

Development activity shows consistent engagement with the project through regular updates documented in a maintained changelog. The team maintains active community communication through a Discord server. Documentation is actively maintained with sections covering product features, concepts, and integrations. The codebase is written in TypeScript and distributed under an open-source license, indicating a commitment to transparency and community contribution.