One subscription → 10 tools

2 阅读1分钟

Your Claude Pro subscription is locked to one app. What if it could power Claude Code, Aider, Continue, Goose, and more?

The Problem

Most AI subscriptions are locked to a single app. You pay for Claude Pro but can only use it in Claude Desktop. Free tiers from Groq, Cerebras, Gemini are great — but configuring each tool individually is tedious.

How OpenRelay Solves This

  • Claude Pro costs $20/month but only works in Claude Desktop
  • OpenRelay routes your existing subscription to any AI tool
  • Zero configuration: auto-discovers Claude Desktop, Kiro, Windsurf credentials
  • Works with any tool that speaks Anthropic or OpenAI API
export ANTHROPIC_BASE_URL=http://localhost:18765
export ANTHROPIC_API_KEY=unused
# That's it. Claude Code now uses your Claude Desktop quota.

What It Supports

7 free quota sources auto-discovered:

  • Cerebras: 1M tokens/day
  • Groq: 30 RPM, 1K–14.4K req/day
  • OpenRouter: 20 RPM, 50 req/day, 30+ models
  • SambaNova: 10–30 RPM, 200K tokens/day
  • OpenCode: Unlimited (built-in GLM-4.7)
  • Kiro: 50 credits/month + 500 for new users
  • Windsurf: Unlimited autocomplete + 25 credits/month

Security

  • All credentials stay in local process memory — nothing uploaded anywhere
  • Direct connections to AI providers — no relay server in between
  • Cookie handling code is open source for security review

Install

# macOS
curl -L -o openrelay https://github.com/romgX/openrelay/releases/latest/download/openrelay-macos-arm64
chmod +x openrelay && ./openrelay

GitHub: github.com/romgX/openr…