Skip to content

Open-Box v2.05

Choose a tag to compare

@github-actions github-actions released this 12 Sep 08:39
· 6 commits to main since this release

Open-Box v2.05

  • sing-box 内核版本:1.14.0-openbox-tcp2(从本次仓库源码补丁构建,完整 CGO/musl 静态链接)
  • Node 运行时版本:24.18.0(musl 构建,glibc 版本在 OpenWrt 上无法运行)

硬件要求

  • CPU 架构:x86_64 或 arm64(aarch64)
  • 可用存储:≥ 512MB
  • 可用内存:≥ 512MB
  • 系统:OpenWrt

一键安装

# 直连版
curl -fsSL https://raw.githubusercontent.com/Helenvin/Open-Box/main/scripts/install.sh | sh

# 镜像加速版(把 <镜像前缀> 换成你信任的加速站点域名)
curl -fsSL https://<镜像前缀>/https://raw.githubusercontent.com/Helenvin/Open-Box/main/scripts/install.sh | sh -s -- --mirror <镜像前缀>

完整安装 / 升级 / 卸载说明见仓库根目录 README。