Skip to content

aijwfsibari/qsing-box

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qsing-box

简体中文

A Windows GUI client for sing-box. It is developed using Qt C++.

Support operating systems

  • Windows 10 x64
  • Windows 11 x64

Features

  • Configuration management.
  • Auto run at boot.
  • Run with administrator rights.
  • Selector outbound.

How to use

  1. Download the installer or compressed package file from Release.
  2. Install or unzip the program.
  3. Import the configuration file.
  4. Start the proxy.

System proxy

Enable set_system_proxy in configuration file.

{
  "inbounds": [
    {
      "type": "http",
      ...
      "set_system_proxy": true
      ...
    }
}

TUN mode

Set up a tun inbound. enable running with administrator privileges in the program settings.

{
  "inbounds": [
    {
      "type": "tun",
      ...
    }
}

How to update sing-box core

Replace sing-box.exe in the installation path. The default installation path is C:\Users\<UserName>\AppData\Local\Programs\sing-box.

Screenshot

Main window

Main window

Running

Running

Tray icon

Tray icon

Settings

Settings

About

A Windows GUI client for sing-box.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 94.4%
  • CMake 5.6%