A Wails/Go-based fingerprint browser with Chromium 146 kernel and built-in proxy tooling.
- Multi-profile management with isolated fingerprints
- Chromium 146 kernel + Google Chrome 148 fallback
- Built-in xray / sing-box proxy tooling
- Automatic update via GitHub Releases
- Multi-window operation sync (master/follower)
Get the latest installer from Releases.
Prerequisites: Go 1.22+, Node 20+, Wails CLI v2.
# Backend + frontend
wails build
# Full installer (requires Z:\BoostBrowser_cloak_test\ with chromium kernel)
powershell -ExecutionPolicy Bypass -File scripts\build_release.ps1
powershell -ExecutionPolicy Bypass -File scripts\build_installer.ps1main.go/backend/— Go backend (Wails)frontend/src/— React + TypeScript UIscripts/— PowerShell build / release scriptsbuild/windows/— Windows installer assets
See LICENSE.