Skip to content
HN On Hacker News ↗

GitHub - 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.

▲ 46 points 16 comments by pablo24602 3d ago HN discussion ↗

Pangram verdict · v3.3

We believe that this entire text is AI.

80 %

AI likelihood · overall

AI
0% human-written 100% AI-generated
SEGMENTS · HUMAN 0 of 1
SEGMENTS · AI 1 of 1
WORD COUNT 338
PEAK AI % 80% · §1
Analyzed
Aug 21
backend: pangram/v3.3
Segments scanned
1 windows
avg 338 words each
Distribution
0 / 100%
human / AI fraction
Verdict
AI
Pangram v3.3

Article text · 338 words · 1 segments analyzed

Human AI-generated
§1 AI · 80%

The open-source AI IDE 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 Features 🤖 Native harnesses - Claude Code, Codex, OpenCode, Cursor, Grok, and more 🌳 Worktree workspaces - an isolated branch and working directory for every task 🔀 Parallel agents - run agents side by side in the same workspace, each on its own task 🪆 Subagents - agents delegate scoped work to child agents and pick the results back up when they finish 🧩 Integrations - MCPs, skills, Computer Use, Browser Use, and custom tools, configured once and shared by every agent ⏰ Workflows - recurring and event-driven agent runs: nightly review passes, triage on alerts, dependency bumps Supported agents Proliferate runs each agent through its native harness. Self-hosting The full Proliferate control plane is self-hostable. Start with the deployment docs, which cover Docker, AWS, GCP, Azure, Kubernetes, and air-gapped operation. Docker Compose: self-hosted-deploy.md runs Caddy, Postgres, and the API, with bootstrap and update scripts AWS (one-click): self-hosted-aws.md is a CloudFormation wrapper that provisions the stack on EC2 Configuration: server/deploy/.env.production.example documents every required and optional setting Point 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. Run from source Requirements: Rust stable Node.js 22+ pnpm 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. Community Join our community on Discord! Contributing Contributing? See the Contribution Guide. License AGPL-3.0