Download Tonnet Browser
Source Code
Tonnet Browser is open source. View the code, report issues, or contribute on GitHub.
Linux
AppImage · .deb
For Ubuntu, Debian, Fedora, Arch and other major Linux distributions. AppImage runs anywhere, .deb integrates with apt-based package managers.
Windows
NSIS installer
For Windows 10 and Windows 11. The installer handles everything automatically.
macOS
Universal .dmg
One binary for Intel and Apple Silicon. Runs natively on M1, M2, M3 and older Intel Macs.
Android
APK
For Android 8.0 and later. Sideload the APK, enable unknown sources once, and browse TON on mobile.
Install in one command
curl -LO https://github.com/TONresistor/Tonnet-Browser/releases/latest/download/TON-Browser-2.0.0.AppImage
chmod +x TON-Browser-2.0.0.AppImage
./TON-Browser-2.0.0.AppImage
curl -LO https://github.com/TONresistor/Tonnet-Browser/releases/latest/download/TON-Browser-2.0.0-universal.dmg
hdiutil attach TON-Browser-2.0.0-universal.dmg
cp -R "/Volumes/TON Browser/TON Browser.app" /Applications/
xattr -cr /Applications/TON\ Browser.app
irm https://github.com/TONresistor/Tonnet-Browser/releases/latest/download/TON-Browser-Setup-2.0.0.exe -OutFile TonBrowser.exe; .\TonBrowser.exe