GUI.for.SingBox
Modern, lightweight desktop app built with Wails (Go) and Vue 3. Efficient, cross-platform, and fast.
Install / Use
/learn @GUI-for-Cores/GUI.for.SingBoxREADME
<div align="center">
<img src="build/appicon.png" alt="GUI.for.SingBox" width="200">
<h1>GUI.for.SingBox</h1>
<p>A GUI program developed by vue3 + wails.</p>
</div>
Preview
Take a look at the live version here: 👉 <a href="https://gui-for-cores.github.io/guide/gfs/" target="_blank">Live Demo</a>
<div align="center"> <img src="docs/imgs/light.png"> </div>Document
Build
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
