Bridge your Claude Work subscription to OpenCode. One install, full agent.
Linux / WSL:
curl -fsSL https://raw.githubusercontent.com/ClintonSarkar/clawde/main/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/ClintonSarkar/clawde/main/install.ps1 | iexclawde connects OpenCode to your Claude Work subscription via a local proxy — no API credits required.
OpenCode (coding agent) → CCProxy (localhost) → Claude Work subscription
clawde start # start CCProxy + OpenCode
clawde stop # stop both services
clawde status # health check both services
clawde config # view or edit configuration
clawde auth # re-authenticate Claude
clawde update # update to latest versions
clawde logs # tail logs (clawde logs proxy -f)- Linux/WSL: bash, curl, Python 3.10+, pipx or uv
- Windows: PowerShell 5+, Python 3.10+, pip or uv
- Claude Work subscription (or Claude Code Max)
Note (Windows users): The pre-built
ccproxy.exein upstream releases currently ships without the Claude/Codex auth provider plugins (see CaddyGlow/ccproxy-api#75). Theclawdeinstaller detects this and automatically falls back to installingccproxy-api[plugins-claude,plugins-codex]viapipxsoclawde authworks out of the box. If you want to do it manually:pipx install "ccproxy-api[plugins-claude,plugins-codex]".
clawde is a deployment wrapper — it installs and configures two open-source tools:
It does not contain their source code. It installs pre-built binaries and packages from GitHub releases and PyPI.
Config lives at:
- Linux/WSL:
~/.config/clawde/clawde.toml - Windows:
%APPDATA%\clawde\clawde.toml
Edit with clawde config --edit or view with clawde config.
MIT