The TON Network Browser
About • Features • Privacy & Security • Installation • Usage • Settings • Contact
Linux .deb · Windows Portable · All releases
tonnet.resistance.dog/download
![]() Home |
![]() Start Page |
![]() Storage |
![]() Settings |
Tonnet Browser is a native desktop browser for the TON Network. It connects directly to .ton sites through decentralized TON DNS and RLDP protocol, without centralized gateways or third-party proxies.
Browsing 15 blockchain TLDs Decentralized DNS Tabs, bookmarks, history |
Wallet W5 v5r1, send/receive NFT gallery, TON DNS HTTP 402 payments |
Privacy 3-hop garlic routing Anti-fingerprinting No telemetry |
Storage TON Storage client Download and seed Decentralized P2P |
Routing Auto circuit rotation Direct mode for speed Censorship-resistant |
Fingerprint Canvas, WebGL, Audio WebRTC leak blocking Generic User-Agent |
Isolation Per-domain sessions Cookie auto-delete Encrypted history |
Security Process sandboxing Rate limiting Open source, MIT |
| Platform | Download |
|---|---|
| Windows | Installer · Portable |
| macOS | DMG (Universal) |
| Linux | 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.4.2.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.4.2.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.4.2-universal.dmg && hdiutil attach TON.Browser-1.4.2-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.4.2.AppImage
./TON.Browser-1.4.2.AppImage
# Debian/Ubuntu
sudo dpkg -i ton-browser_1.4.2_amd64.debOne-line install: Open Terminal and run:
# AppImage
curl -LO https://github.com/TONresistor/Tonnet-Browser/releases/latest/download/TON.Browser-1.4.2.AppImage && chmod +x TON.Browser-1.4.2.AppImage && ./TON.Browser-1.4.2.AppImage
# Debian/Ubuntu
curl -LO https://github.com/TONresistor/Tonnet-Browser/releases/latest/download/ton-browser_1.4.2_amd64.deb && sudo dpkg -i ton-browser_1.4.2_amd64.deb- Launch TON Browser
- Click "Connect to TON Network"
- Wait for sync to complete (status bar shows "Connected to TON Network")
- Enter a
.tonaddress in the URL bar (e.g.,foundation.ton) - Browse the decentralized web
- Navigate to
ton://storageor click the Storage icon - Click "Add Bag"
- Paste a 64-character hex bag ID
- Monitor download progress in real-time
Access settings via the gear icon or navigate to ton://settings.
| Category | Settings |
|---|---|
| General | Homepage, Restore tabs, Anonymous mode, Circuit rotation |
| Network | Proxy port, Storage port, Auto-connect, Connection timeout |
| Storage | Download path, Update interval |
| Appearance | Zoom levels, Bookmarks bar, Status bar, Tab orientation, Themes |
| Privacy | Clear browsing data, Clear on exit, Cookie settings, First-party isolation |
| Content Filtering | Block ads, trackers, miners, malware, annoyances |
| History | History mode, Maximum entries |
| Shortcuts | Keyboard shortcuts |
| Bookmarks | Manage bookmarks |
| Advanced | Verbosity levels, Sync test domain |
| Wallet | Payment mode, Spending limits, Per-site policies, API keys |
| About | Version, Links |
- Node.js 22+
- npm 9+
git clone https://github.com/TONresistor/Tonnet-Browser.git
cd Tonnet-Browser
npm install
npm run dev# Linux
npm run build:linux
# Windows
npm run build:win
# macOS
npm run build:macBuilds are output to the release/ directory.
npm test| Component | Technology |
|---|---|
| Framework | Electron 39 |
| Frontend | React 19, TypeScript |
| Styling | Tailwind CSS |
| State | Zustand |
| TON Proxy | tonnet-proxy |
| TON Storage | tonutils-storage |
| Transport | RLDP over ADNL over UDP |
- Website: tonnet.resistance.dog
- Telegram: @zkproof
- Issues: Report bugs or request features
MIT License. See LICENSE for details.
- Tor Project - Inspiration for anonymous browsing
- BitTorrent - Inspiration for P2P file sharing
- tonutils-go - TON protocol implementation
- tonnet-proxy - HTTP proxy with garlic routing for TON sites
- tonutils-storage - TON Storage daemon



