Skip to content

Bubble-droid/GUI.for.SingBox

 
 

Repository files navigation

Preview

Take a look at the live version here: 👉 Live Demo

Additional features

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

Document

Community

Build

  1. 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
  1. 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

About

A GUI client application for sing-box.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Contributors

Languages

  • Vue 43.8%
  • TypeScript 42.2%
  • Go 9.7%
  • Less 2.3%
  • JavaScript 1.5%
  • Shell 0.3%
  • HTML 0.2%