by romgX
几百个免费 AI 模型配额,一键接入本地项目。| Hundreds of free AI model quotas, one-click access to local projects.
# Add to your Claude Code skills
git clone https://github.com/romgX/openrelayGuides for using cli tools skills like openrelay.
Last scanned: 4/28/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-04-28T06:28:55.543Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}你的 AI 订阅,各自为政。
Claude Pro 只能在 Claude Desktop 用。Kiro 配额只能在 Kiro 用。Groq 免费但每个工具都要手动配置。Cursor 500 次用完了,你只能停下来。
OpenRelay 打破这道墙。

启动 OpenRelay,它会接入你已经拥有的 AI 来源 — Claude Desktop、Claude Code、Kiro、Windsurf、Antigravity、OpenCode、VS Code Copilot、OpenAI Codex、Gemini CLI、Rovo Dev、QClaw 等。已发现的本地配额可在面板中统一管理;部分来源需要先登录原应用或配置 API Key。
支持 34 个直连 API 或本地端点(Groq、Gemini API、DeepSeek、Mistral、OpenRouter、LongCat、千帆、七牛、Anthropic API、Ollama 等)— 按供应商要求配置 API Key 或端点后可复用。
45 个非虚拟提供商。一个面板。一个端点。
你的 Claude Pro 订阅现在可以驱动 Claude Code、Aider、Continue、Goose、Amp,或任何支持 Anthropic/OpenAI API 的工具:
# Windows (PowerShell)
$env:ANTHROPIC_BASE_URL="http://localhost:18765"
$env:ANTHROPIC_API_KEY="unused"
# macOS / Linux
export ANTHROPIC_BASE_URL=http://localhost:18765
export ANTHROPIC_API_KEY=unused
搞定。Claude Code 现在使用你的 Claude Desktop 配额。
想在 Aider 里用 Kiro 的免费 Claude Sonnet?改一下 URL:
ANTHROPIC_BASE_URL=http://localhost:18765/kiro
不再手动编辑 .zshrc,不再来回倒腾环境变量。打开 Web 面板,选择 Provider,点一下开关:
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
重开终端,完事。每个工具都配好了。
Cursor 配额烧完了?Windsurf 额度用光了?别停下编码 — 无缝插入任何其他配额来源:
| IDE | 接入方式 | 效果 | |-----|---------|------| | Cursor | RPC 代理 (ConnectRPC, HTTP/2) | 在 Cursor 里用 Claude/Kiro/Groq/任意 Provider | | Windsurf | RPC 代理 (ConnectRPC) | 用任意 Provider 替换 Windsurf 内置模型 | | VS Code Copilot | Ollama BYOK 桥接 | 用任意模型作为 Copilot 后端 | | Antigravity | Gemini REST 代理 | 通过任意 Provider 路由 |
在面板启动代理,IDE 无感切换。
把多个 Provider 的配额合并成一个虚拟模型:
"fast-group" = Groq (Llama 90B) + Cerebras (Llama 70B) + SambaNova (Llama 405B)
Groq 额度不可用 → 自动切到 Cerebras → 再切 SambaNova。跨 Provider 轮询和故障转移会继续使用你配置的可用额度,减少手动切换。
直接下载可执行文件运行,无需 npm install / node 环境。
Windows:点击下载 openrelay-windows-x64.exe,双击运行。
macOS(Intel / Apple Silicon 通用):点击下载 openrelay-macos,然后终端执行:
chmod +x openrelay-macos
xattr -d com.apple.quarantine openrelay-macos
./openrelay-macos
xattr命令用于解除 macOS 对未签名程序的安全限制,否则会提示"无法打开"。
Linux:
然后终端执行对应文件:
# x64
chmod +x openrelay-linux-x64
./openrelay-linux-x64
# ARM64 / aarch64
chmod +x openrelay-linux-arm64
./openrelay-linux-arm64
Linux 支持的本地/CLI Provider:Claude Code、Kiro、Windsurf、OpenCode、VS Code Copilot、OpenAI Codex、Gemini CLI、Rovo Dev。Claude Desktop 和 Antigravity 目前无 Linux 版本。QClaw 取决于桌面应用和本地 gateway,可降级运行。凭证存取通过
secret-tool(gnome-keyring)或文件缓存。
浏览器打开 http://localhost:18765 — 一切在 Web 面板中管理,支持中英双语。
觉得有用?给个 Star ⭐ 是对我们最大的支持!
凭据留在本机 — 应用 token/cookie 从你的机器读取,只用于连接原供应商。通过 OpenRelay 添加的 API Key 存储在本机 ~/.openrelay/ 配置中。
直连 AI 后端 — AI 请求从你的机器直接发送到所选 Provider,OpenRelay 官方服务器不在请求链路中。
默认不记录提示词内容 — 消息内容默认不会写入日志、缓存或持久化;只有你显式开启本地 request-shape 调试时才会输出排障信息。
最小产品网络请求 — 许可证和更新检查可能访问 OpenRelay/GitHub 端点,但不会携带 Provider 凭据或对话内容。
可审计 — 凭据处理代码(cookie.ts)可查看审计。
详见 DISCLAIMER.md 和 PRIVACY.md。
遇到问题?查看 常见问题 (中文) | FAQ (English)。
点个 Star ⭐ + 加入 社区 或 Telegram 群,有机会领 1 个月 Pro 体验码。
Open Core 模式:
Your AI subscriptions are locked in silos.
Claude Pro only works in Claude Desktop. Kiro quota only works in Kiro. Groq is free but you have to configure every tool manually. Cursor burned through your 500 requests and now you're stuck.
OpenRelay breaks the silos.

