lucasgelfond/zerobrew

A 5-20x faster experimental Homebrew alternative

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 44 minutes ago
Added to GitGenius on September 1st, 2026
Created on January 19th, 2026
Open Issues & Pull Requests: 46 (+0)
GitHub issues: Enabled
Number of forks: 177
Total Stargazers: 7,540 (+0)
Total Subscribers: 17 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 1.6 hours
Mean response time: 5.2 days
90th percentile: 9.7 days
Tracked items: 130

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 72% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 74% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 7% of issues opened in the past year have been closed. Three people close 90% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 43
New in 7 days: 3
Closed in 7 days: 1
Avg open age: 136 days
Stale 30+ days: 38
Stale 90+ days: 29

Recent activity

Opened in 7 days: 2
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 2

Top labels

  • status: accepted (34)
  • area: io (14)
  • priority: medium (14)
  • type: bug (14)
  • type: feature (14)
  • priority: high (13)
  • area: install (11)
  • priority: low (11)

Detailed Description

zerobrew is a package manager client that brings uv-style architecture to Homebrew packages on macOS and Linux.

The tool addresses the performance limitations of Homebrew by implementing content-addressable storage for deduplication and leveraging APFS clonefiles for zero-overhead copying. Rather than reimplementing package management from scratch, zerobrew acts as a performance-optimized client for the existing Homebrew ecosystem, relying on Homebrew's formula definitions, pre-built bottles, and package metadata while introducing its own architectural innovations. When pre-built bottles are unavailable, it falls back to source builds using Homebrew's Ruby DSL.

Zerobrew suits developers who want faster package installation times without abandoning the Homebrew ecosystem. The README explicitly recommends running it alongside Homebrew rather than as a replacement, and advises against purging Homebrew entirely unless you fully understand the implications. The tool is experimental but already functional for many common formulas. Performance gains vary significantly by package: some see minimal improvement during cold installs, while others achieve substantial speedups, with warm cache performance showing more consistent gains across the board.

The project is in experimental status with active issue tracking for incompatibilities. Development appears focused on expanding formula compatibility and addressing edge cases as they arise through user feedback.