Public mirror of Hyperspace release artifacts the CLI bundler / install script can curl from without authentication.
| Tag | Contents |
|---|---|
namespaces-vYYYYMMDD |
OTA namespace tarballs (signed manifest + per-namespace tar.gz packs). See docs. |
Public release assets — direct URLs, no auth:
# Namespace tarball
curl -fsSL "https://github.com/hyperspaceai/rusty-releases/releases/download/namespaces-v20260525/rfc-all-full.tar.gz" \
| tar -xz -C ~/.hyperspace/our-puffer-data/pages
# Signed manifest
curl -fsSL "https://github.com/hyperspaceai/rusty-releases/releases/download/namespaces-v20260525/namespaces-manifest.json"Hyperspace's publish-namespaces.yml CI workflow snapshots production
namespaces from the publisher pufferd, signs the manifest with the
release Ed25519 key, and uploads here. Until that CI is fully
configured, releases are cut manually from the publisher box using the
same signing key.