Zed Editor Hits Version 1.0: Why Developers Are Embracing a 'Disable All AI' Code Editor
Zed, a high-performance code editor built in Rust, officially launched version 1.0 this week, offering developers something increasingly rare in 2026: the ability to turn off all artificial intelligence features and use it as a traditional code editor. The release marks a significant milestone for the editor, which was first previewed in March 2023 and has been steadily gaining traction among developers frustrated with the bloat of web-based alternatives like Visual Studio Code (VS Code). The version 1.0 release is primarily focused on bug fixes but also introduces new features including bookmarks for quick navigation and a "view commit" command palette action for Git integration.
What Makes Zed Different From VS Code and Other Modern Editors?
Zed was created by Nathan Sobo and other former members of the Atom team at GitHub, who spent years building Electron, the Chromium-based framework that powers both Atom and VS Code. Sobo explained that while web technology offered "an easy path to shipping," it also came with significant performance and capability limitations. Zed takes a different approach by being built entirely in Rust, a systems programming language that offers low-level control without sacrificing expressiveness.
Sobo
The editor uses a custom GPU-accelerated user interface framework called GPUI, which is open source under the Apache 2 license. This architecture choice gives Zed a performance advantage over Electron-based editors, though it remains more resource-intensive than truly lightweight alternatives. Developers have praised Zed for its design and responsiveness, with one user on HackerNews noting: "Zed is everything I wanted Sublime to be. Honestly, I wanted VS Code but fully native, and I feel like that's what I'm getting from Zed." The editor is now available for macOS, Windows, and Linux.
How Does Zed's AI Integration Work?
- Zeta LLM Support: Zed offers optional AI edit predictions powered by its own Zeta large language model, or developers can connect external AI providers for code completion assistance.
- GitHub Copilot Integration: GitHub Copilot support was added just one month after Zed's initial preview, allowing developers to use OpenAI-powered code suggestions.
- Anthropic Partnership: In August 2024, Zed announced a collaboration with Anthropic to integrate Claude-based AI capabilities directly into the editor.
- Agent Client Protocol: Zed is working with Google and JetBrains on the Agent Client Protocol (ACP), a standardization effort for how AI agents communicate with code editors, and recently added a parallel agents feature enabling multiple agents to work concurrently.
Despite this aggressive push into AI features, the Zed team earned widespread praise for adding a "disable all AI features" setting, allowing developers who prefer traditional code editing to opt out entirely. This design choice reflects a growing philosophical divide in the developer tools industry.
Why Is the AI Debate Becoming Critical for Code Editors?
The tension between traditional code editing and AI-assisted development is becoming a defining challenge for modern IDEs (integrated development environments). Denis Shiryaev, head of AI on IDE at JetBrains, recently blogged about this exact problem, noting that developers now have two fundamentally different ways to create code. This means IDEs must morph between being a tool focused on code writing and a tool for delegating tasks to AI, and as Shiryaev observed, "it is hard to do both well in one product".
Some industry figures argue that traditional IDEs are becoming obsolete. Test-driven development pioneer Kent Beck suggested that IDEs should now be optimized for code review rather than code creation, while AI advocate Steve Yegge recently remarked that "code is a liquid. You spray it through hoses. You don't freaking look at it." However, this perspective remains a minority view among the broader developer community.
What Are the Practical Limitations of Zed 1.0?
While Zed has reached a stable 1.0 release, it faces significant challenges competing with the VS Code ecosystem. The most pressing limitation is extension availability. Zed currently has approximately 1,000 extensions available, whereas the VS Code marketplace offers over 100,000 extensions. This gap means developers switching from VS Code may struggle to find equivalent tools and integrations.
Language support is another area where Zed is still maturing. The editor includes built-in language server protocol (LSP) support for several languages, including C, C++, CSS, JavaScript, TypeScript, Markdown, and Python. Additional languages are available through language server extensions, but the ecosystem remains smaller than VS Code's. Developers have also raised concerns about Zed downloading and running packages, including Node.js, without explicit user consent, which could be a security consideration for some teams.
"Zed has reached a tipping point where most developers can feel quickly at home," said Nathan Sobo, CEO and co-founder of Zed Industries.
Nathan Sobo, CEO and co-founder of Zed Industries
Despite these limitations, Zed's 1.0 release represents a meaningful milestone in the evolution of developer tools. The editor's emphasis on performance, native code, and the ability to disable AI features entirely suggests that there remains a substantial market of developers who value traditional code editing capabilities alongside optional AI assistance. As the editor matures and its extension ecosystem grows, Zed may carve out a significant niche among developers who want the performance benefits of native code without the bloat of web-based alternatives.