Warp Terminal Goes Open Source with Agent-First Contribution Model
On April 28, 2026, Warp released its Rust-based terminal client as open source on GitHub under the AGPLv3 license, with OpenAI serving as the founding sponsor. The release introduces Open Agentic Development, a novel contribution model where Warp's Oz cloud platform handles issue triage, code implementation, and pull request creation autonomously β while community members propose features and verify outputs. The Oz orchestration platform itself remains proprietary, preserving Warp's commercial model: open client, paid cloud. Alongside the announcement, Warp added support for open-source AI models including Kimi, MiniMax, and Qwen, with a new "auto (open)" routing option.
Sources & Mentions
5 external resources covering this update
Warp is now open-source (238 points, 68 comments)
Hacker News
Warp is now open-source (231 points, 157 comments)
Hacker News
Warp is going open source and wants you to improve its coding tools with AI
Fast Company
Open sourcing Warp and business model Β· Discussion #400
GitHub
A Review of Warp, Another Rust-Based Terminal
The New Stack
Warp Terminal Is Now Open Source
After four years as a closed-source, venture-backed product used by over 700,000 developers, Warp released its terminal client to the public on April 28, 2026. The codebase is now available on GitHub at github.com/warpdotdev/warp under the GNU Affero General Public License v3 (AGPLv3), a strong copyleft license that requires anyone distributing modified versions to publish their changes under the same terms.
OpenAI is the founding sponsor of the new open-source repository. The agentic management workflows that power community contributions run on GPT models, and OpenAI Engineering Lead Thibault Sottiaux described the partnership as an exploration of "how AI can help maintainers and contributors collaborate more effectively at scale."
The Open Agentic Development Model
The most distinctive aspect of this release is not the license β it is the contribution model. Rather than relying on human contributors to write code, Warp has built what it calls Open Agentic Development: a workflow where Oz, Warp's cloud agent orchestration platform, handles the implementation side of open source collaboration.
The workflow operates as follows: community members submit feature requests and bug reports directly from within the application or via GitHub Issues, which now serve as the public system of record for Warp's roadmap. Oz then picks up each issue, asks clarifying questions when needed, generates an implementation plan, writes the code, and opens a pull request β all in the open. Contributors whose pull requests are merged can request that Oz implement additional issues using complimentary credits, creating a tight feedback loop between human direction and agent execution.
Warp's founder and CEO Zach Lloyd framed this as a natural evolution: agents now handle implementation effectively enough that the real bottleneck is human product direction and verification, not coding capacity. The open-source repository structure β including agent-readable skill files and specification formats β is deliberately designed to let Oz understand and navigate the codebase autonomously.
Business Model: Open Client, Closed Cloud
The commercial logic behind the move is straightforward. The terminal client becomes an open, community-maintained layer, while the Oz platform remains proprietary and the core of Warp's revenue. The $12/month Pro tier and commercial Oz enterprise offerings stay intact.
This follows a pattern familiar in developer tooling: give away the commodity layer, charge for the cloud. Terminal emulator functionality had already been commoditized β Ghostty, Alacritty, and others offer high-performance alternatives at no cost. By open-sourcing the client, Warp addresses years of community skepticism about lock-in risk while building a larger developer audience that feeds into the Oz ecosystem.
New Open-Source Model Support
Alongside the open-source announcement, Warp added support for a new set of AI models within the terminal:
- Kimi (Moonshot AI)
- MiniMax
- Qwen (Alibaba)
- A new "auto (open)" routing option that automatically selects from available open-source models
This expands Warp's model ecosystem beyond the commercial providers it previously relied on, giving users more flexibility over the AI that powers their terminal experience and reducing dependence on closed commercial APIs.
Community Reception
The announcement generated substantial developer discussion on Hacker News, with two separate threads accumulating over 400 combined points and more than 200 comments. Reactions were mixed.
Supporters praised Warp's UX innovations β particularly multiline editing, command blocks, and the vertical tabs workspace β and welcomed the transparency that open-sourcing enables, especially for a terminal that requires a login and processes command history. Critics raised concerns about the AGPLv3 license being too restrictive for enterprise use cases, questioned whether agent-driven contribution genuinely serves community interests or amounts to automation theater, and pointed to Warp's history of building on the Alacritty open-source terminal without contributing back before raising $50M.
The debate around Alacritty attribution proved particularly prominent. The Alacritty maintainer responded graciously, stating no hard feelings, but many community members argued Warp had a moral obligation to contribute to foundational projects it depended on. The open-source announcement is, in part, an attempt to address this long-standing trust deficit with the developer community.