aboutsummaryrefslogtreecommitdiffstats
path: root/opencode-bin/README
blob: 3df10f107cdd68b71e4443f1825e4c1e2f36e2a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
opencode-bin is a pre-built binary repackage of opencode, a
powerful AI coding agent built for the terminal. It supports
multiple LLM providers including OpenAI, Anthropic, Google Gemini,
and others.

No compilation is required; the official upstream binary is
statically linked and has no runtime library dependencies.

To use opencode, you need an API key for at least one supported
LLM provider. Set the appropriate environment variable (e.g.
OPENAI_API_KEY, ANTHROPIC_API_KEY) or configure it via opencode's
interactive setup.

Homepage: https://github.com/opencode-ai/opencode

NOTE FOR aarch64 USERS: The aarch64 tarball is not listed in the
.info file (not a standard SBo field). Download it manually before
building:

wget https://github.com/opencode-ai/opencode/ \
    releases/download/v0.0.55/opencode-linux-arm64.tar.gz