Consider supporting on Patreon or BuyMeACoffee
Mac

Installing Homebrew

A guide on how to install the popular utility for macOS
Homebrew is a command line utility for installing software on macOS. Click here to learn more.

Installing Homebrew

Open the Terminal

Copy & paste the following command

Terminal
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Follow the prompts to complete installation

Make sure you update your shell's config file! Instructions will be provided in the Terminal window.

Optional extra steps

Run the 'version' command to verify Homebrew is installed correctly

Terminal
  brew -v

This command is used to see which version of Homebrew is installed. You will see command not found: brew if the install was not successful.

Run the 'doctor' command to check your installation status

Terminal
brew dr
If Homebrew seems to be working, you can disregard any warnings displayed here.