Was only .bch. The daemon and CA already handle these four TLDs; the NRPT rule was the missing piece that made .p2p / .bit / .nav queries never reach the daemon at all (they went to ICANN's normal DNS and NXDOMAIN'd). Dual TLDs (.de .ru .dev .ltd) intentionally NOT here. They need the daemon's DNS-forwarding path to work reliably for unregistered names, and there's still an open EDNS/AAAA forwarding bug in bnsd.js that would break most German/Russian sites if we NRPT'd .de. Adding more native TLDs (.x .sia .dgb .nt from Theseus's expanded set) needs a CA rotation first — the current CA's nameConstraints only permit bch/p2p/bit/deviant/nav/test/bcnr. Deferred.
144 lines
6.5 KiB
HTML
144 lines
6.5 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Silent Mode — decentralized web infrastructure</title>
|
|
<meta name="description" content="Silent Mode is a development department for the decentralized web. Names on the Bitcoin Cash chain (Sirius), apps on Sia (Prometheus), search without a gatekeeper (Helios), messaging by name (Hermes), and the clients that reach them all.">
|
|
<link rel="stylesheet" href="shared.css">
|
|
</head>
|
|
<body>
|
|
|
|
<nav class="topnav">
|
|
<a class="brand" href="/">⛓️ Silent <span class="g">Mode</span></a>
|
|
<a href="tools/">Tools</a>
|
|
<a href="prometheus/">Prometheus</a>
|
|
<a href="sirius/">Sirius</a>
|
|
<a href="helios/">Helios</a>
|
|
<a href="hermes/">Hermes</a>
|
|
</nav>
|
|
|
|
<header class="hero">
|
|
<div class="mark">⛓️</div>
|
|
<h1>Silent <span class="g">Mode</span></h1>
|
|
<p class="tag">A development department for the decentralized web. We build names,
|
|
hosting, apps, search, messaging, and the clients that reach them — everything you
|
|
need to run a site nobody can seize, and everything you need to visit one.</p>
|
|
<div class="cta">
|
|
<a class="btn acid" href="tools/#theseus">Download the browser</a>
|
|
<a class="btn ghost" href="tools/">See all tools</a>
|
|
<a class="btn ghost" href="https://navigate.st/bns/silentmode.bch">See our .bch demo</a>
|
|
</div>
|
|
<p style="margin:1.4rem 0 0;color:var(--dim);font-size:13px">
|
|
New to any of this? <a href="choose/" style="color:var(--mut)">Start with the choice →</a>
|
|
</p>
|
|
</header>
|
|
|
|
<div class="wrap">
|
|
|
|
<!-- ============ .st vs .bch — the split ============ -->
|
|
<div class="note" style="margin-top:1.6rem;font-size:14.5px;border-left-color:var(--sia)">
|
|
<b>This page is ordinary web infrastructure.</b> <code class="inline">silentmode.st</code>
|
|
runs on nginx, a rented server, an ICANN domain, and a Let's Encrypt certificate — because
|
|
the point of this page is to <i>talk about</i> the alternative web, and the widest
|
|
audience needs no install to read it.
|
|
<br><br>
|
|
The project's own demonstration lives at <b><a href="https://navigate.st/bns/silentmode.bch">silentmode.bch</a></b>
|
|
— same project, hosted <i>with</i> the tools it describes. No centralized host, no registrar
|
|
entity, no DNS, no certificate authority.
|
|
<span style="display:block;color:var(--dim);font-size:12.5px;margin-top:.6rem">
|
|
Any resolver installed? Try it natively: <a href="https://silentmode.bch/"><code class="inline">https://silentmode.bch/</code></a>
|
|
</span>
|
|
</div>
|
|
|
|
<!-- ============ THE FIVE PRODUCTS ============ -->
|
|
<section class="plain">
|
|
<h2>What we build</h2>
|
|
<p class="lede">Five products, each named for a figure whose role matches its function.
|
|
Each solves one part of the "how do we run a web without gatekeepers" problem, and
|
|
all five interoperate around one thing: a name on the Bitcoin Cash chain.</p>
|
|
|
|
<div class="grid">
|
|
|
|
<div class="card">
|
|
<span class="pill p-alpha">alpha</span>
|
|
<h3>Tools <span class="src s-chain">Theseus · Ariadne</span></h3>
|
|
<p>The clients that read the chain and load the pages. Desktop browser (Theseus),
|
|
system-wide resolver (Ariadne for Windows), Firefox extension, phone app.</p>
|
|
<p style="margin-top:.8rem"><a href="tools/">See all tools →</a></p>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<span class="pill p-live">live</span>
|
|
<h3>Sirius <span class="src s-chain">names</span></h3>
|
|
<p>Domain names on Bitcoin Cash — permanent, no renewal, no registrar. Register a
|
|
name in one transaction, hold it in your wallet, point it at any content on any
|
|
network.</p>
|
|
<p style="margin-top:.8rem"><a href="sirius/">Register a name →</a></p>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<span class="pill p-designed">designed</span>
|
|
<h3>Prometheus <span class="src s-sia">apps</span></h3>
|
|
<p>Home for apps and programs published on chain, hosted on Sia. Categories,
|
|
signed endorsements, verified installs. Anyone can publish; nobody can gatekeep.</p>
|
|
<p style="margin-top:.8rem"><a href="prometheus/">Browse Prometheus →</a></p>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<span class="pill p-designed">designed</span>
|
|
<h3>Helios <span class="src s-srv">search</span></h3>
|
|
<p>A search engine for the decentralized web. No central crawler to trust, no
|
|
authority to rank, no advertiser to serve. Ranking by trust list, not algorithm.</p>
|
|
<p style="margin-top:.8rem"><a href="helios/">How it will work →</a></p>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<span class="pill p-designed">designed</span>
|
|
<h3>Hermes <span class="src s-tor">messages</span></h3>
|
|
<p>End-to-end encrypted messaging over Nostr, addressed by your BNS name instead
|
|
of a public-key string. Same wallet is your identity — no email, no phone number,
|
|
no company.</p>
|
|
<p style="margin-top:.8rem"><a href="hermes/">Read the design →</a></p>
|
|
</div>
|
|
|
|
<div class="card">
|
|
<span class="pill p-designed">designed</span>
|
|
<h3>Argo <span class="src s-sia">hosting pact</span></h3>
|
|
<p>The incentive layer nobody pays for today. Independent hosts pooling to keep
|
|
your site up, paid by a covenant on chain. The piece that turns "you can host
|
|
it" into "someone will keep hosting it."</p>
|
|
</div>
|
|
|
|
</div>
|
|
</section>
|
|
|
|
<!-- ============ THE COMMON THREAD ============ -->
|
|
<section>
|
|
<h2>One thread through all five</h2>
|
|
<p class="lede">Everything above depends on one thing: a name registered on the
|
|
Bitcoin Cash chain, held in a wallet you control. That name is your address on
|
|
Prometheus, your identity on Hermes, your ranking signal on Helios, and the URL
|
|
Tools resolve. Register once; use it everywhere. Nobody issues it, nobody revokes
|
|
it, and no service you use here needs an account.</p>
|
|
<div class="cta" style="justify-content:flex-start">
|
|
<a class="btn acid" href="sirius/">Register a name at Sirius →</a>
|
|
</div>
|
|
</section>
|
|
|
|
<div class="note"><b>Verify everything, trust nothing.</b> Every download published here is
|
|
fingerprinted with SHA-256; the canonical list is at <a href="releases/">/releases/</a>.
|
|
Alpha software on a test network — expect it to change, and check hashes before you
|
|
install.</div>
|
|
|
|
</div>
|
|
|
|
<footer>
|
|
<div>Silent Mode — a Deviant project.</div>
|
|
<div class="fine">A development department for the decentralized web. Nothing here is a
|
|
service, product guarantee, or investment. Verify against the chain; trust nothing
|
|
that cannot be checked.</div>
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|