Developer Access Portal / Public Download

先装内网访问工具,再进入企业 Router。

internal-connect 会为 *.int.singularity-x.ai 配置直连覆盖,并在支持的平台追加 浏览器或系统代理绕行设置。流量仍然通过 Tailscale 到达企业内网服务。

默认覆盖域名
*.int.singularity-x.ai
  • 自托管 shell 下载页
  • 自托管 PowerShell 下载页
  • 自托管 PAC 文件
  • Tailscale 前置检查

macOS / Linux

复制并执行 shell 安装脚本。它会写入 NO_PROXY/no_proxy,并在可用时追加系统级绕行设置。

curl -fsSL https://bootstrap.singularity-x.ai/downloads/internal-connect.sh | bash

Windows PowerShell

使用 PowerShell 安装脚本,写入用户级代理绕行变量,并配置浏览器可用的 PAC / 代理覆盖信息。

powershell -NoProfile -ExecutionPolicy Bypass -Command "iwr https://bootstrap.singularity-x.ai/downloads/internal-connect.ps1 -UseBasicParsing | iex"

PAC 文件

如果你的设备或浏览器需要显式代理自动配置,可直接使用 PAC 文件。

https://bootstrap.singularity-x.ai/downloads/internal-connect.pac

安装后做什么

  1. 确认本机已安装并登录 Tailscale。
  2. 执行上面的 internal-connect 安装命令。
  3. 回到企业 Portal 登录并生成 routerctl 安装命令。
  4. 再进行 Claude / Codex 绑定与启动。
打开企业 Portal