Single-binary proxy that translates Anthropic API format to OpenAI. Use Claude Code with ChatGPT, OpenAI API, Azure, vLLM, and more.
clawgate sits between your Anthropic client and any OpenAI-compatible backend.
Use your ChatGPT Plus/Pro subscription via OAuth, or bring a standard OpenAI API key. No vendor lock-in.
~6 MB, no runtime, zero dependencies. Download and run. Cross-platform: Linux, macOS, Windows.
SSE streaming with error handling, parallel tool calls, and reasoning model support.
OpenAI API, ChatGPT, Azure OpenAI, vLLM, Ollama, or any OpenAI Chat Completions endpoint.
Complete tool_use round-trip translation, including parallel tool calls. MCP tools work out of the box.
Sensible defaults. Run clawgate login once, then just clawgate. Override with flags or env vars.
| Platform | Architecture | Download |
|---|---|---|
| Linux | x86_64 | clawgate-linux-amd64 |
| Linux | ARM64 | clawgate-linux-arm64 |
| macOS | Intel | clawgate-darwin-amd64 |
| macOS | Apple Silicon | clawgate-darwin-arm64 |
| Windows | x86_64 | clawgate-windows-amd64.exe |
# one-time login
clawgate login
# start the proxy
clawgate
# connect Claude Code
ANTHROPIC_BASE_URL=http://localhost:8082 claude
# OpenAI API
clawgate --mode=api --apiKey=sk-xxx
# custom endpoint
clawgate --mode=api \
--apiKey=sk-xxx \
--baseUrl=https://my.endpoint/v1
# connect Claude Code
ANTHROPIC_BASE_URL=http://localhost:8082 claude