Skip to content

Installation

TONresistor edited this page Apr 11, 2026 · 1 revision

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.5.3.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.5.3.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.5.3-universal.dmg && hdiutil attach TON-Browser-1.5.3-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.5.3.AppImage
./TON-Browser-1.5.3.AppImage

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

One-line install:

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

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

Clone this wiki locally