Before install Homebew, make sure your macOS meets the install requirements. Install Homebrew on macOS 11 (Apple Silicon) $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" When downloaded, it will detect your macOS architecture and if it’s Intel, Homebrew will be installed on /usr/local, or /opt/homebrew if macOS is Apple Silicon. …