Today I’d like to announce Homebrew 2.6.0. The most significant changes since 2.5.0 are macOS Big Sur support on Intel, brew commands replacing all brew cask commands, the beginnings of macOS M1/Apple Silicon/ARM support and API deprecations.
Major changes and deprecations since 2.5.0:
- macOS Big Sur is supported (and High Sierra unsupported)
depends_on :java,brew switch,brew diyand various other APIs have been deprecated- All
brew caskcommands have been deprecated in favour ofbrewcommands (with--cask) when necessary Homebrew.argsis deprecated- All
Requirements are deprecated in Homebrew/core - macOS Homebrew running natively on M1/Apple Silicon/ARM has partial functionality. We recommend installing into
/opt/homebrewand forbid installing into/usr/local(to avoid clashing with the macOS Intel install and allow their usage side-by-side). We currently recommend running Homebrew using Intel emulation with Rosetta 2. brew tap-newwill set up GitHub Actions workflows to upload to GitHub Releases. Read the blog post for more documentation.- GitHub deprecated their API’s basic authentication
Other changes since 2.5.0 I’d like to highlight are the following:
brew doctorchecks the active branch for all taps, not just Homebrew/homebrew-corebrew unbottledis a new developer command to identify formulae that haven’t had binary packages built yetbrew install ./is now recommended for installing local file formulae- Bash, ZSH and Fish formula completion is now much faster with the
brew formulaecommand brew install --force-bottlerefuses to ever build from sourcebrew installorbrew linkof a versioned keg-only formula will automatically unlink conflicted version formulaebrew shellenvis significantly faster- Homebrew has further reduced shallow clone usage (on request from GitHub)
brew linkageand commands using the linkage cache have significantly better performancebrew bump-cask-pris a new developer command to create Homebrew/homebrew-cask pull requests
Finally:
- Discourse and IRC are now deprecated as official communication methods in favour of GitHub Discussions.
- Homebrew accepts donations through GitHub Sponsors and still accepts donations through Patreon. If you can afford it, please consider donating. If you’d rather not use GitHub Sponsors or Patreon (our preferred donation methods), check out the other ways to donate in our README.
Thanks to all our hard-working maintainers, contributors, sponsors and supporters for getting us this far. Enjoy using Homebrew!
Latest Posts
-
6.0.0
11 Jun 2026
Today, I’m proud to announce Homebrew 6.0.0. The most significant changes since 5.1.0 are a new tap trust security mechanism, the new faster, smaller, default internal...
-
5.1.0
10 Mar 2026
Homebrew 5.1.0 has been released. Homebrew’s most significant changes since 5.0.0 are expanded brew bundle support, brew version-install, new -full formula handling an...
-
5.0.0
12 Nov 2025
Today, I’d like to announce Homebrew 5.0.0. The most significant changes since 4.6.0 are download concurrency by default, official support for Linux ARM64/AArch64, tim...
-
4.6.0
05 Aug 2025
Today, I’d like to announce Homebrew 4.6.0. The most significant changes since 4.5.0 are opt-in concurrent downloads with HOMEBREW_DOWNLOAD_CONCURRENCY, preliminary ma...
-
4.5.0
29 Apr 2025
Today, I’d like to announce Homebrew 4.5.0. The most significant changes since 4.4.0 are major improvements to brew bundle/services, preliminary Linux support for cask...