Storage

Files you host on Silent Mode's Sia backend. Public files get a URL anyone can open; private files are encrypted in your browser with a key only your wallet can derive.

Silent Free Free 120 MB / 500 MB private
Public: 2.4 GB ยท unlimited Files: 47 Encryption: on for private
๐Ÿ”’ private / projects
Name Size Modified
๐Ÿ“silentmode-notes โ€” 3d ago โ‹ฏ
๐Ÿ“contracts โ€” 1w ago โ‹ฏ
๐Ÿ“„hestia-outline.md 14 KB just now โ‹ฏ
๐Ÿ“„oracle-notes.txt 4 KB 2h ago โ‹ฏ
๐Ÿ—„backup-2026-09-18.tar.gz 86 MB 2d ago โ‹ฏ
๐Ÿ–ผdiagram.png 220 KB 4d ago โ‹ฏ
๐Ÿ”‘keys.json.gpg 2 KB 2w ago โ‹ฏ
Drag files here, or click to browse Encrypted in your browser before upload ยท max 100 MB per file on Free

CLI access

Upload from a script or CI with your Silent Mode PAT. Encryption still happens client-side.

Free โ€” via gateway
# upload a private file
curl -H "Authorization: token $HESTIA_PAT" \
     --data-binary @notes.md \
     https://storage.silentmode.st/u/48291/private/notes.md

# list your files
curl -H "Authorization: token $HESTIA_PAT" \
     https://storage.silentmode.st/u/48291/list

Pro / Max get their own S3 credentials for direct rclone / aws s3 use.

Wireframe state