Registry
Every package is a schema-validated YAML manifest with real metadata, dependency resolution, and an honest quality score. If a number can't be measured, it isn't stored.
Statistics
Search & install
Search ranks by exact alias first, then quality score. Installs resolve the full dependency graph with cycle detection.
Search and install
Install a curated collection
Manifests
Adding a package requires zero code: one manifest, validated against a JSON Schema and integrity-checked against every other manifest.
name: postgresql
category: databases
description: Advanced open-source relational database
install:
- brew install postgresql@16
platformInstall:
linux: [apt install postgresql]
validate: psql --version
dependencies: []
stability: stable
architectures: [apple-silicon, intel, linux]
lastVerified: "2026-07-01"Quality score
Every manifest gets an objective score. The registry-wide average is 88%, and the audit that raised it from 77% is a built-in command.
| Category | What’s checked |
|---|---|
| Metadata | Aliases, tags, architectures, stability, last-verified date |
| Documentation | Description quality, homepage, documentation link |
| Reliability | CI-verified live installs, validate command |
| Discoverability | Search aliases and tag coverage |
| Compatibility | Compatibility rule coverage |
| Platform Support | Cross-platform install steps |
Audit the whole registry
One command installs a dependency-resolved, compatibility-checked set of tools.