Start typing to search the documentation.

Docs navigation

Intro

OpenCode is an open source AI coding agent. It’s available as a terminal-based interface, desktop app, or web app.

CLI

curl -fsSL https://opencode.ai/v2/install | bash

The npm package uses a trusted postinstall script to select the native opencode binary for your platform. The Bun and pnpm commands above explicitly allow that script to run.

Windows package managers are not supported.

Download a standalone CLI binary for your platform.

Desktop

Download the latest OpenCode Desktop build for your platform.

Web

Access the OpenCode web interface with the opencode pair command.

$ opencode pair

  URLs      http://127.0.0.1:49374
  Username  opencode
  Password  ********

Docker

Docker images use versioned tags, for example ghcr.io/anomalyco/opencode:2.0.0.


Connect

OpenCode has built in support for many LLM providers - you can connect to them directly in the TUI with /connect.

See Providers to configure custom providers.

If you’d like easy access to all the best coding models you can try out OpenCode Console.

You can also try OpenCode Go a $10/month subscription plan that grants you access to the best open source models.


Customize

Make OpenCode your own by editing the OpenCode config, loading plugins, connecting MCP servers, or creating commands. For terminal interface themes and keybindings, see CLI settings.