opencode/README.md

41 lines
766 B
Markdown
Raw Normal View History

2025-06-14 04:47:15 +08:00
[![OpenCode Terminal UI](screenshot.png)](https://github.com/sst/opencode)
2025-06-14 04:43:53 +08:00
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
2025-06-14 04:37:58 +08:00
## Installation
2025-06-14 05:23:16 +08:00
If you have a previous version of opencode < 0.1.x installed you might have to remove it first.
2025-06-14 04:42:31 +08:00
### Curl
```
curl -fsSL https://opencode.ai/install | bash
```
2025-06-14 04:37:58 +08:00
### 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
```
2025-06-14 04:42:31 +08:00
### AUR
2025-06-14 04:37:58 +08:00
```
paru -S opencode-bin
```
2025-06-14 05:24:45 +08:00
## Usage
We are working on proper keybinds - right now it's the various function keys press F1 to see them