Homebrew, de facto standard package manager for macOS, now forces Apple's $99/yr notarization bullshit for all casks.
submitted by
brew.sh/2025/11/12/homebrew-5.0.0/
Shame on you, Homebrew, for effectively killing FOSS apps from casks.
Blåhaj PieFed
Share on Mastodon
The adjusted solution/workflow: use something other than homebrew
How will these other solutions bypass Apples quarantine?
By doing what homebrew currently does when you pass the
--no-quarantineflag, which is callxattr.Note that I’d probably support removing
--no-quarantineif Apple’s notarization service was free.Deleted by moderator
Yes, but you can still compile the code yourself. It’s only problematic for binary distribution. This is basically a question of balancing security vs. freedom I suppose.
Deleted by moderator
Difference is compiling an app from source for Android is not really feasible on Android devices, whereas doing so on macOS is literally built into the package managers for macOS and is generally pretty trivial beyond it taking more time.
Also, macOS doesn’t prevent you from running the apps entirely.
I mean, theres macports and what else? Is macports even kickin still? No other package managers other than homebrew
Pretty sure it’s still around. Nix is an option as well.