opencode/README.md

41 lines
848 B
Markdown
Raw Normal View History

2025-04-25 04:34:57 +08:00
```
2025-06-14 04:26:34 +08:00
█▀▀█ █▀▀█ █▀▀ █▀▀▄ █▀▀ █▀▀█ █▀▀▄ █▀▀
█░░█ █░░█ █▀▀ █░░█ █░░ █░░█ █░░█ █▀▀
▀▀▀▀ █▀▀▀ ▀▀▀ ▀ ▀ ▀▀▀ ▀▀▀▀ ▀▀▀ ▀▀▀
2025-04-25 04:34:57 +08:00
```
2025-06-14 04:37:58 +08:00
2025-06-14 04:45:58 +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 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
```