<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/warp-terminal-goes-open-source-under-agpl-with-openai-as-founding-sponsor-osspc8f5e" -->

---
title: Warp terminal goes open-source under AGPL, with OpenAI...
description: Warp, the Rust-based AI terminal, has open-sourced its client code under a split license: MIT for UI framework crates and AGPL v3 for everything else. OpenAI...
canonical: https://daily.dev/posts/warp-terminal-goes-open-source-under-agpl-with-openai-as-founding-sponsor-osspc8f5e
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Warp terminal goes open-source under AGPL, with OpenAI as founding sponsor | daily.dev
og:description: Warp, the Rust-based AI terminal, has open-sourced its client code under a split license: MIT for UI framework crates and AGPL v3 for everything else. OpenAI...
og:url: https://daily.dev/posts/warp-terminal-goes-open-source-under-agpl-with-openai-as-founding-sponsor-osspc8f5e
og:image: https://api.daily.dev/og/posts/OssPC8F5E.png
og:image:alt: Warp terminal goes open-source under AGPL, with OpenAI as founding sponsor
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Warp terminal goes open-source under AGPL, with OpenAI as founding sponsor

**[Collections](https://daily.dev/sources/collections)** · 2 min read · 174 upvotes · 22 comments

## Summary

Warp, the Rust-based AI terminal, has open-sourced its client code under a split license: MIT for UI framework crates and AGPL v3 for everything else. OpenAI is the founding sponsor, and agentic workflows run through Warp's proprietary cloud platform Oz. Key limitations include AI features still depending on Warp's backend, with bring-your-own-key model freedom locked behind paid plans. The community has already forked the project as OpenWarp to enable unrestricted OpenAI-compatible endpoints. CEO Zach Lloyd frames this as a competitive business move rather than a philosophical shift, aiming to attract developers who avoid proprietary tools while the developer tooling space consolidates rapidly following Roo Code's sunset and Cursor's acquisition.

## Content

Warp, the AI-powered terminal and development environment built in Rust, has open-sourced its client codebase on GitHub after five years as a closed-source product. The licensing is split: UI framework crates are MIT-licensed, and everything else falls under AGPL v3.

OpenAI is the founding sponsor, and agentic workflows are powered by GPT models through Warp's proprietary cloud platform, called Oz. That detail matters more than it might seem at first glance.

## What's actually open and what isn't

The client code is on GitHub and accepts community contributions. But the recommended contribution workflow runs through Oz, Warp's own agent orchestration platform. The vision Warp is selling is that contributors focus on ideas, specs, and review while AI agents handle implementation — a "human manages agents" model rather than traditional open-source collaboration.

AI features still depend on Warp's backend, and bring-your-own-key model freedom is locked behind paid plans. Within days of the release, the community forked the project as OpenWarp specifically to enable any OpenAI-compatible endpoint without those restrictions.

Warp does support third-party CLI agents — Claude Code, Codex, Gemini CLI — alongside its built-in coding agent. The release also adds support for Kimi, MiniMax, and Qwen models, an "auto (open)" routing option for intelligent task assignment, deeper UI customization, and a programmatic settings file.

## The competitive logic

CEO Zach Lloyd has been straightforward that this is a business strategy, not a philosophical shift. Warp is up against well-funded closed-source rivals, and going open source is a way to accelerate development through community involvement and attract developers who won't touch proprietary tools.

The timing is notable. Roo Code recently sunset, and Cursor was acquired. The developer tooling space is consolidating fast, and Warp is making a land grab while there's still room to move.

The underlying technical stack is Rust, using Tokio, Alacritty, and related crates. The architecture is solid. The question is whether the open-source label holds up when the most useful parts — the agentic workflows, the model routing, the backend infrastructure — remain firmly under Warp's control.

For developers who want genuine model agnosticism and no dependency on a vendor's cloud platform, the AGPL license and the OpenWarp fork are worth watching. For everyone else, Warp's bet is that the combination of open client code and proprietary AI infrastructure is good enough to win.

## Community discussion

Top comments from developers on daily.dev.

**@cypheroxide** · 7 upvotes

> Now we are just waiting for the fork that allows for local or private models to be used.

**@flozidev** · 5 upvotes

> I installed it to play with it around, but claude sonnet and opus is only usable with "premium"-subscription, so i removed it instantly without testing again. This is not open source software!

**@rsdagac** · 4 upvotes

> This is a great step towards reliability 🥳

**@hdnelson2024** · 3 upvotes

> Excelente noticia yo la uso y es muy buena.

**@mheob** · 3 upvotes

> That's awesome. I'm going to give Warp another chance.

---

Tags: [#open-source](https://daily.dev/tags/open-source), [#rust](https://daily.dev/tags/rust), [#ai-agents](https://daily.dev/tags/ai-agents)

[View this post on daily.dev](https://daily.dev/posts/warp-terminal-goes-open-source-under-agpl-with-openai-as-founding-sponsor-osspc8f5e)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Warp terminal goes open-source under AGPL, with OpenAI as founding sponsor","url":"https://daily.dev/posts/warp-terminal-goes-open-source-under-agpl-with-openai-as-founding-sponsor-osspc8f5e","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/warp-terminal-goes-open-source-under-agpl-with-openai-as-founding-sponsor-osspc8f5e"},"datePublished":"2026-04-29T11:53:59.583Z","dateModified":"2026-05-01T21:17:37.294Z","description":"Warp, the Rust-based AI terminal, has open-sourced its client code under a split license: MIT for UI framework crates and AGPL v3 for everything else. OpenAI...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/b2b0073355921b7191cb483f7f48e2bc?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/b2b0073355921b7191cb483f7f48e2bc?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Collections","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Collections","logo":"https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0","url":"https://daily.dev/sources/collections"},"commentCount":22,"discussionUrl":"https://daily.dev/posts/warp-terminal-goes-open-source-under-agpl-with-openai-as-founding-sponsor-osspc8f5e","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":174},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":22}],"keywords":"open-source,rust,ai-agents","timeRequired":"PT2M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Collections","item":"https://daily.dev/sources/collections"},{"@type":"ListItem","position":3,"name":"Warp terminal goes open-source under AGPL, with OpenAI as founding sponsor"}]}
{"@context":"https://schema.org","@type":"WebPage","@id":"https://daily.dev/posts/warp-terminal-goes-open-source-under-agpl-with-openai-as-founding-sponsor-osspc8f5e","comment":[{"@type":"Comment","text":"Now we are just waiting for the fork that allows for local or private models to be used.","datePublished":"2026-04-29T14:36:48.654Z","url":"https://daily.dev/posts/OssPC8F5E#c-R5fBcXnv9","author":{"@type":"Person","name":"Angel Santiago","url":"https://daily.dev/cypheroxide","image":"https://avatars.githubusercontent.com/u/72179176?v=4"},"interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":7}},{"@type":"Comment","text":"I installed it to play with it around, but claude sonnet and opus is only usable with “premium”-subscription, so i removed it instantly without testing again. This is not open source software!","datePublished":"2026-04-29T15:15:56.324Z","url":"https://daily.dev/posts/OssPC8F5E#c-KWnbjxcSn","author":{"@type":"Person","name":"Florian Zinke","url":"https://daily.dev/flozidev","image":"https://media.daily.dev/image/upload/s--155N8mbv--/f_auto/v1714395473/avatars/avatar_t9Bxe2NwLfMTZoGrbDuvw"},"interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":5}},{"@type":"Comment","text":"This is a great step towards reliability 🥳","datePublished":"2026-04-29T12:45:43.063Z","url":"https://daily.dev/posts/OssPC8F5E#c-9fgHwDU4s","author":{"@type":"Person","name":"Rasid Agac","url":"https://daily.dev/rsdagac","image":"https://avatars.githubusercontent.com/u/254864890?v=4"},"interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":4}},{"@type":"Comment","text":"Excelente noticia yo la uso y es muy buena.","datePublished":"2026-04-30T13:25:25.904Z","url":"https://daily.dev/posts/OssPC8F5E#c-LFnCloaqY","author":{"@type":"Person","name":"Nelson Herrera Diaz","url":"https://daily.dev/hdnelson2024","image":"https://lh3.googleusercontent.com/a/ACg8ocKBbRj88TYlOaJ4kRFbdoL0_hVu8B7CsygaLZTYDOGF4ONVmw=s96-c"},"interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":3}},{"@type":"Comment","text":"That’s awesome. I’m going to give Warp another chance.","datePublished":"2026-04-29T16:21:07.076Z","url":"https://daily.dev/posts/OssPC8F5E#c-YxlQDgqiF","author":{"@type":"Person","name":"Alex Böhm","url":"https://daily.dev/mheob","image":"https://avatars3.githubusercontent.com/u/3983539?v=4"},"interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":3}}]}
```

