Zed on macOS
Zed is developed primarily on macOS, making it a first-class platform with full feature support.Installing Zed
Download Zed from the 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 checks for updates automatically and prompts you when a new version is available.
Homebrew
You can also install Zed using Homebrew:Building from Source
To build Zed from source, see the macOS development documentation.System Requirements
- macOS 10.15.7 (Catalina) or later
- Apple Silicon (M1/M2/M3/M4) or Intel processor
Installing the CLI
Zed includes a command-line tool for opening files and projects from Terminal. To install it:- Open Zed
- Open the command palette with
Cmd+Shift+P - Run
cli: install
zed command in /usr/local/bin. You can then open files and folders:
Uninstall
- Quit Zed if it’s running
- Drag Zed from Applications to the Trash
- Optionally, remove your settings and extensions:
Troubleshooting
Zed won’t open or shows “damaged” warning
If macOS reports that Zed is damaged or can’t be opened, it’s likely a Gatekeeper issue. Try:- Right-click (or Control-click) on Zed in Applications
- Select “Open” from the context menu
- Click “Open” in the dialog that appears
CLI command not found
If thezed command isn’t available after installation:
- Check that
/usr/local/binis in your PATH - Try reinstalling the CLI via
cli: installin the command palette - Open a new terminal window to reload your PATH
GPU or rendering issues
Zed uses Metal for rendering. If you experience graphical glitches:- Ensure macOS is up to date
- Restart your Mac to reset the GPU state
- Check Activity Monitor for GPU pressure from other apps
High memory or CPU usage
If Zed uses more resources than expected:- Check for runaway language servers in the terminal output (
zed: open log) - Try disabling extensions one by one to identify conflicts
- For large projects, consider using project settings to exclude unnecessary folders from indexing
