CLAUDE Relay Service is a self-hosted Claude API proxy enabling multi-account management and cross-provider access via Docker, npm, and manual deployment. It supports multi-tenant authentication, per-key access controls, and a web UI for monitoring.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
Claude Relay Service (CRS) is a self-hosted proxy that centralizes access to Claude, OpenAI, Gemini, Droid, and related services. It provides multi-account management, per-user API keys, usage statistics, and a web interface for monitoring. It also offers Docker images and scripts for deployment and a Docker Compose setup for quick startup.
How it works
CRS exposes endpoints that route to multiple backends depending on the configured account pools. It supports multiple API endpoints and tools (Claude Code, Gemini CLI, Codex/OpenAI-compatible paths, and Droid). It includes features for account rotation, rate limiting, and token usage tracking. Configuration is done through environment variables, config.js, and .env files. It provides a management script crs for installation, start, stop, and status, plus docker-compose deployment options. It also documents how to integrate with third-party tools (Cherry Studio) via specific API base URLs and model identifiers.
Getting started
Getting started is supported via scripts and manual steps:
- Quick install script:
curl -fsSL https://pincc.ai/manage.sh -o manage.sh && chmod +x manage.sh && ./manage.sh install - Script features include automatic Node.js and Redis installation, interactive configuration, and automatic startup.
- Manual deployment pages outline environment setup, cloning the repo, installing dependencies with
npm install, configuring.envandconfig/config.js, building frontend withnpm run install:webandnpm run build:web, and starting the service withnpm run service:start:daemon. - Docker deployment uses a script to generate a docker-compose.yml and then
docker-compose up -d.
Recent releases
Latest releases include versions in the 1.1.x series focused on Docker image availability:
- v1.1.314 Release 1.1.314 (2026-07-23): Docker镜像 tags provided
- v1.1.313 Release 1.1.313 (2026-07-10): Docker镜像 tags provided
- v1.1.311 Release 1.1.311 (2026-07-10): Docker镜像 tags provided
- v1.1.310 Release 1.1.310 (2026-07-04): Docker镜像 tags provided
- v1.1.309 Release 1.1.309 (2026-06-14): Docker镜像 tags provided
Traction
The repository lists stars: 12470, but no daily/weekly stars metrics are provided in the facts beyond the total count.
Behind the repo
The repository describes a startup-like project (CRS) focused on self-hosted Claude API proxying and cost-sharing features; no specific company link is provided in the facts beyond the repository namespace Wei-Shaw.
Caveats
- License: MIT
- Created: 2025-07-14
- Last push: 2026-07-31
- Open issues: 360
- Primary language: JavaScript
- Security note: CAUTION about potential risk with using third-party Claude API mirrors; update to v1.1.249+ or migrate to CRS 2.0 per README notice
- Docker/Node requirements and Redis dependency are documented (Node.js 18+, Redis 6+ in badges), and Docker readiness is indicated






