AI coding agent, built for the terminal. https://opencode.ai
Find a file
2025-06-13 17:42:56 -04:00
.github/workflows ci 2025-06-12 18:30:19 -04:00
infra Infra: use Astro component 2025-06-07 23:46:56 -04:00
packages disable autoshare 2025-06-13 17:30:17 -04:00
scripts CI (#43) 2025-04-22 21:16:14 -04:00
.gitignore wip: refactoring tui 2025-06-04 09:20:48 -05:00
bun.lock sync 2025-06-12 13:49:43 -04:00
bunfig.toml Optimize package management with catalog and exact versions 2025-05-30 21:56:37 -04:00
install commit and push 2025-06-13 16:42:31 -04:00
LICENSE sync 2025-05-30 20:48:36 -04:00
package.json Infra: use Astro component 2025-06-07 23:46:56 -04:00
README.md sync 2025-06-13 17:42:56 -04:00
screenshot.png screenshot 2025-06-13 17:42:14 -04:00
sst-env.d.ts Infra: use Astro component 2025-06-07 23:46:56 -04:00
sst.config.ts sync 2025-05-30 20:48:36 -04:00
tsconfig.json sync 2025-05-30 20:48:36 -04:00

OpenCode Terminal UI

AI coding agent, built for the terminal.

Note: version 0.1.x is a full rewrite and we do not have proper documentation for it yet. Should have this out week of June 17th 2025

Installation

If you have a previous version of opencode < 0.1.x installed you might have to remove it first.

Curl

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

NPM

npm i -g opencode-ai@latest
bun i -g opencode-ai@latest
pnpm i -g opencode-ai@latest
yarn global add opencode-ai@latest

Brew

brew install sst/tap/opencode

AUR

paru -S opencode-bin

Usage

We are working on proper keybinds - right now it's the various function keys press F1 to see them