silentmode.st + hephaestus.x static content — HTML/CSS/JS served via nginx (VPS) and Sia bucket (backup)
Find a file
Local Dev 462816cd24 Ship Theseus 0.3.33 fa51ccdf (SHA-256 verify before arming install)
Companion to 0.3.32's --updated /S --force-run flag fix. Closes the
download-side of the same "browser vanished after auto-update" class:

The in-app updater's DownloadItem `done` handler marked
updateDownloadState="ready" on any completed state, no hash check
against the manifest. If the download completed short (bad
Content-Length, CDN cache truncation, mid-stream TLS reset the
runtime swallowed as "completed"), install-update-now spawned half
a setup binary — NSIS integrity check failed silently, uninstaller
had already wiped the app, and Theseus was gone.

Now the completion handler streams the saved file through
crypto.createHash("sha256"), compares to updateAvailable.setupHash
from the manifest (already captured in checkForUpdate), refuses to
arm install on mismatch, deletes the corrupt file, and marks the
fetch failed so the next check picks up a fresh copy. Same paranoid
pattern the Ariadne addon updater has used all along.

Installer: fa51ccdfee0cdd0356eae356a16d07213781d2a660d12ac10117b5c9b7e023b5
Portable:  1b44ac282b4b3313ceb0e1d898d596999cf4b04368d501573510d1a7236a68d9
2026-09-08 19:58:38 +02:00
apps site: add favicon link to every silentmode.st HTML page 2026-08-31 21:43:25 +02:00
brand site: real logo, hero screenshot, OG tags, contrast fixes 2026-09-07 23:01:57 +02:00
choose site: real logo, hero screenshot, OG tags, contrast fixes 2026-09-07 23:01:57 +02:00
deviant site: fix homepage product count, drop stray brand-page copy, add GOTCHAS 2026-09-07 21:06:25 +02:00
helios site: real logo, hero screenshot, OG tags, contrast fixes 2026-09-07 23:01:57 +02:00
hephaestus site: real logo, hero screenshot, OG tags, contrast fixes 2026-09-07 23:01:57 +02:00
hephaestus.x feat(hephaestus.x): landing 'Sign in' becomes a Bitcoin Cash wallet dropdown 2026-09-02 22:13:55 +02:00
hermes site: real logo, hero screenshot, OG tags, contrast fixes 2026-09-07 23:01:57 +02:00
js feat(registrar): 90/10 revenue split — TLD owner earns from name mints 2026-09-08 02:42:16 +02:00
nav site: add favicon link to every silentmode.st HTML page 2026-08-31 21:43:25 +02:00
prometheus site: real logo, hero screenshot, OG tags, contrast fixes 2026-09-07 23:01:57 +02:00
releases Ship Theseus 0.3.33 fa51ccdf (SHA-256 verify before arming install) 2026-09-08 19:58:38 +02:00
sirius chore(site): redirect /sirius/ to /sirius-x/ so old links land current 2026-09-08 02:08:04 +02:00
store site: add favicon link to every silentmode.st HTML page 2026-08-31 21:43:25 +02:00
tlds site: real logo, hero screenshot, OG tags, contrast fixes 2026-09-07 23:01:57 +02:00
tools Ship Theseus 0.3.33 fa51ccdf (SHA-256 verify before arming install) 2026-09-08 19:58:38 +02:00
vendor Initial commit — Silent Mode baseline (2026-07-29) 2026-07-29 13:54:34 +02:00
favicon.svg brand: Silent Mode + navigate.st kits (logo, wordmark, avatar, banner, favicon) 2026-08-31 05:22:45 +02:00
GOTCHAS.md docs(site/GOTCHAS): CORS on /js/*.js is required for BCNR pages 2026-09-08 12:43:30 +02:00
home-cards.json Ship Theseus 0.3.0 bb9d8dec (home cards decoupled from browser release) 2026-08-31 18:38:09 +02:00
index.html site: real logo, hero screenshot, OG tags, contrast fixes 2026-09-07 23:01:57 +02:00
register.html site: add favicon link to every silentmode.st HTML page 2026-08-31 21:43:25 +02:00
releases-manifest.json Ship Theseus 0.3.33 fa51ccdf (SHA-256 verify before arming install) 2026-09-08 19:58:38 +02:00
shared.css site: real logo, hero screenshot, OG tags, contrast fixes 2026-09-07 23:01:57 +02:00