Today I’m proud to announce Homebrew 1.0.0. In the seven years since Homebrew was created by @mxcl our community has grown to almost 6000 unique contributors, a wide-reaching third-party “tap” ecosystem and thousands of packages.
We’ve been working hard over the last year to make some major changes to Homebrew that we’ve been wanting for a long time. There have been some hiccups along the way but we now have a more stable base for using and developing Homebrew in the future.
These include:
- Homebrew package management and formulae (package metadata) split into separate repositories
- Homebrew Community site (using Discourse) for discussion
- Homebrew joined the Software Freedom Conservancy
- Homebrew’s default repository installation location changed to
/usr/local/Homebrewto keep your/usr/localcleaner - Homebrew/brew updates between release tags
- Homebrew CI and homebrew/core use the macOS sandbox for build-time security
- Homebrew Cask integrated into Homebrew/brew
- Add new
brew bump-formula-prcommand to create new formula version pull requests - Add
brew --helptobrewsubcommands - Homebrew auto-updates when needed
brew updatesped up by only runninggit fetchif necessary- Officially support
brew bundle(forBrewfiles and import/export) andbrew services(for background services management). - Homebrew/brew passes tests on Linux and has generic backend for porting to other platforms in future
- Provide access to developer commands and
brew updateworkflow automatically - Use
curlfor all HTTP access for consistent proxy support - Use new Ruby Macho library for reading and writing library macOS Mach O file locations.
- Provide vendored, portable Ruby 2 binary for when system Ruby 2 is not available
HEADpackage installations have versions and can be upgraded- Use Python virtualenvs to better handle Python dependencies
And finally:
Thanks to all our users, contributors and maintainers past and present for getting us to this milestone. 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...