Homebrew is used as a package manager for installing applications & utilities through the command line.
Like other Linux package managers, it can also build from source if required.
Enter the below into a Terminal session:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
This will download and install Xcode tools which will generally be over 5GB.
One thought on “Install Brew on MacOS”