Get CLIProxyAPI running on :8317
Grab the binary (macOS/Linux/Windows) or run the Docker image. It starts a local Anthropic-compatible endpoint on port 8317. Docker is the set-and-forget option — it stays up across reboots:
# Docker (recommended — stays running)
docker run -d --name cli-proxy-api --restart unless-stopped \
-p 8317:8317 \
-v ~/cli-proxy/config.yaml:/CLIProxyAPI/config.yaml \
-v ~/cli-proxy/auths:/root/.cli-proxy-api \
eceasy/cli-proxy-api:latest
# or the binary — download from the releases page, then:
cli-proxy-api # starts the server on :8317