AI/TLDR

Warp · 2026-04-28 · major

Warp Open-Sources Its Agentic Terminal — AGPL Client, OpenAI as Founding Sponsor

Warp publishes its full client codebase under AGPL with MIT-licensed UI crates. Backend stays proprietary. Community contributions land via Oz, Warp's cloud agent orchestrator, with OpenAI as founding sponsor.

Warp blog hero graphic announcing the open-source release

Warp's full client is now AGPL on GitHub, with OpenAI sponsoring the agent-driven contribution workflow.

Key specs

GitHub stars31,428
Client licenseAGPL-3.0
Ui licenseMIT
LanguageRust

What is it?

Warp is the terminal-shaped IDE that bundles a coding agent into the prompt itself. Today the entire client codebase — written in Rust — moves to a public GitHub repo under AGPL-3.0, with the UI framework crates (`warpui_core`, `warpui`) carved out as MIT so other tools can reuse them. The backend services remain closed.

How does it work?

Contributions don't just come from human pull requests. Warp's cloud platform Oz orchestrates AI agents that propose, plan, test, and ship changes under maintainer review. OpenAI is the founding sponsor and the GPT family powers Oz's agent loop. The Warp team curates direction; agents do most of the typing.

Why does it matter?

It's the first time a venture-backed agentic dev environment has shipped its full client open-source while staking out 'humans managing fleets of agents' as the canonical contribution model. Forks, audits, and self-hosted UIs become possible. AGPL for the client also means downstream commercial wrappers must publish their changes.

Sources · 2 outlets

Tags

  • terminal
  • agentic-development
  • open-source
  • rust
  • agpl
  • mit
  • openai
  • developer-tools

← All releases · Learn AI