EveryAPI 下载镜像
面向中国大陆的下载线路,不经过 github.com 与 Cloudflare。所有文件与官方发布完全一致。
EveryAPI's mainland-China download mirror. Byte-identical to the official releases, on a network path that does not go through github.com or Cloudflare.
EveryAPI CLI
macOS 与 Linux / macOS and Linux
curl -fsSL https://dl.everyapi.ai/install.sh | bash
Windows (PowerShell)
irm https://dl.everyapi.ai/install.ps1 | iex
安装脚本会自行选线:能连上 github.com 就走官方发布,连不上才回落到本镜像,所以这一条命令在任何地区都适用。
The installers route themselves — they use the official GitHub release when it is reachable and fall back to this mirror when it is not — so the same one command works worldwide.
EveryAPI Connect
已安装的 Connect 也会在无法访问 github.com 时自动从本镜像获取更新。
An installed copy of Connect also updates itself from this mirror when it cannot reach github.com.
Claude Code
macOS · Apple Silicon
curl -fsSL https://dl.everyapi.ai/claude-code/install.sh | bash
镜像只接受经 Anthropic 签名清单校验通过的构建,安装脚本在使用前会再校验一次 SHA256。
The mirror accepts a build only after verifying Anthropic's signed manifest, and the installer verifies the published SHA256 again before running it.