Five years after the creators of Atom ditched Electron’s baggage, Zed reaches version 1.0—a complete code editor built from scratch in Rust. Nathan Sobo, who led Atom at GitHub until 2018, announced the milestone on April 29, 2026, via the Zed blog. The app now runs on macOS, Windows, and Linux, packing over a million lines of code into a package that prioritizes speed and collaboration.
Zed’s foundation? A custom UI framework called GPUI, written in Rust. The team organized everything around GPU shaders, treating the editor like a video game. No web tech ceilings here. This full-stack ownership lets shaders feast on data for buttery rendering—Metal on macOS, DirectX on Windows. Sobo wrote, “1.0 doesn’t mean ‘done’. It also doesn’t mean ‘perfect’. It means we’ve reached a tipping point where most developers can quickly feel at home in Zed.”
Performance stands out. Independent tests show Zed crushing Electron-based rivals. One benchmark on a 2026 MacBook Pro M4 Max with a 50,000-line TypeScript project clocked cold start at 180ms for Zed, versus 2.1s for VS Code and 2.4s for Cursor, as detailed in a DevToolReviews comparison. Idle RAM? Zed sips 142MB; VS Code guzzles 730MB. Keystroke latency drops to 8ms from 18ms. Another report from Tech Insider pegs startup at 0.6s versus 1.3s, with Zed using 16x less memory on idle folders.
But speed alone doesn’t win. Zed ships AI-native from day one. Multiple agents run in parallel—Claude, Codex, Cursor models via the Agent Client Protocol. Edit predictions fire at keystroke level. Sobo highlighted parallel agents in prior posts, now baked into 1.0. The release adds support for DeepSeek-V4-Pro and DeepSeek-V4-Flash models, per GitHub release notes.
Collaboration? DeltaDB, a CRDT-based sync engine, tracks changes at character granularity. Invite teammates or agents into shared views. Git integration covers SSH remoting, a full debugger for Rust, C/C++, JS, Go, Python via DAP. Rainbow brackets. Dozens of languages. The 1.0 drop includes bookmarks—toggle with editor: toggle bookmark, persist across sessions. New git: view commit action. GIFs in Markdown previews. Even a “New Center Terminal” button.
Zed for Business launches alongside: centralized billing, role-based access, team controls. Hundreds of thousands of developers already use it daily, Sobo claims. Open source since January 2024 under AGPLv3/Apache/GPL mix. Weekly releases continue—no slowing down.
Reactions poured in fast. Phoronix called it a cross-platform powerhouse with GPU acceleration. On X, Guilherme Tavares posted, “VS Code burnout was real. Zed brought the joy back. 1.0 is a huge milestone: fast, deliberate, keeps me in flow.” Zen Superman cheered, “My favorite editor Zed is finally 1.0… Love it and love the team.” Zed’s own post racked up nearly 5,000 likes: “We’ve shipped more than a thousand versions of Zed, but all of them began with zero. Today, that changes.”
Critics? Some miss VS Code’s vast extension ecosystem. Eleanor Berger tried Zed but returned to VS Code for its breadth. Still, Zed’s Vim mode, fuzzy matching upgrades via Fuzzy Nucleo, and Dev Container tweaks show polish. Remote dev reuses SSH ControlMaster sessions—no more credential prompts.
So where next? Sequoia backing fuels DeltaDB for agent-human teams. Sobo eyes the “most performant and collaborative coding environment.” Early adopters ditched VS Code’s bloat; now 1.0 invites the masses. Download from zed.dev/download. Try it. Bounce no more.


WebProNews is an iEntry Publication