Skip to content

v0.2.0

Latest

Choose a tag to compare

@nmhuei nmhuei released this 26 Jun 12:44
· 9 commits to main since this release

Initial release of OpenCode2Claude - a bridge from Claude Code to any LLM.

Features

  • Routes Anthropic Messages API → OpenCode CLI → 50+ LLM providers
  • Free models supported (DeepSeek free, Gemini free tier, etc.)
  • Shell command execution via ! prefix
  • Streaming SSE responses
  • Bearer token auth
  • Docker image: ghcr.io/nmhuei/opencode2claude
  • Crates.io: cargo install opencode2claude

Install

cargo install opencode2claude
docker pull ghcr.io/nmhuei/opencode2claude

Quick start

source start.sh
claude

Full Changelog: https://github.com/nmhuei/opencode2claude/commits/v0.2.0