★ 7/10 · General · 2026-04-30

Zed team releases version 1.0 of Rust-built editor: Traditional editor and AI tool

Zed, a Rust-based code editor, has officially released version 1.0, transitioning from its initial preview state to a stable release. The editor provides a high-performance, native alternative to Electron-based editors,...

Zed team releases version 1.0 of Rust-built editor: Traditional editor and AI tool

Summary

Zed, a Rust-based code editor, has officially released version 1.0, transitioning from its initial preview state to a stable release. The editor provides a high-performance, native alternative to Electron-based editors, featuring integrated AI capabilities alongside traditional coding tools.

Key Points

  • Version 1.0 is available on macOS, Windows, and Linux.
  • The editor utilizes GPUI, a custom GPU-accelerated UI framework.
  • Built-in Language Server Protocol (LSP) support is provided for C, C++, CSS, JavaScript, TypeScript, Markdown, and Python.
  • AI capabilities include Zed AI (a collaboration with Anthropic), the Zeta LLM, and support for external providers.
  • Version 1.0 introduces text bookmarks for quick navigation and a "view commit" command palette action for Git.
  • The current extension ecosystem contains approximately 1,000 extensions.

Technical Details

Zed is engineered using Rust to leverage low-level control and performance, utilizing the GPUI framework for its user interface. The editor supports advanced AI workflows, including parallel agents and participation in the development of the Agent Client Protocol (ACP) alongside Google and JetBrains to standardize communication between agents and editors. While the editor includes built-in LSPs for several core languages, broader language support is available via extensions. For developers prioritizing a traditional workflow, the editor includes a "disable all AI features" setting. Users should note that the editor may download and execute packages, such as Node.js, as part of its functionality.

Impact / Why It Matters

Developers can leverage a high-performance, native editor with advanced AI integration, though they must account for a significantly smaller extension library compared to the VS Code marketplace. The inclusion of a global AI-disable toggle allows for a customizable balance between AI-assisted development and manual code editing.

editor rust software-development-tools