Skip to content

Installation

TONresistor edited this page Apr 21, 2026 · 3 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-1.6.2.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-1.6.2.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-1.6.2-universal.dmg && hdiutil attach TON-Browser-1.6.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

Linux

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

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

One-line install:

# AppImage
curl -LO https://github.com/TONresistor/Tonnet-Browser/releases/latest/download/TON-Browser-1.6.2.AppImage && chmod +x TON-Browser-1.6.2.AppImage && ./TON-Browser-1.6.2.AppImage

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

Clone this wiki locally