Homebrew 7.0.0 formally demotes Intel x86_64 Macs to Tier 3 support beginning September 2026, ending routine binary package updates for the aging architecture. Tier 1 now covers only macOS Sequoia 15, macOS Tahoe 26, and macOS Golden Gate 27 on Apple Silicon. The release also debuts BrewUI, Homebrew’s fully released graphical interface for package management, and replaces Bubblewrap sandboxing with Landlock for tighter application isolation.
Intel Moves to Tier 3; Support Ends September 2027
Intel-based Macs will continue to run Homebrew through September 2027, but existing package bottles (precompiled binaries) will no longer receive routine updates. Existing bottles remain available for download, but newly updated formulae may require source-code compilation on Intel hardware. Homebrew cites the retreat of both Apple and GitHub from Intel infrastructure as the reason volunteers cannot sustain binary package builds for the aging architecture.
Intel users remain on Tier 3 until the 2027 sunset. Bottle builds may become unreliable as infrastructure support dwindles. Those seeking binary convenience may find MacPorts offers superior Intel package coverage.
BrewUI Brings Graphical Package Management to macOS
BrewUI is now fully released as Homebrew’s official graphical interface, installable on Apple Silicon Macs running macOS Tahoe 26 or later via brew install homebrew-app. The native application replaces terminal-only workflows for users unfamiliar with the command line, offering package browsing, search, and installed-version details in a single window. Each graphical action displays the underlying brew command, keeping users connected to terminal equivalents and lowering the barrier to learning Homebrew’s CLI alongside the UI.
Performance Gains Through Concurrent Operations
Homebrew 7.0.0 overlaps package downloads, preparation, and installation steps to maximize throughput. Commands like brew install, brew reinstall, and brew upgrade now coordinate downloads and preparation in parallel, reducing idle time between packages. Brewfile batches benefit from the same shared installation work as single-command installs. A new brew shellenv command sets PATH directly without invoking macOS path_helper subprocesses or writing configuration files, streamlining startup performance.
Sandboxing Upgrade and Built-In Vulnerability Checks
Homebrew replaces Bubblewrap sandboxing with Landlock, a mechanism that requires no external dependencies or elevated Docker permissions. The shift tightens application isolation without adding install complexity. A new advisory database now flags known vulnerabilities in installed packages, bringing supply-chain security awareness into the package manager itself.
A moderate-severity vulnerability (GHSA-5263-whxq-77hp) allowed malicious casks to execute code outside the macOS install sandbox via LaunchServices; 7.0.0 restricts application launching, Mach services, and Unix socket connections to close the gap. Homebrew also now installs prebuilt casks without requiring Xcode Command Line Tools, removing a compiler dependency from application setup.
New Diagnostic and Service Management Commands
Several command-line refinements improve visibility into package state and system health:
- brew install –dry-run: Preview what would be installed without making changes
- brew list –no-installed-on-request: Show only packages installed as dependencies, not top-level requests
- brew info: Distinguishes uninstallable packages (marked with ⊘) from uninstalled ones (✘), surfacing OS and architecture incompatibilities before installation begins
- brew services: Applies per-service environment overrides without registering a persistent login service; reads from $HOMEBREW_USER_CONFIG_HOME/services/<formula>.env
- brew doctor –json: Outputs diagnostics in structured JSON for automation; also warns when another brew binary shadows the current installation in PATH
macOS Golden Gate 27 Reaches Full Support
Homebrew now offers Tier 1 support for macOS Golden Gate 27 on Apple Silicon following completion of bottle rollouts. The release permits Metal shader compilation inside the macOS sandbox, allowing GPU-accelerated tests in projects like ggml and whisper.cpp without network access.
Planning for Intel’s 2027 Sunset
The.pkg installer is Apple Silicon only and requires macOS Sequoia 15 or later. Intel users should expect source builds on newly updated packages; the 2027 deadline provides 12 months to plan migration to Apple Silicon hardware or alternative package managers. Apple Silicon users and those running Golden Gate benefit from faster installations, better diagnostics, and a graphical interface that extends Homebrew’s reach beyond terminal users.