The world's first truly good package repository
Content-addressed storage with SHA256 verification on every upload
Built-in caching and intelligent indexing for rapid package retrieval
Declarative repository configuration with automatic validation
# 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