Zed announced version 1.0 of its code editor, marking a maturity milestone for a project built around native performance, collaboration and artificial-intelligence tooling. The company said the release reflected a point at which most developers could adopt the editor without immediately encountering missing essentials.

Zed's technical foundation deliberately differs from editors based on browser technology. Its creators, who previously worked on Atom, wrote a new user-interface framework called GPUI in Rust and organized rendering around the graphics processor. The company argues that controlling this stack avoids the performance limits it encountered with Atom's Chromium-based approach. The 1.0 codebase now exceeds one million lines after five years of development, according to the announcement.

The release is available for macOS, Windows and Linux. Zed says it now covers the broad expectations of a modern development environment, including support for many languages, Git integration, remote work over SSH and debugging. It also claims hundreds of thousands of developers use the editor each day, though the supplied announcement does not provide independent usage measurements.

AI functionality is presented as part of the editor's core design rather than a separate extension. Users can run multiple agents in parallel, while edit predictions suggest changes at typing speed. Zed's Agent Client Protocol allows outside coding agents to connect to the environment; the company listed Claude Agent, Codex, OpenCode and Cursor among the supported options.

Alongside the consumer release, the company announced Zed for Business, a forthcoming offering with centralized billing, role-based access controls and team administration. The post did not specify pricing or a firm availability date, saying only that the service would arrive soon.

Version 1.0 is also a starting point for a more ambitious collaboration model. Zed is developing DeltaDB, a synchronization engine based on conflict-free replicated data types. The company says it records changes at character-level granularity so multiple people and agents can share a consistent view of a changing codebase. Its proposed uses include bringing teammates into agent conversations to review and refine generated code in the context where it was created.

Zed stressed that the milestone does not mean development is complete. The project has already shipped more than a thousand pre-1.0 versions and intends to retain a weekly release cycle. Reaching the major-version marker is thus positioned as a signal of readiness for broader use, while the collaboration engine and business controls remain active areas of development. The central bet remains consistent: a purpose-built native editor can combine responsiveness with collaboration among developers and increasingly capable software agents.