skevy/homebrew-core — explained in plain English
Analysis updated 2026-07-17 · repo last pushed 2016-12-02
Install command-line tools like Git or Node.js with one brew command.
Grab specific versions of programming libraries for a project.
Add a new formula to make an app installable via Homebrew.
Fix an outdated or broken formula for a tool you rely on.
| skevy/homebrew-core | 100rabhg/masterdetailapp | 100rabhg/pizzafactroy | |
|---|---|---|---|
| Language | Ruby | Ruby | Ruby |
| Last pushed | 2016-12-02 | 2024-02-20 | 2025-01-26 |
| Maintenance | Dormant | Dormant | Stale |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 2/5 | 3/5 |
| Audience | developer | developer | pm founder |
Figures from each repo's GitHub metadata at analysis time.
No setup needed for users, just run brew install, contributing a formula requires basic Ruby syntax.
This repository is the collection of software "recipes" that powers Homebrew, the popular package manager for macOS and Linux. Think of it like an app store for command-line tools and programming libraries, when you run brew install, this is where Homebrew looks to find what you're asking for and how to install it properly on your computer. Each "formula" in this repo is essentially a set of instructions that tells Homebrew where to download a piece of software, how to build or configure it, and where to put the files once it's ready to use. The repo contains hundreds of these formulas for everything from Git and Node.js to specialized development tools. Homebrew users don't need to think about any of this, they just type a command, and Homebrew handles all the downloading and setup work automatically by following the instructions stored here. This is the default, core collection of formulas that comes built-in with Homebrew. When you install Homebrew on your Mac or Linux machine, you automatically get access to all these recipes. Developers use it constantly because it saves enormous amounts of time compared to manually downloading, compiling, and installing software by hand. A Python developer might use it to install specific versions of libraries, a DevOps engineer might use it to get the latest versions of deployment tools, a casual user might just want to grab a useful command-line utility without navigating websites and installers. The repo is open to contributions from the community. If you notice a formula is outdated, broken, or missing entirely, you can submit a fix or add a new one, the README suggests it's simpler than most people expect. The project is maintained under a BSD 2 Clause license and includes troubleshooting guides and documentation for both users and people who want to help improve it.
The official collection of install recipes that powers Homebrew, the package manager for installing command-line tools and libraries on macOS and Linux.
Mainly Ruby. The stack also includes Ruby.
Dormant — no commits in 2+ years (last push 2016-12-02).
Use, modify, and redistribute freely, including for commercial purposes, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
double-check against the repo, no cap.