Take a look at the live version here: 👉 Live Demo
1、Build Environment
- 
Node.js link 
- 
pnpm : npm i -g pnpm
- 
Go link 
- 
Wails link : go install github.com/wailsapp/wails/v2/cmd/wails@latest
2、Pull and Build
git clone https://github.com/GUI-for-Cores/GUI.for.SingBox.git
cd GUI.for.SingBox/frontend
pnpm install --frozen-lockfile && pnpm build
cd ..
wails build
