A terminal that writes its own pull requests
Warp open-sourced its Rust client to let you watch GPT-powered agents triage issues, spec features, and review code in real time.

What it does
Warp is a Rust-built terminal emulator that now doubles as an agentic IDE. It bundles its own coding agent and plays nicely with external CLI agents—Claude Code, Codex, Gemini CLI, and friends. The twist: the repository itself is maintained by “Oz” agents that triage issues, draft specs, and review PRs, with a public dashboard at build.warp.dev where you can watch them work.
The interesting bit
OpenAI is the founding sponsor, and the agentic workflows run on GPT models. But the real experiment is structural: Warp is dogfooding automated open-source management at scale, then offering the same “Oz for OSS” tooling to select partner projects. The UI framework (warpui_core and warpui) is MIT-licensed; everything else is AGPL v3.
Key highlights
- Client codebase is fully open source and built in Rust
- Built-in coding agent plus BYO-agent support for major CLI tools
- Public dashboard shows live agent sessions in a web-compiled terminal
- “Oz for OSS” partner program extends agentic workflows to other projects
- UI framework under MIT; remainder under AGPL v3
Caveats
- The README is light on actual feature details; most links point to external marketing pages
- Agentic workflows are GPT-dependent, which may limit transparency or reproducibility
- “Select partner repositories” phrasing suggests Oz for OSS is invite-gated, not broadly available
Verdict
Worth a look if you’re curious about agent-driven development or want to hack on a modern Rust terminal. Skip it if you need a battle-tested, boring terminal without the AI layer—or if AGPL gives your legal team hives.
Frequently asked
- What is warpdotdev/warp?
- Warp open-sourced its Rust client to let you watch GPT-powered agents triage issues, spec features, and review code in real time.
- Is warp open source?
- Yes — warpdotdev/warp is open source, released under the AGPL-3.0 license.
- What language is warp written in?
- warpdotdev/warp is primarily written in Rust.
- How popular is warp?
- warpdotdev/warp has 63.6k stars on GitHub and is currently accelerating.
- Where can I find warp?
- warpdotdev/warp is on GitHub at https://github.com/warpdotdev/warp.