Published•Updated
Zed
High-performance multiplayer code editor
Developer ToolsFreeReplaces Sublime Text ($99)

Zed — Official Website
What is Zed?
High-performance multiplayer code editor
Install with Homebrew
brew install --cask zedHow to Install Zed on Mac
Follow these steps to install Zed using Homebrew, the most popular package manager for macOS. This works on both Apple Silicon (M1/M2/M3/M4) and Intel Macs.
- 1
Open Terminal
Launch Terminal from your Applications > Utilities folder, or press Cmd + Space and type "Terminal".
- 2
Install Homebrew
If you don't have Homebrew yet, paste the install script from brew.sh into Terminal and follow the prompts.
- 3
Run
brew install --cask zedPaste the following command into Terminal and press Enter:
brew install --cask zed - 4
Verify Installation
Run `brew list` to confirm zed is installed, then try `zed --version` to check the version number.
- 5
Launch Zed
Run `zed` in your Terminal to start using it.
Troubleshooting
- • If you see a permission error, try prefixing the command with
sudo. - • If Homebrew can't find the package, run
brew updatefirst to refresh the package list. - • On Apple Silicon Macs, make sure Homebrew is installed at
/opt/homebrew(the default for M-series chips).
Key Features
Easy installation via Homebrew
Regular updates and maintenance
Free to use
Professional support available
Pros
- ✓Simple one-command installation
- ✓Well-maintained and regularly updated
- ✓Completely free to use
Cons
- ✗Requires Homebrew to be installed
- ✗macOS only
Video Tutorials
Getting Started with Zed
Neeraj Walia954.0K views
More Tutorials
Zed is a great code editor, I am using it more and more these days #zed #coding #programming
Jeezy Codes • 16.7K views
There’s a fast new code editor in town
Fireship • 1.2M views
Zed Editor - Run Code Shorcut #zed #coding
Analyst's Corner • 40.6K views
Frequently Asked Questions about Zed
Open Terminal, install Homebrew if you haven't already (visit brew.sh), then run
brew install --cask zed. The app will be downloaded and installed automatically. You can then run zed from Terminal.