Homebrew, the popular package manager for macOS and Linux, has released version 7.0.0, bringing a range of improvements focused on speed, security, and user experience. This update marks the end of official support for macOS 10.15 and signals a shift in support for Intel-based Macs, which will move to a lower priority tier by 2026.
Performance enhancements are a key highlight, with increased concurrency in downloads, preparation, and installation processes reducing wait times. Commands such as brew install, brew upgrade, and brew bundle now overlap package preparation and downloads, improving efficiency. Additionally, system checks and metadata retrieval have been optimized to run concurrently, further speeding up operations.
Security has been strengthened through multiple fixes addressing vulnerabilities in previous versions. Homebrew now includes built-in vulnerability scanning using an advisory database integrated with OSV.dev, enabling users to detect and manage known security issues directly. Sandboxing has been improved to limit potential damage during installations, although untrusted software still runs with user privileges. Homebrew also restricts network access during certain phases to enhance safety.
A significant new feature is BrewUI, a native macOS application that provides a graphical interface for package management. BrewUI simplifies browsing, searching, and managing installed software, while displaying the underlying brew commands to help users understand the actions taken.
For macOS users, Homebrew 7.0.0 drops support for macOS 10.15 and moves Intel Macs to Tier 3 status, meaning fewer updates and no routine binary package builds after 2026. The installer package is now Apple Silicon only and requires macOS 13 or later. Meanwhile, support for the latest macOS versions on Apple Silicon is fully integrated.
Linux users benefit from a switch to Landlock for sandboxing, which requires fewer dependencies and permissions than the previous Bubblewrap system. Homebrew also improves handling of AppImages to better support self-updating applications.
Additional updates include enhanced command options for better package information, improved handling of Brewfiles, and new tools for tap maintainers to automate updates and enforce security practices.
Homebrew remains a volunteer-driven, non-profit project, and the maintainers encourage donations to support ongoing development and infrastructure costs. This release continues Homebrew's commitment to providing a reliable and secure package management experience for developers across macOS and Linux platforms.