RU version is available. Content is displayed in original English for accuracy.
Proliferate (https://github.com/proliferate-ai/proliferate) is an open-source, self-hostable AI IDE that lets you work and automate tasks with Claude Code, Codex, OpenCode, Cursor, and Grok in one place.
Here's a quick 2m demo of how we use Proliferate to build Proliferate: https://www.youtube.com/watch?v=tGNX0oaWmBY
I started building Proliferate after my team onboarded to OpenAI Codex. Within days, we were using it for everything: using computer use instead of navigating websites ourselves, having Codex coordinate other agents, and setting up automations for recurring work. We really never needed to leave the desktop app to get work done.
If my team’s experience is anything close to representative, a Codex-like app (a horizontal agent with a beautiful UI) is the main interface every company is going to use to get work done. That is perfectly in line with OpenAI’s mission to make Codex the everything app (see: https://news.ycombinator.com/item?id=47796469).
But as we started automating work closer to the core of the business, I wanted to work with agents from all the labs, including open-weight models, without becoming increasingly dependent on OpenAI.
And that’s what Proliferate is for! It's the open-source, self-hostable Codex that preserves your optionality across agents and model providers while building toward Codex’s breadth.
Today Proliferate supports:
* Working with Claude Code, Codex, OpenCode, Cursor, and Grok with their native inference and configuration options, including Bedrock, Azure, and self hosted inference.
* Inter-agent communication and management: a parent agent can spawn and communicate with another supported agent as a subagent (I personally like to have Fable delegate to Codex, with OpenCode models reviewing PRs).
* Building workflows- one of the features I'm most excited about. These are re-usable chains of agent sessions and human approval gates, with the harness and model chosen per step and documents passed between them. I use this to automate code review, QA, and my PR construction process.
All of Proliferate is 100% open source under AGPL-3.0. There are still definitely some rough spots, but we’re building fast and I’d really love any feedback!

Discussion (12 Comments)Read Original on HackerNews
Is there a good resource indexing all the coding agent tools / harnesses? Every awesome list I've found so far seems very incomplete, but I'm sure its impossible to keep up.
My daily drivers are still:
- exe.dev + Shelley + terminal multiplexer (https://zmx.sh/ or tmux) + `codex` CLI - Conductor.build
I would love an open source solution with nice desktop / web / mobile / remote options and notifications, but seems like it could be a while before things settle down and the "winners" emerge?
I couldn’t get Proliferate to run on my PC and be controlled on my Mac/iphone. It was frustrating to set up and the docs confusing.
Paseo on the other hand was very easy to get working and docs clear. I very highly recommend it as a solution in this space. I am not affiliated at all with this project.
edit: tmux + terminal harness is my current go to
I also haven't seen comparable remote control functionality in open source tools- even in the closed source world, Codex and Cursor are in my experience the only very stable remote control experiences right now.
As for Proliferate, we don't currently support mobile access as a first class feature- we have a beta version available but don't want to release to GA yet as we're trying to match the above Codex / Claude quality and stability bar first.