Installing Zed
Zed is available for macOS, Linux, and Windows. Choose your platform below to get started.macOS
Direct Download
Download the latest stable build from the Zed download page. The download is a.dmg file—open it and drag Zed to your Applications folder.
For the preview build, which receives updates about a week ahead of stable, visit the preview releases page.
After installation, Zed automatically checks for updates and prompts you when a new version is available.
Homebrew
Install Zed using Homebrew:System Requirements
Zed supports the following macOS releases:| Version | Codename | Apple Status | Zed Status |
|---|---|---|---|
| macOS 26.x | Tahoe | Supported | Supported |
| 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 |
macOS Big Sur and Catalina do not support screen sharing via Zed Collaboration. These features require ScreenCaptureKit, available only on macOS 12 (Monterey) and newer.
Mac Hardware
Zed supports machines with Intel (x86_64) or Apple Silicon (aarch64) processors:- 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
Installation Script (Recommended)
The fastest way to install Zed on Linux is using the official installation script:x86_64 and aarch64 architectures on Ubuntu, Arch, Debian, RedHat, CentOS, Fedora, and more.
Install a Specific Version
You can specify a version using theZED_VERSION environment variable:
Install Preview Build
To install the preview build:Package Managers
Zed is available through several package managers:Manual Download
Download the pre-built.tar.gz file for your architecture:
Extract and create a symlink:
.desktop file:
System Requirements
- 64-bit Intel/AMD (x86_64) or 64-bit Arm (aarch64) processor
- Vulkan 1.3 driver
- The following desktop portals:
org.freedesktop.portal.FileChooserorg.freedesktop.portal.OpenURIorg.freedesktop.portal.Secretororg.freedesktop.Secrets
Windows
Direct Download
Download the latest stable build from the Zed download page. Run the installer and follow the setup wizard. For the preview build, visit the preview releases page.Windows Package Manager (winget)
Install Zed using winget:System Requirements
| Version | Zed Status |
|---|---|
| Windows 11, version 22H2 and later | Supported |
| Windows 10, version 1903 and later | Supported |
A 64-bit operating system is required to run Zed.
Windows Hardware
Zed supports machines with x64 (Intel, AMD) or Arm64 (Qualcomm) processors:- Graphics: GPU that supports DirectX 11 (most PCs from 2012+)
- Driver: Current NVIDIA/AMD/Intel/Qualcomm driver (not Microsoft Basic Display Adapter)
Installing the CLI
Zed includes a command-line tool for opening files and projects from the terminal.
This creates a
zed command that you can use from any terminal:
On Linux and Windows, the CLI is automatically included with Zed packages. The binary name may vary by distribution.
Verifying Installation
Check that Zed is installed correctly:Next Steps
Now that you have Zed installed, head to the Quick Start guide to learn the essentials and start coding.Quick Start Guide
Get up to speed with Zed’s essential features and commands
Troubleshooting
macOS: “Zed is damaged” Warning
If macOS reports that Zed is damaged, try:- Right-click on Zed in Applications
- Select “Open” from the context menu
- Click “Open” in the dialog
Linux: Graphics Issues
If Zed fails to start with aNoSupportedDeviceFound error, verify Vulkan support:
Windows: Blank Window
Ensure your GPU drivers are up to date:- Visit your GPU manufacturer’s website (NVIDIA, AMD, Intel, or Qualcomm)
- Download and install the latest drivers
- Restart your computer and try launching Zed again
