Homebrew

The Missing Package Manager for macOS (or Linux).

MacOS Requirements

  • A 64-bit Intel CPU or Apple Silicon CPU 1

  • macOS Mojave (10.14) (or higher) 2

  • Command Line Tools (CLT) for Xcode:

xcode-select --install
  • A Bourne-compatible shell for installation (e.g. bash or zsh) 4

Installation

To install Homebrew run the following in a terminal:

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

hit Enter, and follow the steps on the screen.

Last updated