Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
Find a file
2024-07-30 10:49:15 +03:00
.cargo
.cloudflare
.config
.github Upgrade pnpm/action-setup to v4.0.0 () 2024-07-29 09:06:19 -04:00
.zed docs: Format CSS with Prettier () 2024-07-27 10:25:51 -04:00
assets Use fuzzy-matching to locate symbols when resolving edit steps () 2024-07-29 20:21:19 +02:00
crates Hide blinking cursor when window is deactivated () 2024-07-30 10:49:15 +03:00
docs docs: Update youtube link to new @zeddotdev channel name () 2024-07-29 17:55:35 -04:00
extensions ruby: Adjust language servers languages () 2024-07-26 15:58:50 -04:00
script Update Python to v3.12.4 () 2024-07-26 15:27:46 -04:00
tooling/xtask xtask: Add command for checking packages conform to certain standards () 2024-07-25 19:20:08 -04:00
.dockerignore
.git-blame-ignore-revs
.gitattributes
.gitignore
.mailmap
Cargo.lock Add GitHub Copilot Chat Support () 2024-07-30 09:32:58 +02:00
Cargo.toml collab: Lay groundwork for reconciling with Stripe using the events API () 2024-07-29 23:50:07 -04:00
CODE_OF_CONDUCT.md
compose.yml
CONTRIBUTING.md
debug.plist
docker-compose.sql
Dockerfile
flake.lock
flake.nix
LICENSE-AGPL
LICENSE-APACHE
LICENSE-GPL
livekit.yaml
Procfile
README.md
renovate.json
rust-toolchain.toml
shell.nix
typos.toml

Zed

CI

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


Installation

Packaging status

On macOS and Linux you can download Zed directly or install Zed via your local package manager.

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

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.