homebrew/homebrew-core

🍻 Default and OSS formulae (built-from-source packages) for the package manager for everywhere

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 19 minutes ago
Added to GitGenius on September 3rd, 2026
Created on March 1st, 2016
Open Issues & Pull Requests: 103 (+5)
GitHub issues: Enabled
Number of forks: 13,819
Total Stargazers: 15,548 (+0)
Total Subscribers: 301 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 1.4 hours
Mean response time: 2.7 days
90th percentile: 2.4 days
Tracked items: 594

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 6% of issues opened in the past year have been closed. Three people close 55% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 9
New in 7 days: 6
Closed in 7 days: 3
Avg open age: 224 days
Stale 30+ days: 1
Stale 90+ days: 0

Recent activity

Opened in 7 days: 4
Closed in 7 days: 2
Comments in 7 days: 46
Events in 7 days: 56

Top labels

  • bug (150)
  • stale (67)
  • upstream issue (51)
  • user configuration (23)
  • help wanted (16)
  • needs response (10)
  • brew (7)
  • 15 (6)

Detailed Description

Homebrew Core is the default formula repository for the Homebrew package manager, providing built-from-source packages for macOS and Linux.

The project solves the problem of managing software installation and updates across Unix-like systems by maintaining a curated collection of formulae—package definitions that specify how to download, compile, and install software. When a user runs `brew install` with a formula name, Homebrew Core provides the instructions needed to build and install that package from source, handling dependencies and configuration automatically.

Homebrew Core is the standard choice for anyone using Homebrew, as it installs by default and requires no additional setup. It suits developers and system administrators who want a straightforward way to manage command-line tools, libraries, and applications on macOS or Linux without maintaining their own package definitions. The project is particularly valuable for those who prefer building from source rather than relying on pre-compiled binaries, as this approach ensures compatibility with their specific system configuration.

The maintainers respond to new issues and pull requests within hours, indicating active engagement with the community. Work in the issue tracker centers on bug reports, upstream issues affecting the packages themselves, and user configuration problems, suggesting the team focuses on practical problems that directly impact users rather than speculative enhancements.