Find formula or cask
brew search <name>
brew search --cask <name>
Show information for a specific formula or cask
brew info <name>
brew info --cask <name>
Show installed formula excluding dependencies
Show all installed formula or casks including dependencies
brew list
brew list --cask
Show all installed formula with associated dependencies
brew deps --installed
Show all installed formula with associated dependencies in a tree
brew deps --installed --tree
Install formula or cask
Uninstall formula or cask
Temporarily disable an installed formula
Fetch newest Homebrew version and formulae
Upgrade existing outdated formulae or casks
Remove outdated downloads and old installed versions of formulae
Switch between versions of a formula
List tapped repositories
Add or remove tap repository