Browse the TON Network, privately.
Tonnet Browser is a native desktop browser for the TON Network. It resolves .ton, .t.me and .adnl domains through decentralized TON DNS and delivers content over RLDP directly from the network.
All traffic goes through ADNL, either peer-to-peer or via multi-hop tunnels. A WebSocket bridge connects directly to the TON blockchain, removing any dependency on centralized APIs like TonCenter or TonAPI. Anti-fingerprinting, per-domain isolation, and built-in TON Storage are included out of the box. No telemetry, no tracking, fully open source.
Browsing .ton .t.me .adnl TON Storage Bags + more TLDs |
Wallet W5 v5r1, send/receive HTTP 402 micropayments |
Privacy Garlic routing Anti-fingerprinting Per-domain isolation No telemetry |
Storage TON Storage P2P File browser Download & seed |
Bridge WebSocket JSON-RPC Direct to TON No centralized API dependency |
Security Process sandboxing SSRF protection IPC hardening Encrypted history |
Routing DHT relay discovery Direct or multi-hop Censorship-resistant |
Fingerprint Canvas, WebGL, Audio WebRTC leak blocking Generic User-Agent |
| Installer | DMG (Universal) | AppImage · .deb |
Your browser may warn that the file is from an unknown source. Click "Keep" to download.
- Download and run TON-Browser-Setup-1.6.1.exe
- Follow the installation prompts
- Launch TON Browser from the Start menu
One-line install: Open PowerShell and run:
irm https://github.com/TONresistor/Tonnet-Browser/releases/latest/download/TON-Browser-Setup-1.6.1.exe -OutFile TonBrowser.exe; Unblock-File TonBrowser.exe; .\TonBrowser.exeOpen the .dmg and drag TON Browser to Applications.
# If blocked by Gatekeeper
xattr -cr /Applications/TON\ Browser.appOne-line install: Open Terminal and run:
curl -LO https://github.com/TONresistor/Tonnet-Browser/releases/latest/download/TON-Browser-1.6.1-universal.dmg && hdiutil attach TON-Browser-1.6.1-universal.dmg && cp -R "/Volumes/TON Browser/TON Browser.app" /Applications/ && hdiutil detach "/Volumes/TON Browser" && xattr -cr /Applications/TON\ Browser.app && open /Applications/TON\ Browser.app# AppImage
chmod +x TON-Browser-1.6.1.AppImage
./TON-Browser-1.6.1.AppImage
# Debian/Ubuntu
sudo dpkg -i TON-Browser-1.6.1.debOne-line install: Open Terminal and run:
# AppImage
curl -LO https://github.com/TONresistor/Tonnet-Browser/releases/latest/download/TON-Browser-1.6.1.AppImage && chmod +x TON-Browser-1.6.1.AppImage && ./TON-Browser-1.6.1.AppImage
# Debian/Ubuntu
curl -LO https://github.com/TONresistor/Tonnet-Browser/releases/latest/download/TON-Browser-1.6.1.deb && sudo dpkg -i TON-Browser-1.6.1.deb- Node.js 22+
- npm 9+
git clone https://github.com/TONresistor/Tonnet-Browser.git
cd Tonnet-Browser
npm install
bash scripts/download-binaries.sh
npm run dev| Component | Technology |
|---|---|
| Framework | Electron 41 |
| Frontend | React 19, TypeScript |
| Styling | Tailwind CSS v4 |
| State | Zustand |
| TON Proxy | Tonutils-Proxy - HTTP proxy, decentralized gateway |
| WS Bridge | tonutils-bridge - JSON-RPC 2.0 over WebSocket |
| TON Storage | tonutils-storage - P2P file storage daemon |
| Anonymity | adnl-tunnel - garlic routing, DHT relay discovery |
| Transport | RLDP over ADNL over UDP |
- Website: tonnet.resistance.dog
- Community: @ResistanceForum
- Channel: @ResistanceTools
MIT License. See LICENSE for details.
- Tor Project - Inspiration for anonymous browsing
- BitTorrent - Inspiration for P2P file sharing
- tonutils-go - TON protocol implementation
- Tonutils-Proxy - HTTP proxy for decentralized .ton site access
- tonutils-bridge - WebSocket-ADNL bridge for wallet and blockchain queries
- adnl-tunnel - Garlic routing relay for anonymous browsing
- tonutils-storage - TON Storage daemon
