Skip to content
1
/NetWork/sing-box
12/18/2025
1m
AI 摘要

Sing-box 是一款功能强大的通用代理平台,支持 Macos 和 Android。在 Macos 上可通过 brew install sing-box 安装,配置 config.json 后运行 sing-box run 即可访问 UI 界面。Android 用户可从 GooglePlay 下载应用。

Sing-box 使用

Sing-box 是一款功能强大的通用代理平台,包括服务器端和客户端工具,可用于创建网络代理服务器、客户端和透明代理

使用

仓库位置:SagerNet/sing-box

Macos

安装

$ brew install sing-box

创建配置文件

$ mkdir ~/sing-box
$ touch config.json
# 将 sing-box 内容粘贴到 config.json 中

config.json 的内容格式示例,可以从支持 sing-box 的订阅机场直接导出:

{
  "log": {},
  "experimental": {},
  "dns": {},
  "inbounds": [],
  "outbounds": [],
  "route": {}
}

运行只需要一行命令,不需要的时候退出进程即可,非常灵活

$ sing-box run

访问 UI 界面: http://localhost:9090/ui/#/proxies

Android

GooglePlay 商店下载即可

Released under the MIT License.