Today we are announcing a fundamental change in how we build Warp: the Warp client is now open-source, and the community can participate in building it using an agent-first workflow managed by Oz, our cloud agent orchestration platform. OpenAI is the founding sponsor of the new, open‑source Warp repository, and the new agentic management workflows are powered by GPT models.
Open-sourcing with an agent-powered repo is our vision of how software will be built in the future. Humans managing agents at scale to build production-grade software is the model, and implementing this model in the open will allow software to improve most quickly.
Put simply: we believe that a diverse collection of contributors with unique ideas + Oz agents with structured processes + a rich corpus of context and self-improvement loops will yield a magic product, beyond what we might build internally.
Why now
The primary reason is that we think we can ship a better Warp, more quickly, if we open source and work with our community to help supervise a fleet of agents. The biggest bottleneck to development is no longer writing code – it’s all the human-in-the-loop activities around the code: speccing the product and verifying behavior, and frankly, we are limited in what our internal team can do and the pace we want to move at.
We’ve found that agents can handle the implementation heavy lifting really well. That frees contributors to focus on the higher-leverage work: shaping what gets built and making sure it’s right.
Inviting our community into the process to help manage agents will be a big unlock. We now have a lot of confidence in code that is generated by Oz with our rules, context and verification, so anyone contributing should have a high chance of success coding a feature correctly. Moreover, leaning on agents creates pressure for us to nail orchestration, memory, handoff, and all of the other parts of agentic engineering that are core to our business. There’s a virtuous loop here.
The second reason is about giving developers a chance to shape the future. There isn’t a full-featured open agentic development environment on the market and we want to offer the community an alternative to closed-source options provided by more established companies. No one knows exactly what the future of agentic development will look like and we think the community ought to be able to participate in shaping it.
Warp is multi-model and multi-harness and we want to double down on that openness. Opening will allow us to be more responsive to users, working with them on the long tail of our backlog to make Warp the best ADE on the market.
In this spirit, we are coupling a few major product improvements with this launch to make Warp more open and customizable.
- First we are launching support for a much wider range of open source models in Warp today, including the latest models Kimi, MiniMax, and Qwen, along with a new “auto (open)” model-routed version that picks the best open model for a task.
- Second, we’ve made it much easier to customize your Warp experience however you’d like – from just a terminal, to having some minimal features for improving agentic development like a diff view and file tree, to a full fledged ADE with built-in agents.
- Finally, we are shipping a (long-overdue) settings file so that users and agents get programmatic control over settings and easy portability between devices.
How it works
Warp’s source code is now available at github.com/warpdotdev/warp with an AGPL license.
You can learn more about the contribution process in CONTRIBUTING.md, but the tl;dr is we want agents doing the heavy lifting (coding, planning, testing, etc.) and community members helping with ideas, direction and verification. The Warp team will help guide what gets built, when and how, but we see Warp fundamentally becoming a collaborative effort with our community. This is a cool opportunity for folks to contribute to a fast growing app that’s used by nearly a million active developers, working closely alongside the Warp team.