-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Alexander Birkner edited this page Aug 31, 2026
·
5 revisions
Self-hosted package registry for RPM, Alpine APK, npm, pacman (Arch Linux), and Debian (apt). Publish over gRPC; dnf, apk, npm, pacman and apt consume the results as real repositories over plain HTTP. Packages live in S3-compatible object storage, everything else lives in Postgres.
- Introduction — what silo is, why it exists, and how it's built
- Setup — running silo with Docker Compose or Helm
- Usage — tokens, repo modes, and links to the per-format client guides
- Maintenance — background jobs and retention-based package pruning
- Contributing — building and running silo locally, the dev container, and the checks CI runs