← All PostsWarp Terminal Goes Open Source — And It's Bigger Than You Think
ToolsAIOpen Source

Warp Terminal Goes Open Source — And It's Bigger Than You Think

May 5, 2026

One of the most popular AI-powered terminals just made a move no one saw coming. Warp, used by nearly a million active developers, has open-sourced its client under the AGPL license — and the way they're doing it is unlike any open source project before it.

This isn't just a GitHub dump. It's a full rethink of how software gets built.

What is Warp?

If you haven't used it, Warp is a modern terminal built for developers who work with AI. Think autocomplete, built-in AI assistance, command history that actually works, and a UI that doesn't feel like it was designed in 1985. It runs on Mac, Linux, and Windows and has quietly become a go-to tool for developers who live in the terminal.

What Actually Changed

The Warp client is now fully open source at github.com/warpdotdev/warp. But the more interesting part is how contributions work.

Warp isn't just accepting pull requests in the traditional sense. They've built a platform called Oz — their cloud agent orchestration system — and the idea is that agents do the heavy coding work while human contributors focus on direction, ideas, and verification.

OpenAI is the founding sponsor of the repository, with the agentic workflows powered by GPT models. According to the announcement, anyone contributing has a high chance of successfully implementing a feature correctly because the agent handles the complexity.

Why They Did It Now

The honest answer from Warp's CEO Zach Lloyd: they can ship faster this way.

The bottleneck in software development today isn't writing code anymore. It's everything around it — defining what to build, verifying it works, and keeping quality high at scale. By opening the repo and inviting the community to help supervise agents, they're essentially scaling their engineering capacity without scaling headcount.

There's also a competitive angle. Warp is going up against well-funded closed-source tools, and they're betting that community plus agents will outpace a larger private team.

What's Shipping Alongside the Open Source Launch

Three concrete product improvements dropped with this announcement:

Support for a wider range of open source models including Kimi, MiniMax, and Qwen, plus a new auto mode that picks the best open model for each task.

Much more flexibility in how you configure Warp — from a minimal terminal all the way to a full agentic development environment with diff views, file trees, and built-in agents.

A long-awaited settings file that gives users and agents programmatic control over preferences, making it easy to sync across devices.

What the AGPL License Means for You

AGPL is worth paying attention to. It's a strong copyleft license — if you use Warp's code in a network service, you have to open source your modifications too. It's designed to prevent companies from quietly taking open source code, building a proprietary product on top, and giving nothing back.

For individual developers and contributors, it doesn't change anything. You can use it, modify it, and contribute freely.

Is This the Future of Software Development?

That's the real question Warp is posing with this move. Their model — humans steering agents at scale, in the open — is a genuine experiment in how production software can be built differently.

Whether it works at scale remains to be seen. But as a developer, it's worth watching closely. If agent-managed open source projects start shipping faster than traditional teams, it changes what we expect from every project on GitHub.

How to Get Involved

The repo is live at github.com/warpdotdev/warp. The CONTRIBUTING.md file walks through the contribution process. Public GitHub issues are now the source of truth for tracking features, and the roadmap is open.

If you've been using Warp and have ideas, now is the time to show up.

CONCLUSION

Warp going open source is one of those moves that looks obvious in hindsight but takes real conviction to execute. Five years of engineering, nearly a million users, and a VC-backed startup choosing openness over control — that's a meaningful bet.

Whether you use Warp or not, the model they're experimenting with is worth understanding. Agent-assisted open source development is coming. Warp just got there first.