opencode

opencode

By SST

SST's open-source, model-agnostic terminal coding agent with a TUI

v1.18.42026-07-20TypeScriptMIT
188.8k Completely free Open source

Doc version 1.0 · Updated

Related tools

Overview

opencode is an open-source coding agent for the terminal from the SST team, built around a fast TUI and a client/server design.
It is model-agnostic — use any provider — and works alongside whatever editor you already have.

flowchart LR
  task[task in TUI] --> oc[opencode]
  oc --> model[(your model)]
  oc --> edit[edit + run]
  edit --> oc
  oc --> review[review diffs]

When to use it

Choose opencode when you want a terminal-first coding agent with a strong TUI and no editor lock-in, driving your own model from the command line.