Scripts VS homebrew-core

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

Scripts

:runner: I keep lots of small scripts in the ~/scripts directory. Added it to path as well (by captn3m0)

homebrew-core

🍻 Default formulae for the missing package manager for macOS (or Linux) (by Homebrew)
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Scripts homebrew-core
3 139
20 14,094
- 1.1%
2.7 10.0
about 3 years ago 2 days ago
Perl Ruby
GNU General Public License v3.0 or later 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.

Scripts

Posts with mentions or reviews of Scripts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-10.
  • Ask HN: Is there a Calibre equivalent for Audio books?
    11 projects | news.ycombinator.com | 10 Jul 2022
    I have 3, listed here: https://github.com/captn3m0/scripts

    * split-audio-by-chapters (Based on metadata inside the AAX file)

    * split-by-audible (If audible doesn't provide splits in the m4a, but chapters are marked in the web/mobile player - you can copy the chapter listing and use this). See source for format.

    * split-by-silence (In some cases audible doesn't provide any chapters at all, and this is my last-ditch effort).

  • FFmpeg 4.4
    8 projects | news.ycombinator.com | 9 Apr 2021

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 2025-03-10.
  • Show HN: AWS CLI Installer on Apple Silicon
    2 projects | news.ycombinator.com | 10 Mar 2025
    I learned while working on a new Kubernetes course that the official way of installing the AWS CLI on macOS per their documentation [^0] installs the x86 version of the CLI and that Apple Silicon is, mysteriously, not supported.

    The Homebrew formula works around this by building from source [^1], but not everyone uses Homebrew, including me, for this course.

    This script I wrote remediates this. It's a quick and easy way of installing the AWS CLI without a package manager or having to dig through GitHub Gists or Homebrew formulas yourself.

    I hope someone out there finds this useful!

    [^0]: https://docs.aws.amazon.com/cli/latest/userguide/getting-sta...

    [^1]: https://github.com/Homebrew/homebrew-core/blob/master/Formul.... Notice how the awscli dependencies are downloaded as separate packages. This might not be what you want.

  • Fish 4.0.0
    8 projects | news.ycombinator.com | 27 Feb 2025
    If you use Homebrew it’s not available there yet, but it’s being added. See https://github.com/Homebrew/homebrew-core/pull/209124.
  • UV has a killer feature you should know about
    14 projects | news.ycombinator.com | 12 Jan 2025
    Yes, I am aware of all of those, although I couldn't offhand tell anyone the difference in tradeoffs between them. But I consider having to install a fresh copy of the whole distribution a grave antipattern. I'm aware that nvm and pyenv default to it and I don't like that

    I did notice how Homebrew sets env GEM_HOME=/libexec GEM_PATH=/libexec (e.g. <https://github.com/Homebrew/homebrew-core/blob/9f056db169d5f...>) but, similar to my node experience, since I am a ruby outsider I don't totally grok what isolation that provides

  • We're forking Flutter. This is why
    14 projects | news.ycombinator.com | 28 Oct 2024
    I'm in the camp of "if I can't build it, then it's not open source" so https://github.com/Homebrew/homebrew-core/blob/d314f3ebba9e7... is a good start, but there is no .../f/flutter.rb although there is https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=flutt... but I haven't been soaking in the AUR ecosystem long enough to be able to port it to Homebrew

    All those words to say that if there was a .github/workflow/release.yml showing the steps required to cook a release artifact that would be the best(?) documentation since it is kind of like a Dockerfile in that it's computer executable but mostly human readable

  • How to run Llama model locally on MacBook Pro and Function calling in LLM -Llama web search agent breakdown
    2 projects | dev.to | 3 Jul 2024
  • Structure and Interpretation of Classical Mechanics
    2 projects | news.ycombinator.com | 30 Jun 2024
  • Is Go Used in Production more than Rust ?
    3 projects | dev.to | 26 Apr 2024
    $ brew info eza ==> eza: stable 0.18.13 (bottled) Modern, maintained replacement for ls https://github.com/eza-community/eza Not installed From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/e/eza.rb License: MIT ==> Dependencies Build: pandoc ✘, pkg-config βœ”, rust ✘ Required: libgit2 ✘ ==> Analytics install: 12,792 (30 days), 38,295 (90 days), 68,375 (365 days) install-on-request: 12,790 (30 days), 38,293 (90 days), 68,375 (365 days) build-error: 0 (30 days)
  • GitHub Disabled the Xz Repo
    5 projects | news.ycombinator.com | 29 Mar 2024
    Is disabling the compromised repo the typical GitHub policy? My concern is there are monorepos used by package managers, like brew, that are a collection of thousands of projects [1]. These monorepos seem like a prime target for attack and if GitHub disables one because a malicious commit was merged then you've taken down an entire ecosystem.

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

  • Backdoor in upstream xz/liblzma leading to SSH server compromise
    49 projects | news.ycombinator.com | 29 Mar 2024
    > Correct. Though we do not appear to be affected, this revert was done out of an abundance of caution.

    [1] https://github.com/Homebrew/homebrew-core/pull/167512

  • Pyenv – lets you easily switch between multiple versions of Python
    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...

What are some alternatives?

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

tone - tone is a cross platform audio tagger and metadata editor to dump and modify metadata for a wide variety of formats, including mp3, m4b, flac and more. It has no dependencies and can be downloaded as single binary for Windows, macOS, Linux and other common platforms.

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

ctfb - A command-line tool to simplify combining and/or encoding audiobooks with chapters.

asdf-python - Python plugin for the asdf version manager

kevin-deldycke-blog - :notebook: My blog, based on Pelican.

macfuse - macFUSE umbrella repository

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured