Take a look at the live version here: 👉 Live Demo
This fork introduces the following enhancements:
- Enhanced Linux desktop user experience
- Native package support for Arch Linux
- XDG Base Directory Specification compliance for application data
- Extended configuration fields for Linux only
- Build Environment
sudo pacman -S nodejs pnpm go
export GOPATH="$XDG_DATA_HOME/go"
export PATH="$GOPATH/bin:$PATH"
go install github.com/wailsapp/wails/v2/cmd/wails@latest
# or paru -S wails- Pull and Build
git clone https://github.com/Bubble-droid/GUI.for.SingBox.git
cd GUI.for.SingBox/frontend
pnpm install --frozen-lockfile
pnpm build
cd ..
wails build -s -devtools -tags webkit2_41