summaryrefslogtreecommitdiffhomepage
path: root/README.md
blob: 8f455309dc9ee690ddff91186e8e94cda3b18c6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[![OpenCode Terminal UI](screenshot.png)](https://github.com/sst/opencode)

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