Let’s talk about Tonnet Browser. It’s a native client for the TON Network, the piece that turns decentralized DNS, garlic routing and x402 micropayments into a browser you can install and use today.
What the network provides
TON is not only a blockchain. It is a full-stack network that replaces the pieces of the internet that are centralized by default. Domains live on-chain as NFTs through TON DNS, renewed with a symbolic annual micropayment that belongs to you rather than to a registrar. Connections between nodes are encrypted and authenticated by protocol, not by a certificate authority you have to trust. Storage bags are addressed by content hash and distributed peer-to-peer through TON Storage. Wallets and domains link directly, so sending Toncoin to alice.place.ton routes to Alice without a detour through Stripe or PayPal. Anonymous routing runs over ADNL tunnels, nodes discovered via TON DHT, ready to be paid in Toncoin to the relays that carry your traffic.
The result is an internet that does not need Cloudflare, does not need Let’s Encrypt, does not need your email address to log you in. The naming is decentralized, the transport is encrypted by default, the payments are native.
What Tonnet ships
One Electron binary spawns four Go processes and wires them into a browser UI. The proxy resolves .ton, .t.me, .adnl natively and .eth, .sol through optional resolvers, delivering content over RLDP. The bridge exposes a JSON-RPC WebSocket to the TON blockchain, permission-gated per domain so dApps cannot broadcast a transaction without a prompt. The storage daemon downloads and seeds bags, exposing .bag URLs in the address bar. Anonymous mode spawns an adnl-tunnel with two relay hops pulled from the DHT, so your IP stops at the first node. The embedded W5 wallet signs locally, encrypts keys under the OS keychain, and settles HTTP 402 responses via the x402 protocol so tonsites can charge micropayments without building a billing stack.
The strategy is borrowed
Pavel Durov built Telegram because a messaging app can route around state control faster than a legal filing can. He then funded TON to extend the same idea across a full network. Digital Resistance picks up the browser layer: shipping a client so the decentralized stack reaches people who do not run Go proxies from a terminal. Tor was the first proof in 2002 that private networks survive if the code ships before the permission is asked. TON is the second.
Try it
tonnet.resistance.dog (Windows, macOS, Linux)
github.com/TONresistor/Tonnet-Browser (source, MIT)
wiki (Quick Start, FAQ, Architecture)
Keep resisting.