Proliferate: An Open-Source AI IDE Built for Teams Working With Coding Agents

Proliferate, an open-source, self-hostable AI IDE designed for teams collaborating with AI coding agents, has launched with backing from True Ventures, Pear VC, and more than 50 Y Combinator founders. The San Francisco-based company, incorporated as Proliferate, Inc., was founded in 2025 by Pablo Hansen and is currently hiring a founding product engineer through a Y Combinator job listing posted August 26, 2026 (Y Combinator job listing).
Hansen previously joined Onyx (YC W24) as its first engineer, where he worked on enterprise AI search. Proliferate operates under the tagline "Do your life's work with agents." The team works in person in SoMa, San Francisco.
The founding product engineer role is full-time in San Francisco, paying $150K-$300K with 0.30%-1.50% equity. Visa sponsorship is available, and the role is open to new graduates. The position places the hire among the first engineers working alongside Hansen and the early team.
On the product side, Proliferate is model-agnostic and supports Claude Code, Codex, and Gemini coding agents, using the developer's existing subscriptions rather than requiring separate model licensing (Proliferate website). The software stack is licensed under AGPL-3.0, and the desktop app is available for Mac download at no cost. Proliferate states the desktop app will remain free and open source.
For teams, Proliferate is developing a private beta that includes shared workspaces, review controls, and agent orchestration. The platform offers workspaces with isolated Git worktrees and cloud sandboxes for each task, and integrates with GitHub, Slack, and Linear. Self-hosting is supported inside a customer's own VPC.
A few of these architecture choices deserve a closer look. Isolated worktrees mean that each AI agent works on its own separate copy of the codebase, so multiple agents running at the same time cannot overwrite each other's changes. Cloud sandboxes provide temporary, disposable environments for each task, where an agent can run builds, tests, and scripts without affecting a shared filesystem. This is the same isolation pattern that automated testing systems have used for years, applied here to the agent workflow rather than the integration pipeline.
The AGPL-3.0 license is a deliberate signal worth examining. For a self-hostable developer tool, AGPL requires that any organization running a modified version over a network must publish its modifications. This creates a tension with enterprise self-hosting: companies that want to customize Proliferate for internal use and expose it to employees over a network would, strictly speaking, trigger that copyleft requirement. Whether that becomes a friction point or an acceptable trade-off for source availability will depend on how aggressively Proliferate enforces the license and whether it offers a commercial license as an alternative. The facts available do not indicate a commercial license tier, but the private beta for teams suggests a managed or hosted offering is in development.
The model-agnostic approach also carries implications. By supporting Claude Code, Codex, and Gemini on users' existing subscriptions, Proliferate positions itself as an orchestration and collaboration layer rather than a model provider. This avoids the margin pressure of reselling API access but also means the product's value must come entirely from workflow, isolation, and team coordination features rather than from any proprietary model capability.
The broader context here is that the AI-assisted IDE space has become crowded, with tools ranging from GitHub Copilot's editor integrations to standalone agent runners. What differentiates Proliferate is the combination of open-source licensing, self-hostability with VPC deployment, and the explicit framing of agent collaboration as a team activity rather than a single-developer experience. The private beta features, shared workspaces and review controls in particular, address the organizational question of how teams govern agent-generated code before it reaches a main branch.
The backing from True Ventures and Pear VC, plus participation from 50+ YC founders, gives Proliferate runway and network access typical of well-resourced seed-stage companies in the current AI tooling cycle. Hansen's prior experience at Onyx, building enterprise AI search, provides relevant background in shipping AI-powered developer tools to organizations with procurement and security requirements.
The hiring signal is straightforward: a founding engineer at a seed-stage company with strong investor backing, open-source distribution, and an in-person team in San Francisco. The compensation range of $150K-$300K with meaningful equity is consistent with early-stage YC company norms. The visa sponsorship availability broadens the candidate pool beyond domestic applicants, and the openness to new graduates suggests the company prioritizes capability over seniority for this particular role.
For developers tracking the AI tooling ecosystem, Proliferate is one to watch if the open-source, self-hostable, multi-agent team workflow thesis proves durable. The product is available now for Mac, with team features in private beta.


