Homebrew Overview
Homebrew is the de-facto open-source package manager for macOS and Linux. Rather than a traditional GUI installer, Homebrew bootstraps itself from an official install shell script hosted in the Homebrew/install GitHub repository. The script clones the Homebrew core repository, sets up the standard /opt/homebrew prefix on Apple Silicon (or /usr/local on Intel Macs and Linux), and registers the `brew` command in the user's PATH. For macOS users who prefer a click-to-install experience, the project also ships a signed.pkg installer (Homebrew.pkg) for each release on GitHub Releases. The verified direct.pkg URL listed here corresponds to Homebrew 5.1.14 — the latest stable release at audit time. It performs the same installation as the shell script but uses macOS's native Installer.app workflow with admin authentication. Linux users typically run the install.sh script directly. The same script supports Debian/Ubuntu (apt-based), Fedora/RHEL (rpm-based), and other distributions — it installs into /home/linuxbrew/.linuxbrew by convention. After installation, Homebrew can manage thousands of CLI tools, libraries, fonts (via brew tap), and even casks (full macOS applications). For air-gapped environments, IT teams can mirror the install.sh script and the Homebrew/brew GitHub repository on an internal Git server, then run the script with HOMEBREW_BREW_GIT_REMOTE set to the internal mirror. The standalone.pkg works similarly for restricted Mac fleets — download once, deploy via MDM, and Homebrew is ready offline (formulae downloads still need network unless mirrored separately).