OpenClaude opens coding-agent workflows to any LLM — OpenAI, Gemini, DeepSeek, Ollama, and 200+ models
$git clone https://github.com/gitlawb/openclaudeInstalls into the current project.
Install openclaude by running `git clone https://github.com/gitlawb/openclaude`, then use it for the current task and follow its documentation at https://github.com/gitlawb/openclaude.
| 1 | <div align="center"> |
| 2 | <img src="docs/assets/openclaude-wordmark.svg" alt="OpenClaude — Open terminal for any LLM" width="830"> |
| 3 | |
| 4 | <p> |
| 5 | <a href="https://trendshift.io/repositories/25807?utm_source=trendshift-badge&utm_medium=badge&utm_campaign=badge-trendshift-25807" target="_blank" rel="noopener noreferrer"><img src="https://trendshift.io/api/badge/trendshift/repositories/25807/daily?language=TypeScript" alt="Gitlawb%2Fopenclaude | Trendshift" width="250" height="55"/></a> |
| 6 | <a href="https://trendshift.io/repositories/25807?utm_source=trendshift-badge&utm_medium=badge&utm_campaign=badge-trendshift-25807" target="_blank" rel="noopener noreferrer"><img src="https://trendshift.io/api/badge/trendshift/repositories/25807/monthly?language=TypeScript" alt="Gitlawb%2Fopenclaude | Trendshift" width="250" height="55"/></a> |
| 7 | <a href="https://trendshift.io/repositories/25807?utm_source=repository-badge&utm_medium=badge&utm_campaign=badge-repository-25807" target="_blank" rel="noopener noreferrer"><img src="https://trendshift.io/api/badge/repositories/25807" alt="Gitlawb%2Fopenclaude | Trendshift" width="250" height="55"/></a> |
| 8 | </p> |
| 9 | </div> |
| 10 | |
| 11 | OpenClaude is an open-source coding-agent CLI for cloud and local model providers. |
| 12 | |
| 13 | Use OpenAI-compatible APIs, Gemini, GitHub Models, Codex OAuth, Codex, Ollama, Atomic Chat, and other supported backends while keeping one terminal-first workflow: prompts, tools, agents, MCP, slash commands, and streaming output. |
| 14 | |
| 15 | [](https://github.com/Gitlawb/openclaude/actions/workflows/pr-checks.yml) |
| 16 | [](https://github.com/Gitlawb/openclaude/tags) |
| 17 | [](https://github.com/Gitlawb/openclaude/discussions) |
| 18 | [](https://discord.gg/k68zFR6AcB) |
| 19 | [](https://x.com/gitlawb) |
| 20 | [](SECURITY.md) |
| 21 | [](LICENSE) |
| 22 | |
| 23 | OpenClaude is also mirrored to GitLawb: |
| 24 | [gitlawb.com/node/repos/z6MkqDnb/openclaude](https://gitlawb.com/node/repos/z6MkqDnb/openclaude) |
| 25 | |
| 26 | [Quick Start](#quick-start) | [Setup Guides](#setup-guides) | [Providers](#supported-providers) | [Development](#development) | [VS Code Extension](#vs-code-extension) | [Sponsors](#sponsors) | [Community](#community) |
| 27 | |
| 28 | ## Sponsors |
| 29 | |
| 30 | <table align="center"> |
| 31 | <tr> |
| 32 | <td align="center" width="150" height="80"> |
| 33 | <a href="https://gitlawb.com"> |
| 34 | <img src="https://gitlawb.com/logo.png" alt="GitLawb logo" width="72"> |
| 35 | </a> |
| 36 | </td> |
| 37 | <td align="center" width="150" height="80"> |
| 38 | <a href="https://bankr.bot"> |
| 39 | <img src="https://bankr.bot/favicon.svg" alt="Bankr.bot logo" width="72"> |
| 40 | </a> |
| 41 | </td> |
| 42 | <td align="center" width="150" height="80"> |
| 43 | <a href="https://atomic.chat/"> |
| 44 | <img src="docs/assets/atomic-chat-logo.png" alt="Atomic Chat logo" width="72"> |
| 45 | </a> |
| 46 | </td> |
| 47 | <td align="center" width="150" height="80"> |
| 48 | <a href="https://mimo.mi.com"> |
| 49 | <img src="https://mimo.xiaomi.com/mimo-v2-pro/assets/logo.svg" alt="Xiaomi MiMo logo" width="136"> |
| 50 | </a> |
| 51 | </td> |
| 52 | <td align="center" width="150" height="80"> |
| 53 | <a href="https://www.atlascloud.ai/"> |
| 54 | <img src="docs/assets/atlas-cloud-banner.png" alt="Atlas Cloud logo" width="136"> |
| 55 | </a> |
| 56 | </td> |
| 57 | </tr> |
| 58 | <tr> |
| 59 | <td align="center"><a href="https://gitlawb.com"><strong>GitLawb</strong></a></td> |
| 60 | <td align="center"><a href="https://bankr.bot"><strong>Bankr.bot</strong></a></td> |
| 61 | <td align="center"><a href="https://atomic.chat/"><strong>Atomic Chat</strong></a></td> |
| 62 | <td align="cen |