Installing Zed
Download Zed
macOS
Get the latest stable builds via the download page. If you want to download our preview build, you can find it on its releases page. After the first manual installation, Zed will periodically check for install updates.
You can also install Zed stable via Homebrew:
brew install --cask zed
As well as Zed preview:
brew install --cask zed@preview
Windows
Get the latest stable builds via the download page. If you want to download our preview build, you can find it on its releases page. After the first manual installation, Zed will periodically check for install updates.
Linux
For most Linux users, the easiest way to install Zed is through our installation script:
curl -f https://zed.dev/install.sh | sh
If you'd like to help us test our new features, you can also install our preview build:
curl -f https://zed.dev/install.sh | ZED_CHANNEL=preview sh
This script supports x86_64 and AArch64, as well as common Linux distributions: Ubuntu, Arch, Debian, RedHat, CentOS, Fedora, and more.
If Zed is installed using this installation script, it can be uninstalled at any time by running the shell command zed --uninstall. The shell will then prompt you whether you'd like to keep your preferences or delete them. After making a choice, you should see a message that Zed was successfully uninstalled.
If this script is insufficient for your use case, you run into problems running Zed, or there are errors in uninstalling Zed, please see our Linux-specific documentation.
System Requirements
macOS
Zed supports the follow macOS releases:
| Version | Codename | Apple Status | Zed Status |
|---|---|---|---|
| macOS 15.x | Sequoia | Supported | Supported |
| macOS 14.x | Sonoma | Supported | Supported |
| macOS 13.x | Ventura | Supported | Supported |
| macOS 12.x | Monterey | EOL 2024-09-16 | Supported |
| macOS 11.x | Big Sur | EOL 2023-09-26 | Partially Supported |
| macOS 10.15.x | Catalina | EOL 2022-09-12 | Partially Supported |
The macOS releases labelled "Partially Supported" (Big Sur and Catalina) do not support screen sharing via Zed Collaboration. These features use the LiveKit SDK which relies upon ScreenCaptureKit.framework only available on macOS 12 (Monterey) and newer.
Mac Hardware
Zed supports machines with Intel (x86_64) or Apple (aarch64) processors that meet the above macOS requirements:
- MacBook Pro (Early 2015 and newer)
- MacBook Air (Early 2015 and newer)
- MacBook (Early 2016 and newer)
- Mac Mini (Late 2014 and newer)
- Mac Pro (Late 2013 or newer)
- iMac (Late 2015 and newer)
- iMac Pro (all models)
- Mac Studio (all models)
Linux
Zed supports 64bit Intel/AMD (x86_64) and 64Bit ARM (aarch64) processors.
Zed requires a Vulkan 1.3 driver, and the following desktop portals:
org.freedesktop.portal.FileChooserorg.freedesktop.portal.OpenURIorg.freedesktop.portal.Secret, ororg.freedesktop.Secrets
Windows
Zed supports the follow Windows releases:
| Version | Microsoft Status | Zed Status |
|---|---|---|
| Windows 11 (all releases) | Supported | Supported |
| Windows 10 (64-bit) | Supported | Supported |
Windows Hardware
Zed supports machines with Intel or AMD 64-bit (x86_64) processors that meet the above Windows requirements:
- Windows 11 (64-bit)
- Windows 10 (64-bit)
- Graphics: A GPU that supports DirectX 11 (most PCs from 2012+).
- Driver: Current NVIDIA/AMD/Intel driver (not the Microsoft Basic Display Adapter).
FreeBSD
Not yet available as an official download. Can be built from source.
Web
Not supported at this time. See our Platform Support issue.