OSS Tanbou

Zed — a Rust-native code editor combining high-speed editing, multiplayer collaboration, and AI agents

OSS health 96
About these scores

Discovery score is an unbounded weighted, log-compressed index of stars, watchers, forks, and contributors. Growth momentum is its change over the observed period; OSS health is a 0–100 score from available repository recency, Community Health, and release data.

Stars
90,260
Primary language
Rust
License
GPL-3.0-or-later
Repository last updated
Sep 15, 2026

Overview

Zed is a high-performance code editor built in Rust by creators of Atom and Tree-sitter. It runs on macOS, Linux, and Windows and combines real-time multiplayer editing and voice collaboration with Zed Agent, external agents, MCP, parallel agent threads, and inline AI workflows inside the editor.

Features and best fit

Based on official documentation; not hands-on tested · Content checked:

Use one Rust-native editor across macOS, Linux, and Windows

The official README describes Zed as a high-performance multiplayer code editor and distributes it for macOS, Linux, and Windows. Rust is the repository's primary language, while a web version is not currently available. The architecture is therefore most relevant when evaluating a desktop-native editing experience rather than a browser IDE.

Sources: [1]

Treat multiplayer editing as a core editor workflow instead of a separate collaboration layer

The collaboration documentation states that multiple people can edit the same project simultaneously and see each other's cursors and edits in real time. Channels provide persistent team rooms with shared projects and voice chat, while contacts and private calls support more ad-hoc sessions.

Sources: [2]

Bring native agents, external agents, MCP, and parallel threads into the editor

Zed's AI documentation provides multiple agent paths: Zed Agent, ACP-integrated External Agents, and terminal-backed threads. Model access can use Zed-hosted models, provider APIs, subscription sign-in, gateways, or local models, while the native agent can also use MCP servers, skills, and instructions. The Threads Sidebar can organize multiple agent threads across projects and worktrees.

Sources: [3]

A strong fit when fast native editing, live collaboration, and agentic development should share one workspace

Zed is worth evaluating when a team wants everyday code editing, pair-style collaboration, and AI-assisted implementation in the same working surface. It is also a useful alternative for developers exploring a Rust-native editor rather than a VS Code-derived stack, or teams that want to operate several agent threads against separate projects or worktrees.

Check platform limits, collaboration access, AI data paths, and mixed licensing separately

The README currently lists macOS, Linux, and Windows, with web support unavailable. Collaboration requires sign-in, and the official docs warn that sharing a project gives collaborators access to the local file system within that project. Teams should therefore scope shared projects and collaborators deliberately.

AI behavior and data boundaries depend on whether you choose Zed-hosted models, a provider API, subscription access, a gateway, or a local model. Licensing is also mixed: the README says Zed source is primarily GPL-3.0-or-later with Apache-2.0 components where marked, so redistribution and reuse should follow the license of the specific code involved.

Sources: [1][2][3]

Official sources

  1. [1]zed-industries/zed — README(2026-09-15)
  2. [2]Zed docs — Collaboration overview(2026-09-15)
  3. [3]Zed docs — AI overview(2026-09-15)
Supplemental curator note

We selected Zed because it treats real-time collaboration and multiple AI-agent paths as part of the editor itself, not as separate tools around it. Before adoption, check the lack of a web version, the project access granted to collaborators, and the data boundary of the model-provider path you choose.

Try it in 3 steps

  1. 1

    Open the download page

    The official README provides downloads for macOS, Linux, and Windows.

    https://zed.dev/download
  2. 2

    Install for your OS

    Use the direct download or one of the platform package-manager routes linked from the official documentation.

    macOS / Linux / Windows
  3. 3

    Launch Zed and open a project

    Verify normal editing first, then try Collaboration or the Agent Panel if needed.

    Zed → Open Folder / Project
Check the official README

Growth

Growth trends · Last 30 days

90,260 Stars

Trend data is still being collected.

Development activity

Last 90 days · weekly

Commits (last 30 days)
437
Open PRs
768

Development activity is still being collected.

Built with

Categories and tags

Categories

GitHub data

GitHub dataView detailed GitHub data

GitHub Topics

  • text-editor
  • zed
  • gpui
  • rust-lang
Stars
90,260
Forks
10,618
Watchers
322
Open issues
2,414
Primary language
Rust
Repository last updated
Sep 15, 2026
Report incorrect information

Tell us if any listing information is incorrect or outdated.

Zed — Rust Code Editor, Collaboration, and AI Guide | OSS Tanbou