-
Notifications
You must be signed in to change notification settings - Fork 1
Building
TONresistor edited this page Apr 11, 2026
·
1 revision
- Node.js 22+
- npm 9+
- Go 1.22+ (for building native binaries)
- git, python3
git clone https://github.com/TONresistor/Tonnet-Browser.git
cd Tonnet-Browser
npm install
bash scripts/build-binaries-from-source.sh
npm run devThe build-binaries-from-source.sh script compiles all Go binaries (tonutils-proxy, tonutils-bridge, tonutils-storage, adnl-tunnel) from source using pinned tags defined in scripts/binary-versions.json.
# Linux
npm run build:linux
# Windows
npm run build:win
# macOS
npm run build:macBuilds are output to the release/ directory.
npm testtonnet.resistance.dog · GitHub · MIT License
Tonnet Browser
Getting Started
Reference
Development