# Homebrew vs PyPI

**Leader by Vioscale score:** Homebrew

| Attribute | Homebrew | PyPI |
|---|---|---|
| **Vioscale score** | 58.8 (50% (medium)) | 50.8 (23% (low)) |
| activity.commits_last_30d | 100 | 69 |
| adoption.dependent_repos | 0 | 0 |
| adoption.github_stars | 49,281 | 4,135 |
| deployment.options | `{"self_hosted":true}` | `{"cloud":true,"self_hosted":true}` |
| description.long | Homebrew is a package manager that installs command-line tools, libraries, and applications from upstream source code. It organizes each package in an isolated directory and uses symlinks to integrate them into your system. | PyPI is the official package registry for Python, serving as a centralized platform where developers can find and install community-created software, and package authors can distribute their work. |
| features.capabilities | `{"role":"public_registry","ecosystem":"os","deployment":"cli_local","open_source":"oss","pricing_model":"free","package_formats":"multi","private_packages":true,"content_addressable":true,"vuln_license_scanning":true,"supply_chain_integrity":true}` | `{"role":"public_registry","ecosystem":"python","deployment":"both","open_source":"oss","pricing_model":"free","package_formats":"single"}` |
| language.primary | Ruby | Python |
| license.spdx | BSD-2-Clause | Apache-2.0 |
| market.availability | - | `{"primaryMarkets":[],"availabilityScope":"global","availableCountries":[],"notAvailableCountries":[]}` |
| platform.support | `{"cli":true,"mac":true,"linux":true}` | `{"cli":true,"web":true}` |
| pricing | `{"type":"free","freeTier":true,"sourceUrl":"https://brew.sh","retrievedAt":"2026-08-14T21:52:23.773Z"}` | `{"type":"free","summary":"Completely free with no associated costs.","freeTier":true,"sourceUrl":"https://pypi.org","retrievedAt":"2026-08-14T21:39:14.016Z"}` |
| pricing.free_tier | yes | yes |
| pricing.model | commercial | free |
| pricing.price_level | free | free |
| pricing.transparent | - | yes |
| release.cadence_days | 3 | - |
| release.history | `[{"url":"https://github.com/Homebrew/brew/releases/tag/6.0.19","date":"2026-08-24T07:43:35Z","type":"stable","version":"6.0.19"},{"url":"https://github.com/Homebrew/brew/releases/tag/6.0.18","date":"2026-08-17T07:46:53Z","type":"stable","version":"6.0.18"},{"url":"https://github.com/Homebrew/brew/releases/tag/6.0.17","date":"2026-08-11T14:37:20Z","type":"stable","version":"6.0.17"},{"url":"https://github.com/Homebrew/brew/releases/tag/6.0.16","date":"2026-08-10T13:40:39Z","type":"stable","version":"6.0.16"},{"url":"https://github.com/Homebrew/brew/releases/tag/6.0.15","date":"2026-08-03T07:55:59Z","type":"stable","version":"6.0.15"},{"url":"https://github.com/Homebrew/brew/releases/tag/6.0.14","date":"2026-07-31T15:10:38Z","type":"stable","version":"6.0.14"},{"url":"https://github.com/Homebrew/brew/releases/tag/6.0.13","date":"2026-07-27T12:54:46Z","type":"stable","version":"6.0.13"},{"url":"https://github.com/Homebrew/brew/releases/tag/6.0.12","date":"2026-07-20T16:17:48Z","type":"stable","version":"6.0.12"},{"url":"https://github.com/Homebrew/brew/releases/tag/6.0.11","date":"2026-07-14T23:12:25Z","type":"stable","version":"6.0.11"},{"url":"https://github.com/Homebrew/brew/releases/tag/6.0.10","date":"2026-07-13T11:58:34Z","type":"stable","version":"6.0.10"},{"url":"https://github.com/Homebrew/brew/releases/tag/6.0.9","date":"2026-07-08T07:22:48Z","type":"stable","version":"6.0.9"},{"url":"https://github.com/Homebrew/brew/releases/tag/6.0.8","date":"2026-07-06T19:02:09Z","type":"stable","version":"6.0.8"},{"url":"https://github.com/Homebrew/brew/releases/tag/6.0.7","date":"2026-07-06T07:07:07Z","type":"stable","version":"6.0.7"},{"url":"https://github.com/Homebrew/brew/releases/tag/6.0.6","date":"2026-06-30T01:17:41Z","type":"stable","version":"6.0.6"},{"url":"https://github.com/Homebrew/brew/releases/tag/6.0.5","date":"2026-06-26T18:11:56Z","type":"stable","version":"6.0.5"},{"url":"https://github.com/Homebrew/brew/releases/tag/6.0.4","date":"2026-06-25T11:35:36Z","type":"stable","version":"6.0.4"},{"url":"https://github.com/Homebrew/brew/releases/tag/6.0.3","date":"2026-06-22T14:25:07Z","type":"stable","version":"6.0.3"},{"url":"https://github.com/Homebrew/brew/releases/tag/6.0.2","date":"2026-06-15T14:05:05Z","type":"stable","version":"6.0.2"},{"url":"https://github.com/Homebrew/brew/releases/tag/6.0.1","date":"2026-06-12T02:47:15Z","type":"stable","version":"6.0.1"},{"url":"https://github.com/Homebrew/brew/releases/tag/6.0.0","date":"2026-06-11T13:13:47Z","type":"stable","version":"6.0.0"}]` | - |
| reliability.status_page | yes | yes |
| security.disclosure_policy | yes | yes |
| security.scorecard | 5.9 | 7.8 |
| security.vulnerabilities | `{"count":0,"source":"https://advisories.ecosyste.ms/api/v1/advisories?ecosystem=go&package_name=github.com%2FHomebrew%2Fbrew&per_page=100","last_12m":0,"max_severity":null}` | `{"count":0,"source":"https://advisories.ecosyste.ms/api/v1/advisories?ecosystem=go&package_name=github.com%2Fpypa%2Fwarehouse&per_page=100","last_12m":0,"max_severity":null}` |

## Capabilities (Package Registries)

| Capability | Homebrew | PyPI |
|---|:--:|:--:|
| **Core** |  |  |
| Role | Public registry | Public registry |
| **Ecosystem** |  |  |
| Ecosystem / language | OS-level | Python |
| **Deployment** |  |  |
| Deployment | CLI-local | Both |
| **Formats** |  |  |
| Package formats supported | Many formats | Single ecosystem |
| **Hosting** |  |  |
| Private / scoped packages | ✓ | - |
| Upstream proxy / caching | - | - |
| **Resolution** |  |  |
| Lockfile / deterministic installs | - | - |
| Workspaces / monorepo | - | - |
| Content-addressable store | ✓ | - |
| **Supply chain** |  |  |
| Supply-chain integrity | ✓ | - |
| Vulnerability / licence scanning | ✓ | - |
| **Licensing** |  |  |
| Openness | Open-source | Open-source |
| **Pricing** |  |  |
| Pricing model | Free / OSS | Free / OSS |

*Source: Vioscale. Generated 2026-09-01T15:18:18.109Z. "-" = undocumented, not absent.*
