TIL Homebrew has its own sandbox mechanism - looks like it's built around their own sandbox-exec wrapper, at least on macOS: https://github.com/Homebrew/brew/blob/d79ef822ab8136e393ed5f...
I found that Mise handles all my needs for development and it is scoped so it doesn't try to update Python and break all my virtual env when I install something new /shrug
I prefer to use Mise for everything nowadays. homebrew bootstrap specifically. A lot easier to manage all of my packages in one single file, homebrew, Node packages, etc.
I've been using homebrew for so long, I can't tell you how much it has helped me to spend more hours developing and less managing packages and updates, etc. Thank you so much, congratulations on the update!
The GUI is pretty sharp, but I don’t like it uses emoji instead of SF symbols.
Is it Claude or Codex built?
Farewell, Homebrew. It's been a good run.
- 2019 Intel iMac user.
Awesome, I just checked and had already upgraded at some point. I run the alias command below every now and then which keeps everything up to date.
alias u="brew update && brew upgrade --greedy -y && brew upgrade --cask -y && brew cleanup"Always a joy to see security and performance as a big highlight on a release. Brew is notably slow compared to the other package managers I use, but never in an unbearable way.
I've always used it on my Mac work machines, but always used my native package managers on Linux. What are the reasons to run homebrew on Linux? Better newer package support when you're on something slower moving like a Debian distro?
I've standardized my config scripts on using language managers for those tools (go, cargo, uv), which isn't perfect, so maybe brew is worth a chance.
As a MacPorts users (generally light-weight, just a few things here and there):
Has anyone gone from MP to HB, or vice versa? Why did you switch from one to the other (and perhaps back again)? What did you find as the pros/cons of each?
A new era of native macOS apps is upon us.
GUIs abound. Rejoice!
Does installation still require root and a dedicated user account on Linux?
That really put me off.
I am quite disappointed by their decision to remove wine[1] from brew. The utility of it is obvious, and it's very popular software.
I was surprised to see my Homebrew consider my macOS a Tier 2 for using the very latest macOS version and Xcode version… But I think it's because I don't have Xcode 27.0, which is presumably releasing tomorrow?
I guess the Hackintosh era is (finally) facing its death...
Not usually a “+1” or “Me too!” kinda guy but homebrew is incredible and makes dev on Mac quite seamless. Huge thanks to the team.
Thanks for the hard work, but the Tahoe limitation for the GUI app is absolutely ridiculous.
the gui homebrew manager is a nice addition!
it can be installed with:
brew install homebrew-app
And that's the end of Homebrew for me as a user. I like the app, but my old Intel MacBook apparently can't handle it anymore.
I'm back to the old installation methods !
Fantastic, thx for the effort!
Time to `brew update && brew upgrade` later today. Always a little nervous, but Homebrew usually makes it painless.
Thank you so much for doing this, for years you make me feel like home, or the year 2010. Please don't ever stop!
Does it still need root on Linux? That makes it an instant no go.
Unfortunately this project has a case of dread with every update to me. To see what is being force changed, worse support or even removed features.
Looks like this release breaks Intel Macs. Very very sad. Not even 5+ year old hardware is apparently supportable to some devs
still needs fucking 'sudo'
[dead]
Just remember that brew still must never be installed on a machine you need to be able to trust.
The supply chain security policy of brew is basically non existent and optimized for low-friction contributions. Think wikipedia. No enforced commit signing, review signing, or multi-party release signing, and thus everything is honor system.
Do not put brew anywhere near systems that access production or even on systems used to review production-bound code.
These release notes appear generated by LLM, with the usual extreme verbosity. Wish a human had done a better job editing these.
Today, I’m proud to announce Homebrew 7.0.0. The most significant changes since 6.0.0 are faster installations and upgrades, stronger sandboxing, a native macOS app, built-in vulnerability checks and an advisory database, the end of macOS 10.15 support and Intel Macs moving to Tier 3 (announced last year).