Zed’s AI-Powered Multiplayer Editing Reaches New Maturity 🔗
Rust-based editor adds worktree creation and terminal automation to collaborative coding workflows
Why this leads today Zed introduces real-time collaborative editing in a Rust-built, high-performance code editor from Atom and Tree-sitter creators, offering a tangible shift in how developers work together and individually.
Zed, the high-performance code editor built by the creators of Atom and Tree-sitter, has evolved into a serious contender for developers seeking real-time collaboration without sacrificing speed. Written entirely in Rust and powered by its custom GPU-accelerated UI framework (GPUI), Zed delivers buttery-smooth performance even when multiple users are editing the same file simultaneously — a feat few editors achieve without noticeable lag.
The latest release, v1.
8.2, introduces practical enhancements that deepen its utility in team environments. Developers can now create a new Git worktree directly from the sidebar’s “new thread” button, streamlining branch-based workflows without leaving the editor. Complementing this, the new agent.terminal_init_command setting allows teams to automate environment setup — such as activating a virtual environment or running database migrations — whenever a new agent terminal thread is spawned. These features reflect Zed’s growing focus on reducing context-switching during collaborative sessions.
Beyond collaboration, Zed’s AI integration continues to mature. The editor’s agent system now delivers faster edit-tool responses and smoother scrolling during streaming AI outputs, while improved truncation of external agent configuration labels enhances usability in complex setups. Navigation and selection have also been refined: users can filter archived threads by project name (not just title), reset pane sizes to equal dimensions with a single command, and expand selections through nested delimiters using new editor: select inside/around delimiters actions — small but meaningful quality-of-life upgrades for power users.
Zed’s appeal lies in its blend of native performance and modern developer expectations. Unlike Electron-based editors, it avoids the memory and startup overhead associated with web technologies, instead leveraging Rust’s safety and speed. Its multiplayer architecture, built on conflict-free replicated data types (CRDTs), enables low-latency co-editing without requiring a central server for every interaction — a design choice that scales well for small to medium teams.
The catch: Zed remains Linux- and Windows-capable but lacks a native web version, limiting its accessibility for developers reliant on browser-based workflows or ephemeral environments like GitHub Codespaces, and its GPL-3.0-or-later licensing may deter teams preferring permissive licenses for internal tooling.
- Remote pair programming on low-latency networks
- Real-time code reviews with shared terminal sessions
- Teams adopting Git worktree workflows in Rust/C/C++ projects
Source: zed-industries/zed — based on the README and release notes.