Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.09 KB

File metadata and controls

31 lines (22 loc) · 1.09 KB

hyperspaceai/rusty-releases

Public mirror of Hyperspace release artifacts the CLI bundler / install script can curl from without authentication.

Releases

Tag Contents
namespaces-vYYYYMMDD OTA namespace tarballs (signed manifest + per-namespace tar.gz packs). See docs.

Download

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"

How this gets populated

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.