Skip to content

Installation

TONresistor edited this page Apr 26, 2026 · 4 revisions

Installation

Download

Platform Download
Windows Installer
macOS DMG (Universal)
Linux AppImage · .deb

Windows

Your browser may warn that the file is from an unknown source. Click "Keep" to download.

  1. Download and run TON-Browser-Setup-2.0.0.exe
  2. Follow the installation prompts
  3. Launch TON Browser from the Start menu

One-line install (PowerShell):

irm https://github.com/TONresistor/Tonnet-Browser/releases/latest/download/TON-Browser-Setup-2.0.0.exe -OutFile TonBrowser.exe; Unblock-File TonBrowser.exe; .\TonBrowser.exe

macOS

Open the .dmg and drag TON Browser to Applications.

# If blocked by Gatekeeper
xattr -cr /Applications/TON\ Browser.app

One-line install:

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/ && hdiutil detach "/Volumes/TON Browser" && xattr -cr /Applications/TON\ Browser.app && open /Applications/TON\ Browser.app

Linux

# AppImage
chmod +x TON-Browser-2.0.0.AppImage
./TON-Browser-2.0.0.AppImage

# Debian/Ubuntu
sudo dpkg -i TON-Browser-2.0.0.deb

One-line install:

# AppImage
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

# Debian/Ubuntu
curl -LO https://github.com/TONresistor/Tonnet-Browser/releases/latest/download/TON-Browser-2.0.0.deb && sudo dpkg -i TON-Browser-2.0.0.deb

Clone this wiki locally