Implemented Public metadata fallback
When the registry origin is unavailable or lacks a public package,
registry.zpkg.net can reconstruct bounded version
metadata from a public GitHub Release sidecar.
GET /v1/packages/acme/http-kit/versions/1.2.0
x-zed-source: github-public
Implemented Public artifact proxy
cdn.zpkg.net can proxy an allowlisted public GitHub
Release object after validating each redirect and enforcing a
bounded content length.
GET /github/acme/http-kit/v1.2.0/zpkg-acme-http-kit-1.2.0.tar.gz
x-zed-edge: cdn
x-zed-source: github-release
Implemented Direct GitHub consumption
The CLI can read public Release metadata and bytes directly when
the configured registry and public object source are unavailable.
Frozen installs remain governed by the lockfile digest.
Live certification Write fallback round trip
The CLI mirrors supported GitHub-backed publishes to Releases. A
dedicated public canary now verifies the real publish, Cloudflare
read, direct install, and frozen reinstall chain before this site
presents the complete path as generally available.