diff options
| author | Danilo M. <danix@danix.xyz> | 2026-03-31 13:43:49 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-03-31 13:43:49 +0200 |
| commit | 135dcccf5737db7707e783afe3e0f1f73532b459 (patch) | |
| tree | 25d534864dfecdf455ba177856e3c87843dee45f /opencode-bin/README | |
| parent | c373387877a03d3a7752a46cac3c832aa42b4628 (diff) | |
| download | my-slackbuilds-135dcccf5737db7707e783afe3e0f1f73532b459.tar.gz my-slackbuilds-135dcccf5737db7707e783afe3e0f1f73532b459.zip | |
opencode-bin: add version 0.0.55
Diffstat (limited to 'opencode-bin/README')
| -rw-r--r-- | opencode-bin/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/opencode-bin/README b/opencode-bin/README new file mode 100644 index 0000000..db50e02 --- /dev/null +++ b/opencode-bin/README @@ -0,0 +1,19 @@ +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 |
