Zed Industries · 2026-04-29 · major
Zed 1.0 — AI-Native Editor Hits Stable, Multiple Parallel Agents Built In
Zed marks 1.0 with AI agents built into the editor's foundation: multiple agents running in parallel, the Agent Client Protocol bridging Claude Agent / Codex / OpenCode / Cursor, keystroke-granular edit predictions. A Zed for Business tier launches alongside.

Zed reaches 1.0: parallel AI agents, the Agent Client Protocol, and keystroke-level edit predictions baked into the editor.
Key specs
| GitHub stars | 80k+ |
|---|---|
| Lines of code | 1M+ |
| Languages | Rust |
What is it?
Zed is a high-performance code editor written in Rust, founded by the creators of Atom and Tree-sitter. The 1.0 release marks the first stable milestone after years of public development — over a million lines of code, 80k+ GitHub stars — and ships with AI agent support as a core editor primitive rather than a plugin layer. A Zed for Business tier launches alongside with centralized billing, role-based access controls, and team management.
How does it work?
Zed runs multiple AI agents in parallel inside the editor and exposes them through a new Agent Client Protocol — a vendor-neutral API that supports Claude Agent, Codex, OpenCode, and Cursor as drop-in agents. Edit Predictions suggest the next change at keystroke granularity. The next-generation DeltaDB sync engine (CRDT-based) will let humans and agents share a single live view of the codebase. The editor runs on macOS, Windows, and Linux.
Why does it matter?
Most editors treat AI as a sidebar feature. Zed 1.0 is the first major editor to ship with multi-agent orchestration as a core primitive, and the Agent Client Protocol means teams can plug in their preferred agent stack without forking the editor. With Cursor, GitHub Copilot, and Codex all racing to define the agent-first IDE, a serious open-source contender ships at 1.0.
Who is it for?
Developers using AI coding agents who want a fast native editor with first-class multi-agent support
Try it
zed.dev/download