install VS homebrew-core

Compare install vs homebrew-core and see what are their differences.

install

📥 Homebrew (un)installer (by Homebrew)

homebrew-core

🍻 Default formulae for the missing package manager for macOS (or Linux) (by Homebrew)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
install homebrew-core
9 130
2,033 13,136
2.9% 1.1%
6.7 10.0
15 days ago 5 days ago
Shell Ruby
BSD 2-clause "Simplified" License BSD 2-clause "Simplified" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

install

Posts with mentions or reviews of install. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-28.

homebrew-core

Posts with mentions or reviews of homebrew-core. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-25.
  • Pyenv – lets you easily switch between multiple versions of Python
    20 projects | news.ycombinator.com | 25 Mar 2024
    If I pin a version of Python, isn't that going to wreck any tooling that depends on it? Unless you're saying have multiple versions of Python installed.

    This is practically the only remaining annoyance I have with the Python ecosystem (relative imports aside). I use some tools, like Glances [0] whose formula relies on a much newer version (3.12) than the actual package requires (3.8) [1].

    So when there's a Python update, all of those update as well. I thought I'd fixed this with pipx, but in a way that's worse, because the venvs it builds depend on a specific version of Python existing, which doesn't work well with brew always wanting to upgrade it.

    I want a stable, system-level Python that I don't touch, don't add packages to, and which only exists as a dependency for anything that needs it. If an update would break a package I have installed (due to Python library deprecation, etc.), it should warn me before updating. Otherwise, I don't care, as long as any symlinks are taken care of.

    Separately, I want a stable, user-level Python that I can do whatever I want to. Nothing updates it automatically. I can accomplish this by compiling Python and using `make altinstall`, but if there's a better way, I'd love to hear about it.

    [0]: https://github.com/Homebrew/homebrew-core/blob/20e744191e74d...

    [1]: https://github.com/nicolargo/glances

    20 projects | news.ycombinator.com | 25 Mar 2024
    > right, but now you know even less about your setup when you some roadblock

    This is the same with a binary though. And with homebrew, you can't follow patches or flags used or if they change.

    - https://github.com/Homebrew/homebrew-core/blob/c964ad7fa53ad...

    20 projects | news.ycombinator.com | 25 Mar 2024
    Thanks for taking the time. Can you help me understand? Because I didn't get this from the devs.

    Just looking at a random formula, am I correct to understand that this will use python 3.10 and NOT 3.12?[0] I understand ones like this[1] where there's a note about the issue with newer versions.

    What I'm trying to understand is if the python version is specified by the formula or it will default to the newest version. If it requires it to be specified in the formula then doesn't this make it contingent on the maintainer upgrading it every python version? I didn't verify [0], but it looks like it should work with later versions of python, and it it is still using 3.10 then isn't that essentially the maintainers "fault?" Because that's my concern. I can't see how something like this stays updated when it requires a maintainer to update. Seems better to have a >=3.10 and then do ==3.10 if only 3.10 works (odd) or >=3.10 <3.12 if it works for 10 and 11 but not 12. Especially since formulas are often made by people that are not the package developers themselves and we're just reliant upon someone keeping up. I'd rather break upon a new version than have many old pythons installed. I know there's no perfect solution, but we're talking about failure modes. And fwiw, I'd rather it try to use the system or environment python rather than installing a unique version. It just gets confusing when you need to add dependencies for optional stuff that wasn't included in the formula and is extremely non-obvious to a new user.

    [0] https://github.com/Homebrew/homebrew-core/blob/12a0f6bbbeda8...

    [1] https://github.com/Homebrew/homebrew-core/blob/12a0f6bbbeda8...

  • Apple curl security incident 12604
    3 projects | news.ycombinator.com | 9 Mar 2024
  • Cowsay
    3 projects | news.ycombinator.com | 2 Mar 2024
    definitely be careful about using fortune in a corporate environment or public space if you don't know what dat files you are using or you might just get an extremely unwelcome surprise.

    I was practicing a presentation and used to use "fortune" all the time. I forget exactly what it output but I remember being absolutely mortified about what could have happened if that had popped up during an internal company tech talk.

    Kudos to brew for keeping unsuspecting people safe

    https://github.com/Homebrew/homebrew-core/commit/3fb3c4c3e55...

  • Ask HN: Trouble with a Stargate
    3 projects | news.ycombinator.com | 22 Jan 2024
    I'm sorry to be asking this as I find it a bit silly, but it's blocking my PR [3], so could a few of you star the project on Github [1] to get my PR to run?

    [1] https://github.com/laktak/chkbit-py

    [2] https://brew.sh

    [3] https://github.com/Homebrew/homebrew-core/pull/160018

  • Simulate an Ubuntu-like VM inside macOS
    6 projects | news.ycombinator.com | 14 Jan 2024
  • Homebrew team's developer harassment. They won't remove my software?
    3 projects | news.ycombinator.com | 8 Jan 2024
  • Adding Build Provenance to Homebrew
    2 projects | news.ycombinator.com | 3 Dec 2023
  • Bitwarden Broken in Linux
    9 projects | news.ycombinator.com | 17 Nov 2023

What are some alternatives?

When comparing install and homebrew-core you can also consider the following projects:

yt-dlp - A feature-rich command-line audio/video downloader

asdf-python - Python plugin for the asdf version manager

HomeBrew - 🍺 The missing package manager for macOS (or Linux)

osxfuse - FUSE extends macOS by adding support for user space file systems

homebrew-php - :beer: Homebrew tap for PHP 5.6 to 8.4. PHP 8.4 is built nightly.

homebrew-cask-versions - 🔢 Alternate versions of Casks

ytmdl - A simple app to get songs from YouTube in mp3 format with artist name, album name etc from sources like iTunes, Spotify, LastFM, Deezer, Gaana etc.

linuxbrew-core - 💀Formerly the core formulae for the Homebrew package manager on Linux

FFmpeg - Mirror of https://git.ffmpeg.org/ffmpeg.git

Homebrew-cask - 🍻 A CLI workflow for the administration of macOS applications distributed as binaries

youtube-dl-wpf - A simple GUI wrapper for youtube-dl and yt-dlp.

yt-dlc - media downloader and library for various sites.