by zed-industries
Provides real-time collaborative editing powered by Rust, enabling developers to edit code instantly across machines with a responsive, GPU-accelerated UI.
Zed is a high‑performance, multiplayer code editor designed for developers who need fast, responsive editing and seamless real‑time collaboration. Built on Rust and the GPUI framework, it delivers low‑latency interactions and leverages modern OS graphics capabilities.
zed
executable. Open files or folders, and invite collaborators through the built‑in sharing UI.docs/src/development/*
guides to build from source on macOS, Linux, or Windows.Q: Is Zed available on Windows? A: A tracking issue exists; Windows support is planned but not yet released.
Q: How does licensing work for third‑party crates?
A: Zed uses cargo‑about
to automatically verify and document licenses. Contributors must ensure their crates have appropriate license metadata.
Q: Can I contribute to Zed?
A: Yes—see CONTRIBUTING.md
for guidelines. The project also has open hiring positions.
Q: Where can I find documentation for building Zed from source?
A: The repository includes platform‑specific development guides under docs/src/development/
.
Welcome to Zed, a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
On macOS and Linux you can download Zed directly or install Zed via your local package manager.
Other platforms are not yet available:
See CONTRIBUTING.md for ways you can contribute to Zed.
Also... we're hiring! Check out our jobs page for open roles.
License information for third party dependencies must be correctly provided for CI to pass.
We use cargo-about
to automatically comply with open source licenses. If CI is failing, check the following:
no license specified
error for a crate you've created? If so, add publish = false
under [package]
in your crate's Cargo.toml.failed to satisfy license requirements
for a dependency? If so, first determine what license the project has and whether this system is sufficient to comply with this license's requirements. If you're unsure, ask a lawyer. Once you've verified that this system is acceptable add the license's SPDX identifier to the accepted
array in script/licenses/zed-licenses.toml
.cargo-about
unable to find the license for a dependency? If so, add a clarification field at the end of script/licenses/zed-licenses.toml
, as specified in the cargo-about book.Please log in to share your review and rating for this MCP.
Discover more MCP servers with similar functionality and use cases
by cline
Provides autonomous coding assistance directly in the IDE, enabling file creation, editing, terminal command execution, browser interactions, and tool extension with user approval at each step.
by continuedev
Provides continuous AI assistance across IDEs, terminals, and CI pipelines, offering agents, chat, inline editing, and autocomplete to accelerate software development.
by block
Automates engineering tasks by installing, executing, editing, and testing code using any large language model, providing end‑to‑end project building, debugging, workflow orchestration, and external API interaction.
by RooCodeInc
An autonomous coding agent that lives inside VS Code, capable of generating, refactoring, debugging code, managing files, running terminal commands, controlling a browser, and adapting its behavior through custom modes and instructions.
by lastmile-ai
A lightweight, composable framework for building AI agents using Model Context Protocol and simple workflow patterns.
by gptme
Empowers large language models to act as personal AI assistants directly inside the terminal, providing capabilities such as code execution, file manipulation, web browsing, vision, and interactive tool usage.
by wonderwhy-er
DesktopCommanderMCP is a Model Context Protocol (MCP) server that extends Claude's capabilities to include terminal control, file system search, and diff file editing. It transforms Claude into a powerful development and automation assistant by enabling AI to interact directly with your computer's file system and execute terminal commands.
by opensumi
A framework for quickly building AI native IDE products, supporting Model Context Protocol tools via an MCP server.
by evalstate
Create and interact with sophisticated AI agents and workflows using a declarative syntax, with built‑in support for MCP features, multimodal inputs, and a wide range of language model providers.