Homebrew 7.0.0

(brew.sh)

338 points by mikemcquaid7 hours ago

28 comments

  • mikemcquaid7 hours ago
    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).
    • d3Xt3r6 hours ago
      Literally just upgraded before seeing this post; I had 31 outdated packages and the first thing I saw was how blazing <i>fast</i> it was! I looked online to see if something changed and saw this post.<p>Speed was my biggest complaint about brew, so I&#x27;m glad to cross that one off my list of things I don&#x27;t like about brew.<p>Thank you for your hard work BTW, brew&#x27;s been a lifesaver on macOS and immutable distros.
      • mikemcquaid6 hours ago
        Glad to hear it. A lot of time and energy has gone into performance work so glad that’s noticeable! Thanks for the kid words too &lt;3
      • bitexploder25 minutes ago
        It is Rust now?
    • mikae14 hours ago
      Thank you for Linux Homebrew! It works so damn well.<p>For me the distro package manager is for system packages, Homebrew and Flatpak for the user facing apps.
      • curt153 hours ago
        Where do you draw the line between system packages and user facing apps? Some software defies such an easy categorization. If your default install doesn&#x27;t come with docker and you install docker later for development, does that make docker a user-facing app? What about language toolchains like golang, rust, npm, etc?
        • nxobject2 minutes ago
          It&#x27;s an interesting question on Linux. On macOS entire toolchains would be fair game. I just ran `brew install colima`, `brew install llvm`, etc.<p>But clearly anything that would conflict with distro-specific opinionated decisions is out. Or DE-specific opinionated decisions.
        • mikae13 hours ago
          <i>&gt; Where do you draw the line between system packages and user facing apps?</i><p>If it works in Homebrew, I almost always pick Homebrew. :) I have a pretty good feeling for what works since for the past few years I&#x27;ve mostly used an atomic distro (Aurora, based on Universal Blue, based on Fedora). It just comes naturally for me on Fedora too.<p>I&#x27;ve found that this way you can get many of the stability pros of using an atomic distro even on a non-atomic one.
      • LeBit1 hour ago
        On Linux I use mise to install CLI tools
      • shevy-java3 hours ago
        I don&#x27;t understand the distinction you use here.<p>Then again I use versioned AppDirs on Linux since +20 years anyway, so I am not really into any arbitrary disctinction random linux distributions try to push down onto the (downstream) userbase. Besides, if you compile from source, why would you want to rely on the distribution package manager to begin with?<p>None of them allow for versioned AppDirs by default as far as I know; NixOS uses a hashed name, so that is the only exception I can think of (and GoboLinux of course), but as far as I know if you are on e. g. a debian system, you can not use it for a versioned AppDir layout.
        • mikae12 hours ago
          <i>&gt; I don&#x27;t understand the distinction you use here.</i><p>Distinction: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=49683258">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=49683258</a><p>I use &quot;dnf&quot; to upgrade my system and &quot;flatpak update&quot; and &quot;brew upgrade&quot; to upgrade the apps I&#x27;ve installed.<p>An app like VirtualBox does not install using Flatpak or Homebrew, so I would use dnf for that. It&#x27;s usually an app or two that doesn&#x27;t work via Flatpak&#x2F;Homebrew&#x2F;AppImage that I need to install using dnf.
        • F3nd02 hours ago
          &gt; NixOS uses a hashed name, so that is the only exception I can think of (and GoboLinux of course)<p>Also Guix, which is inspired by Nix. Don’t know about AppDir support, though. Are AppDirs more of a general concept or a formalised standard? In what capacity are you using them?
    • jdorfman2 hours ago
      Congrats and thank you to you and your team for maintaining critical infrastructure we all take for granted.
    • lukeify6 hours ago
      I don&#x27;t know what I would do without brew on my Macs. Thank you and everyone who contributes!
    • darkamaul3 hours ago
      Silly question - but how do you apply the cooldown to brew itself ?<p>I would think this is one of the most critical dependency that you would not want to get right away at let it rest for a couple of days
      • mikemcquaid3 hours ago
        You can’t, by design. We instead apply if for you on upstream packages from NPM, PyPi, etc.<p>Our model is very different to those where cooldowns exist and make sense. As-is if would just delay security updates too.
    • larodi2 hours ago
      would you please share what amount of the new dev (work done on brew) is AI&#x2F;LLM-assisted. this major version bump was very quick to arrive compared to when v6 got released?
      • mikemcquaid2 hours ago
        Can’t speak for others but a lot of my work. I review it all locally first. The flow feels a lot like reviewing human PRs locally.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;MikeMcQuaid&#x2F;AgentIDE" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;MikeMcQuaid&#x2F;AgentIDE</a><p>I actually wrote my own “Agent IDE” to make this prompt&#x2F;review&#x2F;push flow easier.
    • lifty4 hours ago
      I think at one point you said you’re working on a rust rewrite? Is that still in the cards?
      • mikemcquaid3 hours ago
        I tried it. It ended up being slower on most non-synthetic benchmarks (like repeatedly installing the same thing with warm caches).<p>The lessons learned were instead used to make the Ruby frontend much faster.
      • sillywalk4 hours ago
        <a href="https:&#x2F;&#x2F;fishshell.com&#x2F;blog&#x2F;rustport&#x2F;" rel="nofollow">https:&#x2F;&#x2F;fishshell.com&#x2F;blog&#x2F;rustport&#x2F;</a><p>Fish 4.0: The Fish of Theseus (fishshell.com)<p>906 points by jdxcode on Dec 28, 2024 | hide | past | favorite | 198 comments<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42535217">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42535217</a>
      • reaperhulk3 hours ago
        They experimented with it but ultimately decided to focus on perf with their existing ruby codebase.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;Homebrew&#x2F;brew&#x2F;issues&#x2F;7755#issuecomment-5145260312" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Homebrew&#x2F;brew&#x2F;issues&#x2F;7755#issuecomment-51...</a>
  • Sytten3 hours ago
    I found that Mise handles all my needs for development and it is scoped so it doesn&#x27;t try to update Python and break all my virtual env when I install something new &#x2F;shrug
    • artdigital3 hours ago
      I also started using Mise for global CLI tools instead of brew and it’s working really well<p>Eg: mise use -g gcloud instead of brew install xxx<p>It can even do that for npm packages! Like mise use -g npm:xxx
      • llimllib21 minutes ago
        re: npm, if you upgrade your global node version, you will lose that installation, right?
    • 9dev3 hours ago
      Why would you even use python without uv anymore, and have a system python binary and virtual envs linked to it?
      • atmosx1 hour ago
        Python might be just one of the languages required by the dev stack not the only language. Mise is the right tool for the job.
        • 9dev1 hour ago
          Last time I checked, Mise is still a one-man show. That’s way too risky for a critical party of my supply chain for my taste.
          • doodlesdev1 hour ago
            So is sudo... And that&#x27;s not &quot;too risky&quot; for the entire industry.<p>That&#x27;s not to say bus factor is irrelevant (I personally think about it a lot when choosing software projects), but truthfully the bus factor here especially doesn&#x27;t matter much, as mise is an easy tool to replace (with asdf, for example) if something goes wrong with it eventually.<p>I highly recommend trying it out. I resisted using it for some time, but it solved some pain points I had with NodeJS, Ruby, and Python regarding installation.
          • jdxcode1 hour ago
            this makes no sense to me, the reason i don&#x27;t give anyone else the commit bit is only to _protect_ the supply chain. you should want as few people with that access as possible.
            • OberstKrueger37 minutes ago
              I think the concern is more if something happens to you or stop development for any reason, then the project is dead or would fork in a few separate directions
    • hk13373 hours ago
      I split my usage. Homebrew for OS things mise for the various tooling.<p>The only problem some things still have a dependency on requiring python and others on the system. The problem being that they’re there, mise works just fine.
    • bodash3 hours ago
      my split: brew for casks, mise for tools
    • acedTrex2 hours ago
      Mise is really sloppily vibe coded these days
      • kstrauser39 minutes ago
        What broke and affected you?
  • simonw2 hours ago
    TIL Homebrew has its own sandbox mechanism - looks like it&#x27;s built around their own sandbox-exec wrapper, at least on macOS: <a href="https:&#x2F;&#x2F;github.com&#x2F;Homebrew&#x2F;brew&#x2F;blob&#x2F;d79ef822ab8136e393ed5f86e2b56afc68d04874&#x2F;Library&#x2F;Homebrew&#x2F;sandbox.rb#L227" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Homebrew&#x2F;brew&#x2F;blob&#x2F;d79ef822ab8136e393ed5f...</a>
    • mikemcquaid2 hours ago
      Yup! We’ve been using it for a really long time at this point.<p>Were using Bubblewrap on Linux and moved to Landlock this release.<p>P.S. HUGE fan of your blog and writing Simon, keep up the great work. It’s the #1 resource I recommend to anyone in the industry wanting to learn more about LLMs (and pelicans).
  • khalic32 minutes ago
    I&#x27;ve been using homebrew for so long, I can&#x27;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!
  • azuanrb1 hour ago
    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.<p><a href="https:&#x2F;&#x2F;mise.jdx.dev&#x2F;bootstrap&#x2F;packages&#x2F;brew.html" rel="nofollow">https:&#x2F;&#x2F;mise.jdx.dev&#x2F;bootstrap&#x2F;packages&#x2F;brew.html</a>
  • jjice1 hour ago
    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.<p>I&#x27;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&#x27;re on something slower moving like a Debian distro?<p>I&#x27;ve standardized my config scripts on using language managers for those tools (go, cargo, uv), which isn&#x27;t perfect, so maybe brew is worth a chance.
    • tkel1 hour ago
      People have been integrating&#x2F;recommending brew on immutable distributions.
  • throw0101a1 hour ago
    As a MacPorts users (generally light-weight, just a few things here and there):<p>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&#x2F;cons of each?
    • ryandrake1 hour ago
      I switched from Homebrew to MacPorts a few years ago because of Homebrew&#x27;s aggressive dropping of macOS versions they consider &quot;too old.&quot; Even in the top-comment announcement here[1] they are making sure to include that they are removing support, as if they&#x27;re proud of it!<p>MacPorts generally doesn&#x27;t care what version of macOS you run, so here I am. I&#x27;ll probably never go back to Homebrew. MP is great!<p>1: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=49681546">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=49681546</a>
  • asadhaider4 hours ago
    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.<p><pre><code> alias u=&quot;brew update &amp;&amp; brew upgrade --greedy -y &amp;&amp; brew upgrade --cask -y &amp;&amp; brew cleanup&quot;</code></pre>
  • roger_5 hours ago
    Does installation still require root and a dedicated user account on Linux?<p>That really put me off.
    • mikemcquaid3 hours ago
      See the release notes: we now have experimental support for using any prefix shorter than the Linux default. We are aiming to eventually fully support (Tier 1) any prefix under 64 bytes long.
      • mort963 hours ago
        Wait what? Why prefix length limits? Linux paths can be 4096 bytes long, I can&#x27;t imagine y&#x27;all are hitting that?
        • orf2 hours ago
          Pouring a bottle requires rewriting paths embedded in binaries, which results in a cap.<p>Postgres is an example of this: the various directories are set at build time.
        • akerl_2 hours ago
          I’d imagine they’re live updating the library paths in the binary headers, so anything shorter or equal to what they’re using is a simple rewrite, but longer is more complex.
          • mort962 hours ago
            Ah. That makes sense.<p>It&#x27;s so annoying how deeply UNIX packaging philosophy assumes that installation directories are something you hard-code at build time.
            • akerl_2 hours ago
              The present is built mostly on layers of the long-past :)<p>It makes me think of when Arch merged &#x2F;usr&#x2F;bin and sbin with &#x2F;bin and sbin. Having them split made sense in a ton of scenarios that used to be very common, but increasingly the split was vestigial for most users.
              • mort962 hours ago
                Yea, my understanding is that the split between &#x2F; and &#x2F;usr used to be more or less: the drive they used for &#x2F; ran out of space, so they mounted another drive as &#x2F;usr. As a consequence, &#x2F; became where you put stuff that was essential during early boot, while &#x2F;usr was where you put everything else.<p>But these days, &quot;early boot&quot; is handled by initramfs and we&#x27;ve all got drives large enough to not need the split anyway.
                • yjftsjthsd-h1 hour ago
                  It was also useful for many machines to share a single &#x2F;usr over NFS
    • wscott4 hours ago
      The dedicated user isn&#x27;t really required; it just expects that &#x2F;home&#x2F;linuxbrew&#x2F;.linuxbrew exists. That can just be a symlink to your home directory. But yes, creating that symlink requires root on most systems. Brew itself doesn&#x27;t require root or that pathname; you can put packages anywhere, but then many will have to be built from scratch since the pre-built packages don&#x27;t work. And you need bubblewrap installed (which requires root) to use the sandbox, but again that is optional.<p>All that said, when you are running without a sandbox installing to a nonstandard location, not everything works consistently. I run this mode all the time. But it has been getting better.
      • trallnag4 hours ago
        Bubblewrap is history starting with 7.0.0 according to the release notes
    • hk13373 hours ago
      I always download the install script and change the directory to my user home directory, ~&#x2F;.brew
    • dghlsakjg4 hours ago
      The dedicated user account is optional.<p>It uses root once to chown its prefix directory &#x2F;home&#x2F;linuxbrew&#x2F;.linuxbrew
  • aydgn4 hours ago
    Farewell, Homebrew. It&#x27;s been a good run.<p>- 2019 Intel iMac user.
    • mikemcquaid3 hours ago
      Sorry we couldn’t support this for longer :(<p>From the release notes:<p>&gt; The Intel support decision reflects the limits of a volunteer-run project: Apple have dropped Intel x86_64 support from macOS 27 Golden Gate and GitHub Actions will retire Intel macOS runners in autumn 2027. If Apple and Microsoft’s GitHub, two of the world’s largest technology companies, cannot continue supporting macOS Intel x86_64, sadly neither can Homebrew. MacPorts still supports macOS Intel x86_64 and is likely to provide better results on this platform.
      • donatj2 hours ago
        My personal opinion, but I&#x27;d rather see wider macOS support than Linux support, if it&#x27;s a sheer matter of where time is allocated.<p>Linux already has world class package managers.
        • mikemcquaid2 hours ago
          Linux Homebrew users would disagree.<p>Supporting macOS Intel has been significantly harder, slower and more expensive for us the last few years than adding ARM Linux support. If it was easy and free we’d have kept it for longer (until Apple and GitHub killed theirs at least which is coming in less than a year).
      • jezek23 hours ago
        How come that MacPorts supports macOS versions all the way back to 10.5 Leopard in the latest version?
        • sethaurus2 hours ago
          That&#x27;s an excellent question for the maintainers of the MacPorts project! It can supplement the very clear and polite answer you&#x27;ve already received from a maintainer of Homebrew.
        • kps1 hour ago
          Different philosophy of dependency management.
      • michaelsbradley1 hour ago
        Thank you for all of your hard work, I’ve been very happily using Homebrew on OS X &#x2F; macOS since 2010.<p>No need to be sorry, the situation is understandable.
      • eu3 hours ago
        very disappointed about this
    • ryandrake1 hour ago
      We&#x27;ve all gone through it :-( Happy users of the (really good) software until our hardware gets &quot;too old&quot; and the inevitable rug pull.
      • dghkk30 minutes ago
        You have no idea what rug pull means, do you?
    • kps2 hours ago
      MacPorts is still there for us.
    • michaelsbradley1 hour ago
      Same boat: 2018 Intel Mac mini, stuck on macOS 10.15.<p>When I eventually upgrade my hardware, I’ll happily use Homebrew again. In the meantime, MacPorts!
  • xvilka13 minutes ago
    I am quite disappointed by their decision to remove wine[1] from brew. The utility of it is obvious, and it&#x27;s very popular software.<p>[1] <a href="https:&#x2F;&#x2F;formulae.brew.sh&#x2F;cask&#x2F;wine-stable" rel="nofollow">https:&#x2F;&#x2F;formulae.brew.sh&#x2F;cask&#x2F;wine-stable</a>
  • monocularvision1 hour ago
    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.
  • pietz1 hour ago
    Thanks for the hard work, but the Tahoe limitation for the GUI app is absolutely ridiculous.
  • internet20003 hours ago
    The GUI is pretty sharp, but I don’t like it uses emoji instead of SF symbols.<p>Is it Claude or Codex built?
    • mikemcquaid2 hours ago
      I didn’t build it. The emoji were my idea. I (and Homebrew) have used them heavily before LLMs did. Maybe LLMs loving them is my fault. Sorry if so.
      • conorcleary1 hour ago
        Have we pinned down the emdashes source yet? ;-P
        • simondotau1 hour ago
          I think it&#x27;s because LLMs tend to obsessively write in a this-therefore-that kind of way, where an emdash is often the most semantically fitting punctuation.
    • illiac7862 hours ago
      I don’t get these questions asking if it’s codex or Claude – I see them often. Does it matter? There are other options out there also, it feels strange to ask this. Like asking “is your car a Toyota or a BMW?“
      • csande171 hour ago
        If you say &quot;AI tools&quot;, some vibe-coders try to equivocate between tools that generate the whole program for you and, like, an editor that uses an scoring algorithm to decide which method to show at the top of an autocomplete list. But if you say &quot;vibe coding&quot;, some vibe-coders try to claim that what they&#x27;re doing technically isn&#x27;t vibe coding because they applied some non-zero amount of testing or review during the process.<p>If you ask &quot;did you build this using Codex or Claude&quot;, it removes most of the wiggle room. And it&#x27;s worded pretty neutrally, so it will often get vibe-coders who aren&#x27;t technically using either of those tools to say something like, &quot;Actually, I&#x27;ve built a custom harness for DeepSeek...&quot; instead of an outright denial.
  • blixt2 hours ago
    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&#x27;s because I don&#x27;t have Xcode 27.0, which is presumably releasing tomorrow?
    • gwking6 minutes ago
      You can download Xcode 27 RC now from <a href="https:&#x2F;&#x2F;developer.apple.com&#x2F;download&#x2F;applications&#x2F;" rel="nofollow">https:&#x2F;&#x2F;developer.apple.com&#x2F;download&#x2F;applications&#x2F;</a>.
    • mikemcquaid2 hours ago
      This is a bug, sorry. Working on it.
    • illiac7862 hours ago
      What is the impact of being tier 2?<p>I’ll update Xcode, but I will definitely not install macOS 27.0
  • 1matin39 minutes ago
    I guess the Hackintosh era is (finally) facing its death...
  • AbuAssar4 hours ago
    the gui homebrew manager is a nice addition!<p>it can be installed with:<p>brew install homebrew-app
  • basedpolymer4 hours ago
    And that&#x27;s the end of Homebrew for me as a user. I like the app, but my old Intel MacBook apparently can&#x27;t handle it anymore.<p>I&#x27;m back to the old installation methods !
    • asimovDev2 hours ago
      I recommend MacPorts, the migration is easy, you copy the package names you installed with brew, uninstall homebrew (there&#x27;s an unisntall script on brew.sh FAQ section, it will also uninstall all homebrew packages (but not the casks)) then install macports and reinstall the packages with sudo port. Although the selection is smaller on macports and newer packages might not have a prebuilt pkg for your OS so you still might end up building manually (My poor i5 4core had to attempt building nodejs26 because there wasn&#x27;t a pkg for Ventura)
    • mikae14 hours ago
      Actually, Homebrew 7 is supported on your Mac, you just have to install Linux to use it. :)<p>If you want to continue using the same MacBook that will be only path forward when Apple decides to EOL it (if it hasn&#x27;t already happened).<p>I&#x27;m a long time Homebrew on Linux user, it works really well. I always prefer it over the distro supplied package manager for user facing CLI apps.
      • sethops11 hour ago
        Apple was selling Intel Mac Pros in 2023, it&#x27;s absurd these things are coming up on EOL already.
    • yladiz4 hours ago
      How long do you expect them to support Intel processors though? It’s been like 6 years since the last MacBook release had any Intel processor, and Apple doesn’t make OS updates anymore, so it doesn’t surprise me that Homebrew stopped too.
      • watermelon03 hours ago
        Are you implying that a 6 year old hardware is as good as a paperweight? Outside of the Apple fairyland this is just bonkers.<p>I&#x27;m not blaming the Homebrew project&#x2F;developers here, but the fact that many people are okay with deprecating perfectly fine hardware.
        • nebezb2 hours ago
          No, he’s asking what you think a reasonable support timeline is. An open source project supporting hardware 6 years old is pretty awesome.
          • ryandrake1 hour ago
            6 years is really not a long time at all. You can probably find heaps of open source software out there that compiles and runs perfectly on 20 year old PCs. It&#x27;s not like the maintainer has to do much to retain support--they just have to <i>not</i> make the software dependent on new operating systems.<p>Bits don&#x27;t rot.
          • yjftsjthsd-h1 hour ago
            NixOS is an open source project that runs great on my 2013 Dell laptop. I think the real point of distinction is that brew depends on Apple&#x27;s OS and SDK, which somewhat ties their hands, while other OSs don&#x27;t.
        • rplnt1 hour ago
          There&#x27;s been a huge step up in basically everything going from intel to apple silicon. It&#x27;s not a comparable hardware in any sense, and as such, it really does feel like it became a paperweight? I know I never wanted to see an intel macbook ever again the moment I tried M1. It&#x27;s maybe hard to comprehend how different it is if you haven&#x27;t used both. And at the same time I&#x27;m happy with my x86 desktop for 10+ years. Only thing that really improved in that span was storage.<p>So I wouldn&#x27;t say this applies globally to apple users&#x2F;products, but the post-intel era is a special case. If nothing else, they are helping the environment by not feeding that (literally) hot garbage with more electricity.
        • VCFundedGenYer1 hour ago
          You&#x27;re on macOS. you should know full well that they do not care about those values.
      • basiliobeltran4 hours ago
        I have one of the last Intel Macs and works perfectly fine (on Sonoma). How long should I expect working tech being supported?<p>I am already looking at Linux, but still need to get out of the Apple ecosystem. I am not going to spend +2500 Euros every 5 years on a laptop
        • mrpippy1 hour ago
          Sonoma will be getting its last security update imminently (possibly tomorrow).
        • lnenad4 hours ago
          What does saying &quot;working tech&quot; do for you? If I have a working Samsung CRT from 25 years ago do I ping them about smart TV support? Nowadays it&#x27;s a shitty situation with planned obsolescence; but 6 years for an open source project dedicating resources to a dead end is more than enough and appreciated.
      • trvz2 hours ago
        And given the performance jump from Intel to Apple Silicon, the perceived difference is 10+ years even.
        • larodi2 hours ago
          Sure, but 2019s Intel Macs are aboslutely usable for most tasks, and given much of the agentic dev. happens... somewhere remotely, it is more an opportunity to reuse this equipment for various tasks, rather than pollute the already dirty Earth with more electronic waste.
    • wpm2 hours ago
      MacPorts has been there this whole time.
    • supriyo-biswas1 hour ago
      I&#x27;ve used MacPorts on macOS versions that don&#x27;t support the latest OS, which per homebrew policy seems to be versions upto N-2.<p>Apart from the issue of having to compile the downloaded software leading to spinning fans, I&#x27;m not too concerned.
    • daliusd4 hours ago
      Same here, but I understand their position. Meanwhile I rely on packages publishing builds for Intel Mac in GitHub (surprisingly a lot) or building from source code. I just asked AI to build me install system.
    • Achterlangs4 hours ago
      FYI Macos will also stop with major updates for Intel macs. You can just keep using brew 6 on macos 26.
    • ActionHank2 hours ago
      I’m installing Linux on my 2019 16” today.
    • wltr4 hours ago
      Have you tried Mac Ports?
    • VCFundedGenYer1 hour ago
      You do realize Intel support is gone, right? You won&#x27;t be installing anything on your Intel Mac very soon...
    • alex7o4 hours ago
      [flagged]
  • touwer5 hours ago
    Fantastic, thx for the effort!
  • max9794 hours ago
    Time to `brew update &amp;&amp; brew upgrade` later today. Always a little nervous, but Homebrew usually makes it painless.
    • inatreecrown24 hours ago
      I have this bound to an alias: bu<p>Run it every couple of days, easy peasy.
  • 12345hn67891 hour ago
    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.<p>Looks like this release breaks Intel Macs. Very very sad. Not even 5+ year old hardware is apparently supportable to some devs
  • yard20104 hours ago
    Thank you so much for doing this, for years you make me feel like home, or the year 2010. Please don&#x27;t ever stop!
  • gdevenyi3 hours ago
    Does it still need root on Linux? That makes it an instant no go.
    • mikemcquaid2 hours ago
      For initial installation to the default prefix someone needs to create the home directory and that person is probably root.<p>We hope to allow all prefixes under 64 bytes in future.
  • mkrishnan23 minutes ago
    still needs fucking &#x27;sudo&#x27;
  • launchkitcodes2 hours ago
    [dead]
  • assimpleaspossi2 hours ago
    [flagged]
    • pdpi2 hours ago
      &quot;That front page&quot; isn&#x27;t the front page, it&#x27;s the release notes for version 7.0.0.<p>The actual front page has &quot;The Package Manager for Everywhere&quot; as its subtitle (and that exact description as part of its &lt;title&gt;), and that is basically all you need to know. It&#x27;s a staple for Unix-y power users on macOS (but supports Linux too, including WSL), and version 1.0 will be ten years old next week. You&#x27;re not very far off from complaining that Postgres release notes don&#x27;t explain that Postgres is a database.
      • assimpleaspossi2 hours ago
        Yes. Thank you. The link text gives the impression that is the front page and I didn&#x27;t notice. I&#x27;m sure a lot of people don&#x27;t notice which is the issue I&#x27;m trying to point out.
    • drewbug012 hours ago
      If you actually clicked through to their homepage, I imagine you would find the “what does homebrew do” section quite enlightening.
      • assimpleaspossi2 hours ago
        I did. If you actually read what I wrote you would see that I read it.
    • mcsniff2 hours ago
      It&#x27;s a package manager.<p>The second header on the main page:<p>What Does Homebrew Do?<p>Homebrew installs the command-line tools and applications you need across macOS, Linux and WSL.
      • assimpleaspossi2 hours ago
        That doesn&#x27;t make sense. Why do I need Homebrew to install the command line tools of macOS on macOS? Doesn&#x27;t macOS already have them installed? Same for Linux, etc.
        • atombender2 hours ago
          Replace &quot;need&quot; with &quot;want&quot; and it might make more sense?<p>Homebrew is the Mac equivalent of APT, Pacman, RPM, BSD ports, etc. It&#x27;s a fairly traditional package manager for software that doesn&#x27;t come with macOS. &quot;brew install postgresql&quot; installs Postgres into &#x2F;opt&#x2F;homebrew, for example.
          • assimpleaspossi2 hours ago
            So how does one install postgresql on a Mac?
            • fetzu1 hour ago
              <a href="https:&#x2F;&#x2F;www.postgresql.org&#x2F;download&#x2F;macosx&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.postgresql.org&#x2F;download&#x2F;macosx&#x2F;</a>
    • coherentpony2 hours ago
      It’s a package manager for Mac.
      • assimpleaspossi2 hours ago
        So Mac doesn&#x27;t have a package manager?
        • niek_pas2 hours ago
          No first-party package manager.
        • asimovDev2 hours ago
          does App Store count?
    • hooverlabs2 hours ago
      It’s just another software package manager for installing dev tools
  • lrvick4 hours ago
    Just remember that brew still must never be installed on a machine you need to be able to trust.<p>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.<p>Do not put brew anywhere near systems that access production or even on systems used to review production-bound code.
    • mikemcquaid4 hours ago
      <a href="https:&#x2F;&#x2F;docs.brew.sh&#x2F;Homebrew-Security-and-Supply-Chain" rel="nofollow">https:&#x2F;&#x2F;docs.brew.sh&#x2F;Homebrew-Security-and-Supply-Chain</a><p>We take supply chain security very seriously, moreso than many package managers.
    • dezgeg2 hours ago
      How is that any different from PyPI, npm, cargo, etc?
  • tkel1 hour ago
    These release notes appear generated by LLM, with the usual extreme verbosity. Wish a human had done a better job editing these.
    • mikemcquaid1 hour ago
      An LLM helped with the initial tedium of rewording 1000s of PRs from maintainer centric language into user centric language. It was reviewed and edited (by a human) probably &gt;20 times. Go look at the PR if you don’t believe me.<p>I used to do these all by hand and they took me multiple hours. I still probably spent over an hour, including a bunch of time on a family holiday today. Comments like this make me wonder why I bother sometimes.
      • csande1721 minutes ago
        FWIW, I also got a bit of an LLM vibe skimming the changelog. In particular, the section about Linux sandboxing jumped out at me:<p>&gt; Status in 7.0.0: kernels without Landlock continue working without Linux sandboxing in the less secure pre-6.0.0 configuration; brew doctor reports missing protection as an advisory.<p>&gt; No replacement opt-out; unavailable Landlock remains advisory.<p>With that being said, I can kind of see why &quot;eliminate all traces of AI writing styles&quot; wouldn&#x27;t be a goal of the review&#x2F;editing process. I&#x27;ve been out of the Apple ecosystem for a while, but I imagine Homebrew has enthusiastically adopted LLMs for a lot of tasks. If the public communications reflect that, then people who don&#x27;t like LLMs can bounce immediately, rather than getting invested in the project and feeling betrayed later.