type: service
status: active
timestamp: 2026-06-20
tags: [storage, github, releases, binary, primary]

GitHub Releases

Versioned-binary storage — unlimited releases, 2 GB/asset, free

GitHub Releases

Role

Versioned binary storage for the family. Used to publish:

Pairs with Backblaze B2 — Releases for versioned binaries, B2 for everything else. Documented in decisions/architecture/object-storage-split.md.

Free tier

Card / subscription required?

NO. GitHub Free covers public repos with unlimited Releases.

Alternatives

Swap cost

Low — gh release upload is one shell line; download is gh release download or a stable URL. Replacing means choosing another binary host (Cloudflare R2 was rejected on card grounds; B2 is the fallback).

Why this is our pick

Git tag = release version. The asset URL is stable, immutable, and cacheable; the GitHub CDN handles delivery; the family already lives on GitHub. Build pipelines can upload via softprops/action-gh-release inside the per-repo CI from decisions/process/code-quality-stack.md.

Cross-refs


Edit on GitHub · Back to index