📄️ Installing the CLI
DigStore ships one self-contained installer per operating system. The download is the installer — run it and it installs the digstore CLI; there's no second step.
📄️ Quick start
Create a store, commit a file, and read it back — in under a minute.
📄️ Using DigStore in your project
This is the day-to-day workflow: point a store at your build output, commit generations as you ship, and manage multiple stores in one project.
📄️ Sharing over a remote
A remote is an HTTPS endpoint that stores and serves your .wasm module. Because the module is ciphertext addressed by hashes, the remote learns nothing about its contents.
📄️ Streaming & retrieval keys
DigStore lets you stream a resource out by URN (decrypted) or by retrieval key (encrypted), optionally to a file — plus list every resource's retrieval key and check out a whole generation.
📄️ Command reference
Every digstore command. Run digstore --help for full flags and examples.