Live data from Hacker News

Ask HN: Is there a [blazing fast] alternative to homebrew for macOS yet?

news.ycombinator.com

11–20 of 22 posts

Re: Ask HN: Is there a [blazing fast] alternative to homebrew for macOS yet?

#11
99% of the time I spend running “brew” is downloading time, so I honestly don’t get this question. What kind of Internet connection do you have?

Brew is just fine as it is, unless you’re running an older version of macOS and it has to build packages from source.

Re: Ask HN: Is there a [blazing fast] alternative to homebrew for macOS yet?

#12
post #5

For someone whose needs are generally met with homebrew, what are its major issues (aside from speed)?

- Doesn't allow installing multiple versions of packages at the same time

- In practice, requires being installed to /usr/local

- Hard to uninstall in practice, leaves files scattered behind

Re: Ask HN: Is there a [blazing fast] alternative to homebrew for macOS yet?

#16
post #11

99% of the time I spend running “brew” is downloading time, so I honestly don’t get this question. What kind of Internet connection do you have? Brew is just fine as it is, unless you’re running an older version of macOS and it has to build packages from source.

When I used to use brew, most of the time was brew doing housekeeping. You could see the title bar change processes twenty times a second, often ruby, as it did whatever it was doing, even for simple commands like search or before upgrade confirmation is approved.

Re: Ask HN: Is there a [blazing fast] alternative to homebrew for macOS yet?

#18
post #11

99% of the time I spend running “brew” is downloading time, so I honestly don’t get this question. What kind of Internet connection do you have? Brew is just fine as it is, unless you’re running an older version of macOS and it has to build packages from source.

When I used to use brew, most of the time was brew doing housekeeping. You could see the title bar change processes twenty times a second, often ruby, as it did whatever it was doing, even for simple commands like search or before upgrade confirmation is approved.

You can disable that; I agree it’s annoying but it keeps from having to deal with accumulated updates at some random inconvenient future time.

export HOMEBREW_NO_INSTALL_CLEANUP=1

Re: Ask HN: Is there a [blazing fast] alternative to homebrew for macOS yet?

#19

Nix

+1, installation time of all kinds of software is much faster on nix for me. Over the years I've also been quite annoyed with homebrew for breaking all kinds of things, like the CLI interface or features like being able to easily install a pinned version of a brew

(used to be that you could just `brew install https://link/to/git/commit` which they disabled for "security reasons", the replacement is that you need to make your own tap which is quite a bit more effort)

Re: Ask HN: Is there a [blazing fast] alternative to homebrew for macOS yet?

#20
post #12
post #5

For someone whose needs are generally met with homebrew, what are its major issues (aside from speed)?

- Doesn't allow installing multiple versions of packages at the same time - In practice, requires being installed to /usr/local - Hard to uninstall in practice, leaves files scattered behind

It allows multiple versions, but only one can be linked. Never needed anything from homebrew in /usr/local, why do you need it? I don’t know if it leaves anything after uninstall, maybe config files in the home directory?
Post reply on HN