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
mgsloan@gmail.com 4148786a74
Use the display's resolution for the video frames
co-authored-by: Nathan <nathan@zed.dev>
2024-12-02 17:16:44 -08:00
.cargo
.cloudflare
.config
.github Update astral-sh/setup-uv digest to caf0cab (#20927) 2024-11-28 10:55:46 +02:00
.zed
assets Treat .pcss files as CSS (#21402) 2024-12-02 10:56:47 -05:00
crates Use the display's resolution for the video frames 2024-12-02 17:16:44 -08:00
docs Add setting for making the tab's close button always visible (#21352) 2024-12-02 07:48:10 -03:00
extensions
legal legal: Correct privacy policy (#17238) 2024-09-01 11:33:06 -04:00
nix nix: Return to building with crane (#21292) 2024-11-29 10:09:33 +01:00
script Merge branch 'main' into livekit-rust-sdk 2024-12-02 09:45:11 -08:00
tooling/xtask
.git-blame-ignore-revs
.gitattributes
.gitignore nix: Return to building with crane (#21292) 2024-11-29 10:09:33 +01:00
.mailmap
Cargo.lock Use the display's resolution for the video frames 2024-12-02 17:16:44 -08:00
Cargo.toml Use the display's resolution for the video frames 2024-12-02 17:16:44 -08:00
clippy.toml
CODE_OF_CONDUCT.md
compose.yml
CONTRIBUTING.md
Cross.toml
debug.plist
default.nix
docker-compose.sql
Dockerfile-collab
Dockerfile-collab.dockerignore ci: Move collab to Dockerfile-collab (#18515) 2024-09-30 16:14:26 -04:00
Dockerfile-cross
Dockerfile-cross.dockerignore
Dockerfile-distros
Dockerfile-distros.dockerignore
flake.lock nix: Return to building with crane (#21292) 2024-11-29 10:09:33 +01:00
flake.nix nix: Return to building with crane (#21292) 2024-11-29 10:09:33 +01:00
LICENSE-AGPL
LICENSE-APACHE
LICENSE-GPL
livekit.yaml
Procfile Refactor: Restructure collab main function to prepare for new subcommand: serve llm (#15824) 2024-08-05 12:07:38 -07:00
Procfile.postgrest Fix llm queries (#16006) 2024-08-08 17:21:38 -07:00
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.