CC Bridge v0.1.7
Anthropic API-compatible bridge using Claude CLI.
Downloads
Command-Line Binary
| Platform | Architecture | File |
|---|---|---|
| macOS | Intel (x64) | ccbridge-darwin-amd64 |
| macOS | Apple Silicon (M1/M2/M3) | ccbridge-darwin-arm64 |
| Linux | x64 | ccbridge-linux-amd64 |
| Linux | ARM64 | ccbridge-linux-arm64 |
| Windows | x64 | ccbridge-windows-amd64.exe |
macOS Menu Bar App
| Platform | File |
|---|---|
| macOS (Universal) | CC-Bridge.dmg |
Quick Start
Option 1: macOS App (Recommended for macOS users)
- Download
CC-Bridge.dmg - Open the DMG and drag CC Bridge to Applications
- First launch: Right-click the app and select "Open" (required for unsigned apps)
- The server starts automatically in the menu bar
Note: If you see "app is damaged", run:
xattr -cr /Applications/CC-Bridge.app
Option 2: Command-Line Binary
# Download (example for macOS ARM64)
curl -L -o ccbridge https://github.com/ranaroussi/cc-bridge/releases/download/v0.1.7/ccbridge-darwin-arm64
chmod +x ccbridge
./ccbridgeUsage
Point your Anthropic SDK to the bridge:
import anthropic
client = anthropic.Anthropic(
api_key="dummy",
base_url="http://localhost:8321"
)Checksums
See checksums.txt for SHA256 checksums.
Disclaimer: This project is not affiliated with, endorsed by, or sponsored by Anthropic. Use at your own risk and ensure compliance with all applicable terms of service.