Launch OpenRelay and it connects the AI sources already available to you — Claude Desktop, Claude Code, Kiro, Windsurf, Antigravity, OpenCode, VS Code Copilot, OpenAI Codex, Gemini CLI, Rovo Dev, QClaw, and more. Discovered local quotas are managed from one dashboard; some sources require logging in to the original app or configuring an API key first.
Plus 34 direct API or local providers (Groq, Gemini API, DeepSeek, Mistral, OpenRouter, LongCat, Qianfan, Qiniu, Anthropic API, Ollama, and more) — enter an API key or endpoint once and it can be reused across tools.
45 non-virtual providers. One dashboard. One endpoint.
Your Claude Pro subscription can now power Claude Code, Aider, Continue, Goose, Amp, or any tool that speaks Anthropic/OpenAI API:
# Windows (PowerShell)
$env:ANTHROPIC_BASE_URL="http://localhost:18765"
$env:ANTHROPIC_API_KEY="unused"
# macOS / Linux
export ANTHROPIC_BASE_URL=http://localhost:18765
export ANTHROPIC_API_KEY=unused
That's it. Claude Code now uses your Claude Desktop quota.
Want to use Kiro's free Claude Sonnet quota in Aider? Just change the URL:
ANTHROPIC_BASE_URL=http://localhost:18765/kiro
No more editing .zshrc or juggling environment variables. Open the Web dashboard, pick a provider for each tool, flip a switch:
Reopen your terminal. Done. Every tool is configured.
Cursor quota burned through? Windsurf credits gone? Don't stop coding — seamlessly plug in any other quota source:
| IDE | How it works | What you get | |-----|-------------|--------------| | Cursor | RPC proxy (ConnectRPC, HTTP/2) | Use Claude/Kiro/Groq/any provider inside Cursor | | Windsurf | RPC proxy (ConnectRPC) | Replace Windsurf's built-in models | | VS Code Copilot | Ollama BYOK bridge | Use any model as a Copilot backend | | Antigravity | Gemini REST proxy | Route through any provider |
Start the proxy from the dashboard. Your IDE doesn't know the difference.
Take quotas from m