Quick Facts
- Category: Open Source
- Published: 2026-05-03 06:02:03
- Leadership Lessons from the Snowden Leaks: A CISO's Guide to Cultural Security, Threat Detection, and Media Crisis Management
- Python Rushes Out Emergency Updates to Fix Regressions and Security Holes
- Meet the Pink Floyd Spider: A Tiny Wall-Dwelling Predator That Takes Down Prey Six Times Its Size
- 7 Key Steps to Deploy a Serverless Spam Detector with Scikit-Learn and AWS
- How to Host a Presidential Reception for NASA's Moon Mission Astronauts
Warp has released its terminal client as open source code on GitHub, but the company's contribution model breaks from tradition: humans will oversee features and verify output, while AI agents write the code.
CEO Zach Lloyd announced the move, stating: "Open-sourcing is fundamentally coming from our desire to build a successful business. We are competing with other highly funded, closed-source competitors, and we think opening and providing the resources for the community to improve Warp is a smart way for us to accelerate product development."
The codebase is now live at github.com/warpdotdev/warp. Licensing is split: the UI framework (warpui_core and warpui crates) uses MIT, while the rest is under AGPLv3.
Background
Warp is a modern terminal and agentic development environment built in Rust. It runs on Linux, Windows, and macOS, featuring a block-based command interface and built-in support for AI coding agents like Claude Code, Codex, and Gemini CLI.

The company's Oz cloud agent orchestration platform, announced earlier this year, enables running multiple coding agents in parallel with full visibility. According to Warp, the main development bottleneck now is human-led tasks—deciding features and verifying software behavior—not code writing. Oz-generated code, guided by Warp's rules and verification processes, aims to let contributors get features right efficiently.

What This Means
This open-sourcing shifts community contribution from traditional pull requests to a model where human contributors focus on ideas, specifications, and review, while agents handle implementation. It signals a potential new paradigm for open source projects competing against well-funded, closed-source rivals.
OpenAI is the founding sponsor of the repository, with GPT models powering agentic contribution workflows. While other coding agents are welcome, Warp recommends using Oz, which has built-in context and checks for this workflow.
The move also expands open source model support: Warp now includes Kimi, MiniMax, and Qwen, plus a new "auto (open)" routing option that selects the best open model for a task. A settings file for programmatic control and easier portability across devices is also shipping.
Warp's approach suggests that the future of open source may involve AI agents as first-class contributors, with humans curating and verifying. The company bets this accelerates development while maintaining quality.