Affiliate Disclosure
If you buy through our links, we may get a commission. Read our ethics policy.

Homebrew macOS utility introduces native support for Apple Silicon

Credit: Homebrew

Last updated

Popular macOS package management utility Homebrew has officially added support for Apple Silicon in its latest release.

The Homebrew team added support for M1 and future Apple Silicon chips in version 3.0.0, which they announced on Friday. According to the release notes, Apple chips are now officially supported for installations in /opt/homebrew.

Previously, Homebrew worked on M1, but with some limitations. Now, the package manager is natively supported — though the team notes that it doesn't yet provide bottles (binary packages) for all packages.

The Homebrew team, which is made up of unpaid volunteers, thanked MacStadium and Apple itself for assistance in the migration.

"Thanks to all our hard-working maintainers, contributors, sponsors and supporters for getting us this far. Particular thanks on Homebrew 3.0.0 go to MacStadium and Apple for providing us with a lot of Apple Silicon hardware and Cassidy from Apple for helping us in many ways with this migration. Enjoy using Homebrew," the team wrote.

Homebrew is a popular utility for package management on macOS. It allows users to simply install open source software and packages to the Mac operating system using the Terminal.

Positioned as a way to install software that Apple didn't think you needed, Homebrew allows advanced users to easily get utilities such as the Python manager pyenv, or the tree command that shows directory structures in macOS.



4 Comments

cpsro 14 Years · 3239 comments

Yes, finally! 😊 And just as the DTKs are to be returned😒

Wgkrueger 8 Years · 352 comments

Unfortunately (at least as far as I can tell based on a recent search) Homebrew still has the security issue around /user/local/bin so I’m still thinking it’s a bad idea for me to install it.

jdb8167 16 Years · 626 comments

Wgkrueger said:
Unfortunately (at least as far as I can tell based on a recent search) Homebrew still has the security issue around /user/local/bin so I’m still thinking it’s a bad idea for me to install it.

What is the security issue? For the M1 they are now using /opt/homebrew. 

osmartormenajr 11 Years · 286 comments

I never found a package manager that didn’t create a greater mess than it was (purportedly) trying to solve. Over the years I’ve had tailored a shell script to build every FOSS tool that I need in my work. 99% of the time that just means running 'curl', ‘configure', 'make', and 'make install'. In my opinion, they are not worth the hassle.