Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. https://zed.dev
  • Rust 95.3%
  • JSON-with-Comments 2.5%
  • Python 0.5%
  • Inno Setup 0.4%
  • Scheme 0.3%
  • Other 0.5%
Find a file
2026-06-11 01:08:50 +02:00
.agents/skills Add zed-cherry-pick agent skill (#57833) 2026-05-27 19:46:15 +00:00
.cargo
.cloudflare
.config
.factory
.github Remove dormant and disabled GitHub Actions workflows (#58975) 2026-06-10 17:06:33 +00:00
.zed
assets Merge remote-tracking branch 'upstream/main' 2026-06-11 01:08:50 +02:00
ci
crates Merge remote-tracking branch 'upstream/main' 2026-06-11 01:08:50 +02:00
docs Merge remote-tracking branch 'upstream/main' 2026-06-11 01:08:50 +02:00
extensions glsl: Bump to v0.2.4 (#58704) 2026-06-05 23:12:31 +00:00
legal Document provider safety retention for designated Zed-hosted models (#58967) 2026-06-09 21:54:48 +00:00
nix nix: Go around a linker issue on Darwin (#58070) 2026-05-29 12:22:37 +00:00
script Split out Windows in community PR area-track mapping (#58671) 2026-06-05 16:00:09 +00:00
tooling Remove dormant and disabled GitHub Actions workflows (#58975) 2026-06-10 17:06:33 +00:00
.git-blame-ignore-revs
.gitattributes
.gitignore gpui: Accesskit support (#56065) 2026-05-27 18:17:59 +00:00
.mailmap
.prettierrc
.rules
AGENTS.md
Cargo.lock Bump Zed to v1.8.0 (#59048) 2026-06-10 17:58:34 +00:00
Cargo.toml Bump notify to fix a hang when watching or unwatching paths (#59047) 2026-06-10 17:13:08 +00:00
CLAUDE.md
clippy.toml
CODE_OF_CONDUCT.md
compose.yml
CONTRIBUTING.md Include icon guidelines in PR templates and contribution docs (#58855) 2026-06-08 17:42:34 +00:00
debug.plist
default.nix
Dockerfile-collab
Dockerfile-collab.dockerignore
Dockerfile-cross.dockerignore
Dockerfile-distros
Dockerfile-distros.dockerignore
flake.lock
flake.nix ci: Remove garnix substitutor (#58033) 2026-05-29 05:56:42 +00:00
GEMINI.md
LICENSE-APACHE
LICENSE-GPL
livekit.yaml
lychee.toml
Procfile
Procfile.all
Procfile.web
README.md Relicense Zed source code under GPL (#57948) 2026-05-28 20:19:17 +00:00
renovate.json
REVIEWERS.conl
rust-toolchain.toml
rustfmt.toml
shell.nix
typos.toml markdown: Merman (#57644) 2026-05-27 16:27:18 +00:00

Zed

Zed CI

Welcome to Zed, a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.


Installation

On macOS, Linux, and Windows you can download Zed directly or install Zed via your local package manager (macOS/Linux/Windows).

Other platforms are not yet available:

Developing Zed

Contributing

See CONTRIBUTING.md for ways you can contribute to Zed.

Also... we're hiring! Check out our jobs page for open roles.

Licensing

Zed source code is licensed primarily under GPL-3.0-or-later, with Apache-2.0 components where marked.

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:

  • Is it showing a no license specified error for a crate you've created? If so, add publish = false under [package] in your crate's Cargo.toml.
  • Is the error 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.
  • Is 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.

Sponsorship

Zed is developed by Zed Industries, Inc., a for-profit company.

If youd like to financially support the project, you can do so via GitHub Sponsors. Sponsorships go directly to Zed Industries and are used as general company revenue. There are no perks or entitlements associated with sponsorship.