RadarTopicsBuildersWeeklyReads
Open Source Radar
seakee/

CPA-Manager-Plus

GitHubWebsite

CPA Manager Plus is a self-hosted CPA/CLIProxyAPI management panel and AI gateway observability dashboard. It provides request monitoring, cost analytics, quota management, and account health features, with Docker and multi-arch support.

2.4kstars
255forks
36issues
MITlicense
2026since
Star historydaily snapshots by VibeCrowd

Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).

Alternatives & relatedmatched by topic overlap
diegosouzapw/
OmniRoute
6.3k/wk

Never stop coding. Free MIT AI gateway: one endpoint, 290+ providers (90+ free), 500+ models — Kimi, Claude, GPT, OpenAI, Gemini, GLM, DeepSeek, MiniMax. Works with Claude Code, Codex, Cursor, OpenCode, Cline & Copilot. Quota-aware auto-fallback, RTK+Caveman compression saves 15-95% tokens, MCP/A2A, Desktop/PWA. Built by 500+ contributors

39k5.2kTypeScript
langfuse/
langfuse
460/wk

🪢 Open source AI engineering platform: LLM evals, observability, metrics, prompt management, playground, datasets. Integrates with OpenTelemetry, LangChain, OpenAI SDK, LiteLLM, and more. 🍊YC W23

32k3.5kTypeScript
netdata/
netdata
121/wk

The fastest path to AI-powered full stack observability, even for lean teams.

80k6.6kGo
Egonex-AI/
Understand-Anything

Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.

77k6.5kTypeScriptgiant
ruvnet/
ruflo
629/wk

🌊 The original agent meta-harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, RAG integration, and native Claude Code / Codex / Hermes and many more Integrated

67k8.0kTypeScript
BerriAI/
litellm
595/wk

The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]

56k10kPython
Reviewgenerated from repository data · Aug 5, 2026

What it is

CPA Manager Plus is a self-hosted CPA / CLIProxyAPI management panel and AI gateway observability dashboard for requests, usage, cost, quota, failures, and account health.

How it works

  • Core capabilities include CPA gateway management, request monitoring and failure diagnosis, cost and usage analytics, account health and quota automation, and production operations.
  • It supports running as a Docker container or native packages, with data stored locally in files and SQLite for request history.

Getting started

Quick start

Install:

curl -fsSLO https://raw.githubusercontent.com/seakee/CPA-Manager-Plus/main/bin/install-cpamp.sh
bash install-cpamp.sh

Preview without deploying:

CPAMP_DRY_RUN=1 bash install-cpamp.sh

CPA + CPAMP Together (example docker-compose)

services:
  cli-proxy-api:
    image: eceasy/cli-proxy-api:latest
    restart: unless-stopped
    ports:
      - '8317:8317'
    volumes:
      - cpa-data:/app/data

  cpa-manager-plus:
    image: seakee/cpa-manager-plus:latest
    restart: unless-stopped
    ports:
      - '18317:18317'
    volumes:
      - cpa-manager-plus-data:/data
docker compose up -d

Open http://<host>:18317/management.html and follow setup prompts.

CPAMP Only

docker run -d \
  --name cpa-manager-plus \
  --restart unless-stopped \
  -p 18317:18317 \
  -v cpa-manager-plus-data:/data \
  seakee/cpa-manager-plus:latest

Recommended CPA versions and runtime requirements are noted in the docs.

Recent releases

Latest release: v1.11.11 (2026-07-31) CPA Manager Plus v1.11.11. Previously: v1.11.10 (2026-07-30), v1.11.9 (2026-07-27), v1.11.8 (2026-07-26), v1.11.7 (2026-07-24).

Traction

Stars: 2401 (as tracked on repository). Forks: 255. Open issues: 36.

Data, Privacy, And Security

  • CPAMP does not phone home or require telemetry.
  • Request history, configuration, model prices, inspection history, and automation state stay in local files.
  • CPA Management Keys are encrypted before SQLite persistence; backups require data.key.

Development

Recommended commands:

npm install
npm run dev
npm run type-check
npm run lint
npm run test
npm run build
npm run docs:build

Manager Server example:

cd apps/manager-server
go test ./...
go test -race ./...
go vet ./...
go run ./cmd/cpa-manager-plus

Docker stack build:

docker compose -f docker-compose.manager.yml up --build
SharePost on XLinkedIn
All trending reposRevenue-verified startups →