Zed has reached version 1.0, according to a blog post published by Nathan Sobo on April 29, 2026. The release arrives after five years of work on an editor the company built from scratch rather than as a Chromium fork, using a Rust-based UI framework called GPUI and an architecture the team compares to a video game rather than a web page.
The post argues that the decision to avoid browser foundations shaped nearly every part of the product. Zed’s earlier editor, Atom, helped spawn Electron, but Sobo writes that web technology placed a ceiling on how far the team could push the software. Zed instead organizes its interface around GPU shaders, a setup the company presents as necessary for its performance goals.
According to the post, Zed now covers much of the expected surface area of a modern editor, including Git integration, SSH remoting, a Debugger, and support across macOS, Windows, and Linux. Sobo also points to more than a million lines of code and says the editor has been built to handle a wide range of languages and edge cases.
The company also describes Zed as AI-native. The release highlights multiple agents in parallel, edit predictions, and the Agent Client Protocol, which Zed says has opened the editor to tools including Claude Agent, Codex, OpenCode, and Cursor. The post suggests the AI features were built into the editor’s foundation rather than added later.
Zed is also introducing Zed for Business, which the company says will add centralized billing, role-based access controls, and team management for engineering organizations. Sobo cautions that version 1.0 does not mean the product is finished or perfect, only that it has reached a point where “most developers” can get comfortable using it.
Looking ahead, Zed is still building DeltaDB, a synchronization engine based on CRDTs that the company says will track changes at character-level granularity and support shared views of a codebase across humans and agents. The post also states that weekly releases will continue.
Source: Zed
