A Windows GUI client for sing-box. It is developed using Qt C++.
- Windows 10 x64
- Windows 11 x64
- Configuration management.
- Auto run at boot.
- Run with administrator rights.
- Selector outbound.
- Download the installer or compressed package file from Release.
- Install or unzip the program.
- Import the configuration file.
- Start the proxy.
Enable set_system_proxy in configuration file.
{
"inbounds": [
{
"type": "http",
...
"set_system_proxy": true
...
}
}
Set up a tun inbound. enable running with administrator privileges in the program settings.
{
"inbounds": [
{
"type": "tun",
...
}
}
Replace sing-box.exe in the installation path. The default installation path is C:\Users\<UserName>\AppData\Local\Programs\sing-box.


