Find a file
Zax71 dae3e574e4
gpui_linux: Improve error message when X11 and Wayland feature flags are missing (#58685)
Improves `gpui_linux` error messages for missing feature flags.
Currently, you'd need to look at the source & Rust backtrace to diagnose
the error shown when the feature flags are missing.

Self-Review Checklist:

- [x] I've reviewed my own diff for quality, security, and reliability
- [x] Unsafe blocks (if any) have justifying comments
- [x] The content is consistent with the [UI/UX
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)
- [x] Tests cover the new/changed behavior
- [x] Performance impact has been considered and is acceptable


Release Notes:

- Improve `gpui_linux` error messages for missing feature flags

---------

Co-authored-by: Tom Houlé <tom@tomhoule.com>
2026-06-25 16:28:21 +00:00
.agents/skills Add zed-cherry-pick agent skill (#57833) 2026-05-27 19:46:15 +00:00
.cargo
.cloudflare
.config
.factory
.github ci: Fix bwrap jobs on run_bundling (#59765) 2026-06-23 14:44:02 +00:00
.zed
assets sandbox: Linux domain filtering and some more cleanup (#59790) 2026-06-24 01:42:52 +00:00
ci
crates gpui_linux: Improve error message when X11 and Wayland feature flags are missing (#58685) 2026-06-25 16:28:21 +00:00
docs ai: Add Max reasoning effort (#59806) 2026-06-25 14:47:28 +00: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 sandbox: Linux domain filtering and some more cleanup (#59790) 2026-06-24 01:42:52 +00:00
script Add picker label to GitHub community PR board automation (#59905) 2026-06-25 14:18:47 +00:00
tooling sandbox: Linux domain filtering and some more cleanup (#59790) 2026-06-24 01:42:52 +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 acp: Update to Rust SDK 1.0.0 (#59889) 2026-06-25 16:03:28 +00:00
Cargo.toml acp: Update to Rust SDK 1.0.0 (#59889) 2026-06-25 16:03:28 +00:00
CLAUDE.md
clippy.toml
CODE_OF_CONDUCT.md
compose.yml
CONTRIBUTING.md Re-add section about extension API to CONTRIBUTING.md (#59702) 2026-06-22 12:55:51 +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 sandbox: Linux domain filtering and some more cleanup (#59790) 2026-06-24 01:42:52 +00:00
renovate.json
REVIEWERS.conl
rust-toolchain.toml
rustfmt.toml
shell.nix
typos.toml

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.

  • me: do a nixos integration test (using KVM)
  • agent: i need to turn off the sandbox
  • me: "allow for this thread"
  • agent: runs the tests unsandboxed
  • me: use the terminal to ls this directory
  • agent: runs ls sandboxed