cheat sheet
Homebrew
The missing package manager for macOS and Linux.
#macos#package-managementupdated 06-10-2026
Packages
| Task | Command |
|---|---|
| Install | brew install ripgrep |
| Uninstall | brew uninstall ripgrep |
| Search | brew search node |
| Info | brew info node |
| List installed | brew list |
Casks (GUI apps)
| Task | Command |
|---|---|
| Install an app | brew install --cask visual-studio-code |
| List casks | brew list --cask |
Maintenance
| Task | Command |
|---|---|
| Update formulae | brew update |
| Upgrade all | brew upgrade |
| Remove old versions | brew cleanup |
| Diagnose issues | brew doctor |