Homebrew
Homebrew is a very popular package manager for macOS. (Also Linux, though less popular there).
Homebrew provides two types of packages:
-
“Casks”, which are macOS apps and other prepackaged software
- There are 3,000+ casks in the default repository, homebrew/cask .
- Under Source in the sidebar, select Brew – Apps.
-
“Formulae”, which are open-source command line tools and libraries (compiled by Homebrew)
- There are 6,000+ formulae in the default repository, homebrew/core .
- Under Source in the sidebar, select Brew – Tools & Libraries.
Install Homebrew
Requirements
- macOS 11 (Big Sur) or later is officially supported; macOS 10.11 (El Capitan) or later should work
- 1.5 GB storage space
- 2 GB additional space for Apple’s Command Line Developer Tools for Xcode, if not yet installed
Install
- Copy this official install command . Click the small clipboard emoji on the right.
- Open Terminal. Type “terminal” in Spotlight search and press Return/Enter.
- Paste the command, then press Return.
- Type your computer password, then press Return. Nothing will show as you type; this is expected.
- When asked if you want to continue, press Return.
- Wait for Homebrew to download and install.
- Add the default catalog source for macOS GUI apps:
- Copy this command:
brew tap homebrew/cask
- Paste into Terminal, then press Return.
- Wait for the process to complete.
- Copy this command:
Add to Overt
- If you are not in setup mode, go to Settings → Advanced → Set Up Package Managers.
- Click Find next to Homebrew.
- Click Finish to leave setup mode.