Skip to content

CC Bridge v0.1.7

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jan 02:03
· 3 commits to main since this release

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)

  1. Download CC-Bridge.dmg
  2. Open the DMG and drag CC Bridge to Applications
  3. First launch: Right-click the app and select "Open" (required for unsigned apps)
  4. 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
./ccbridge

Usage

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.