ocb-cli
v1.2.6
Published
OpenCode Bridge - Use OpenCode AI models in Claude Code
Downloads
2,007
Maintainers
Readme
OCB - OpenCode Bridge
Use OpenCode AI models directly in Claude Code!
Quick Start
# Clone the repo
git clone https://github.com/veokhan/ocb.git
cd ocb
# Install dependencies
npm install
# Build
npm run build
# Start the server
npm run startUsage Commands
# Start server only
npm run start
# Stop server
npm run stop
# Setup Claude Code config
npm run cli -- setupOr Use npx (No Install Needed)
# Clone
git clone https://github.com/veokhan/ocb.git
cd ocb
# Install deps
npm install
# Use via npx
npx tsx src/cli.ts start
npx tsx src/cli.ts setupAfter Running
- Dashboard: http://localhost:8300
- Use Claude Code:
claude --print
Features
- 🌐 2540+ Models from 89 providers
- 📊 Usage Tracking
- ⚡ Auto-Configuration
GitHub
https://github.com/veokhan/ocb
