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.
494
stars
3,007
commits
TypeScript
primary language
Sep 11, 2026
updated
Run Claude Code, Codex, OpenCode, Grok, and any other coding agent in parallel, in one workspace.
Each task gets an isolated git worktree for its branch, terminal, conversation, and review state.
Download for macOS • Documentation • Changelog • Discord
Proliferate runs each agent through its native harness.
|
Claude |
Codex |
OpenCode |
Cursor |
Grok |
The full Proliferate control plane is self-hostable. Start with the deployment docs, which cover Docker, AWS, GCP, Azure, Kubernetes, and air-gapped operation.
server/deploy/.env.production.example
documents every required and optional settingPoint the desktop app at your control plane by following configure desktop. Open an issue or ask in Discord if you hit problems, and see SECURITY.md for reporting vulnerabilities.
Requirements:
Run the desktop app with the bundled local AnyHarness runtime:
make install
make dev-local
Local full-stack development additionally requires Python 3.12+, uv, and
Docker for the local control plane database. Use named dev profiles when
multiple worktrees run at the same time.
make server-install
make setup PROFILE=main
make build # first clean worktree, or after generated/Rust/frontend artifacts change
make dev-list
make run PROFILE=main
See dev profiles for profile state, ports, generated Tauri config, and app labels.
Join our community on Discord!
Contributing? See the Contribution Guide.
TypeScript
50.7%
Rust
29.8%
Python
15.6%
JavaScript
2.7%
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.
494
stars
3,007
commits
TypeScript
primary language
Sep 11, 2026
updated
Run Claude Code, Codex, OpenCode, Grok, and any other coding agent in parallel, in one workspace.
Each task gets an isolated git worktree for its branch, terminal, conversation, and review state.
Download for macOS • Documentation • Changelog • Discord
Proliferate runs each agent through its native harness.
|
Claude |
Codex |
OpenCode |
Cursor |
Grok |
The full Proliferate control plane is self-hostable. Start with the deployment docs, which cover Docker, AWS, GCP, Azure, Kubernetes, and air-gapped operation.
server/deploy/.env.production.example
documents every required and optional settingPoint the desktop app at your control plane by following configure desktop. Open an issue or ask in Discord if you hit problems, and see SECURITY.md for reporting vulnerabilities.
Requirements:
Run the desktop app with the bundled local AnyHarness runtime:
make install
make dev-local
Local full-stack development additionally requires Python 3.12+, uv, and
Docker for the local control plane database. Use named dev profiles when
multiple worktrees run at the same time.
make server-install
make setup PROFILE=main
make build # first clean worktree, or after generated/Rust/frontend artifacts change
make dev-list
make run PROFILE=main
See dev profiles for profile state, ports, generated Tauri config, and app labels.
Join our community on Discord!
Contributing? See the Contribution Guide.
TypeScript
50.7%
Rust
29.8%
Python
15.6%
JavaScript
2.7%