Welcome to Good Package Repo

The world's first truly good package repository

🔒

Secure by Design

Content-addressed storage with SHA256 verification on every upload

Lightning Fast

Built-in caching and intelligent indexing for rapid package retrieval

📋

Schema-Driven

Declarative repository configuration with automatic validation

100%
Uptime
0
Security Issues
Scalability
# Install a package
curl -H "Authorization: Bearer $TOKEN" \
  https://repo.example.com/v1/acme/myapp/1.0.0/linux-amd64/blob \
  -o myapp.tar.gz

# Publish a package
curl -X PUT \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/octet-stream" \
  --data-binary @myapp.tar.gz \
  https://repo.example.com/v1/acme/myapp/1.0.0/linux-amd64/blob