OpenCode
Connects developers to 75+ large language model providers via a terminal, desktop app, or IDE extension to generate, edit, and debug code
It takes care to curate a safe software space. Help us do more.
&
| + | Multi-Provider Models free | Connects to more than 75 large language model providers through the Models.dev catalog, including Claude, GPT, and Gemini, so developers can switch models without changing their workflow. |
|---|---|---|
| + | Automatic LSP Loading free | Automatically loads the Language Server Protocol matching the active codebase, reducing syntax and reference errors the underlying model would otherwise introduce. |
| + | Multi-Session Agents free | Runs multiple agent sessions in parallel on the same project, letting developers pursue separate tasks at once instead of waiting on a single response. |
| + | Session Sharing free | Generates a shareable link for any coding session, allowing teammates to review the conversation and diff for debugging or reference without reproducing it locally. |
| + | Subscription Login free | Signs in with an existing GitHub Copilot or ChatGPT Plus/Pro account, letting users reuse AI subscriptions they already pay for instead of buying separate API credits. |
| + | Local Model Support free | Connects to locally hosted models through Ollama or LM Studio, enabling coding assistance to run entirely offline in privacy-sensitive environments. |
| + | Cross-Interface Access free | Runs as a terminal UI, desktop application, or IDE extension for VS Code, Cursor, Zed, Windsurf, and VSCodium, so developers can keep working in their preferred environment. |
| + | Curated Model Marketplace zen | Provides pay-per-request access to a benchmarked set of coding-optimized models with no markup pricing, removing the need to evaluate provider quality manually. |
| + | SSO and Gateway Integration enterprise | Integrates with an organization’s single sign-on and internal AI gateway, allowing enterprises to deploy the agent org-wide under existing access controls. |
...3 more features/limitations. Contact us to get a complete list of features and system requirements.
System Requirements
| # | Minimum |
|---|---|
| 1 | Windows (arm64 or x64) |
| # | Minimum |
|---|---|
| 1 | macOS (Apple Silicon or Intel) |
| # | Minimum |
|---|---|
| 1 | Linux (arm64 or x64) |
Ratings
Not available, but we appreciate help! You can help us improve this page by contacting us.
Repository
License
Categories
Notes
- The core CLI, TUI, desktop app, and IDE extensions are free and open source (MIT). OpenCode Zen is an optional pay-per-request model marketplace, and OpenCode Enterprise is a separate contact-sales tier for SSO/gateway deployment.
- Baseline build: Tailored for older computer processors that lack advanced instruction sets like AVX2 [ source]
- musl build: Tailored for Linux based OS that ship with
muslinstead ofgcc(often used in containerized environments) likeAlpine OS. - A different, now-archived Go-based project also used the “OpenCode” name (opencode-ai/opencode); it stopped being maintained under that name around September 2025 and is now available under “charmbracelet/crush”. This entry covers the actively maintained “anomalyco/opencode” project at opencode.ai.