Zed code editor launches with native Rust architecture and AI agent support

Zed launched publicly on January 24, 2024, introducing a code editor built on fundamentally different architectural assumptions than the dominant Electron-based editors. Written entirely in Rust with a custom GPU-accelerated UI framework (GPUI), Zed achieved 120fps native rendering with negligible CPU overhead — a direct response to the performance complaints developers had about VS Code and Atom.

Beyond performance, Zed differentiated through its AI architecture: rather than bolting an AI chat panel onto an existing editor, Zed built multi-threaded agent support into the core, allowing multiple AI agents to work simultaneously on different files in the same session. It later implemented the Agent Client Protocol (ACP), enabling any agent to connect to the editor through a standard interface.

Zed’s founding team included Nathan Sobo, the co-creator of GitHub’s Atom editor. Backed by a $32M Series B from Sequoia Capital in August 2025, Zed reached 1.0 in April 2026. At 85,000 GitHub stars it became one of the most-starred open-source code editors, validating the thesis that developers would adopt a non-VS-Code editor if the performance and AI integration were significantly better.

Sources

Last verified June 12, 2026