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
Antonio Scandurra 334c3c670b Use a string for ZED_LOAD_BALANCER_SIZE_UNIT
Co-Authored-By: Thorsten <thorsten@zed.dev>
2024-03-06 10:52:35 +01:00
.cargo Enable tokio-console (#8897) 2024-03-05 10:56:14 -07:00
.config
.github Use a string for ZED_LOAD_BALANCER_SIZE_UNIT 2024-03-06 10:52:35 +01:00
.zed Ensure more Zed files are formatted uniformly (#8505) 2024-02-27 23:25:36 +02:00
assets vim: Add support for ap and ip paragraph text objects (#7687) 2024-03-04 16:39:02 -07:00
crates Give a name to load balancers and increase node count for production (#8939) 2024-03-06 10:38:17 +01:00
docs Modify the link to the latest (#8925) 2024-03-06 08:02:24 +02:00
extensions/gleam Move Clippy configuration to the workspace level (#8891) 2024-03-05 12:01:17 -05:00
script Fix tracing subscriber after introducing Tokio-console (#8907) 2024-03-05 14:11:33 -08:00
tooling/xtask Move Clippy configuration to the workspace level (#8891) 2024-03-05 12:01:17 -05:00
.dockerignore
.gitattributes
.gitignore Add initial support for defining language server adapters in WebAssembly-based extensions (#8645) 2024-03-01 16:00:55 -08:00
.gitmodules
.mailmap
Cargo.lock Fix tracing subscriber after introducing Tokio-console (#8907) 2024-03-05 14:11:33 -08:00
Cargo.toml Enable clippy::unnecessary_to_owned (#8908) 2024-03-05 17:28:58 -05:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
debug.plist
docker-compose.sql
docker-compose.yml
Dockerfile Revert "Install perf on collab image (#8910)" 2024-03-05 15:23:15 -08:00
LICENSE-AGPL
LICENSE-APACHE
LICENSE-GPL
livekit.yaml
Procfile Make collab quieter on startup (#8685) 2024-03-01 13:39:13 -07:00
README.md
rust-toolchain.toml
typos.toml Add doas support in script/linux (#8788) 2024-03-03 13:44:39 -08:00

Zed

CI

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

Installation

You can download Zed today for macOS (v10.15+).

Support for additional platforms is on our roadmap:

For macOS users, you can also install Zed from Homebrew:

brew install zed

Developing Zed

Contributing

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

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.