docs/src/macos.md
Zed is developed primarily on macOS, making it a first-class platform with full feature support.
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.
You can also install Zed using Homebrew:
brew install --cask zed
For the preview version:
brew install --cask zed@preview
To build Zed from source, see the macOS development documentation.
Zed uses Metal for GPU-accelerated rendering, which is available on all supported macOS versions.
Zed includes a command-line tool for opening files and projects from Terminal. To install it:
Cmd+Shift+Pcli: installThis creates a zed command in /usr/local/bin. You can then open files and folders:
zed . # Open current folder
zed file.txt # Open a file
zed project/ file.txt # Open a folder and a file
See the CLI Reference for all available options.
rm -rf ~/.config/zed
rm -rf ~/Library/Application\ Support/Zed
rm -rf ~/Library/Caches/Zed
rm -rf ~/Library/Logs/Zed
rm -rf ~/Library/Saved\ Application\ State/dev.zed.Zed.savedState
If you installed the CLI, remove it with:
rm /usr/local/bin/zed
If macOS reports that Zed is damaged or can't be opened, it's likely a Gatekeeper issue. Try:
This tells macOS to trust the application.
If that doesn't work, remove the quarantine attribute:
xattr -cr /Applications/Zed.app
If the zed command isn't available after installation:
/usr/local/bin is in your PATHcli: install in the command paletteZed uses Metal for rendering. If you experience graphical glitches:
If Zed uses more resources than expected:
zed: open log)For additional help, see the Troubleshooting guide or visit the Zed Discord.