aboutsummaryrefslogtreecommitdiffstats
path: root/opencode-bin/README
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-03-31 14:36:09 +0200
committerDanilo M. <danix@danix.xyz>2026-03-31 14:36:09 +0200
commit4723f607b74d09518ac582b635cdae1951697dd7 (patch)
treef11f63a9a47f6cd7925e4a89c44c1ed4fd3ecdf2 /opencode-bin/README
parent13bbd5009a7de18dfcad888bbcb45e38b166d2fb (diff)
downloadmy-slackbuilds-4723f607b74d09518ac582b635cdae1951697dd7.tar.gz
my-slackbuilds-4723f607b74d09518ac582b635cdae1951697dd7.zip
fixed opencode slackbuild and related entries in all files.
Diffstat (limited to 'opencode-bin/README')
-rw-r--r--opencode-bin/README36
1 files changed, 15 insertions, 21 deletions
diff --git a/opencode-bin/README b/opencode-bin/README
index 3df10f1..1b8e8d0 100644
--- a/opencode-bin/README
+++ b/opencode-bin/README
@@ -1,21 +1,15 @@
-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
+OpenCode is an open source agent that helps you write code in your
+terminal, IDE, or desktop.
+
+ - LSP enabled Automatically loads the right LSPs for the LLM
+ - Multi-session Start multiple agents in parallel on the same project
+ - Share links Share a link to any session for reference or to debug
+ - GitHub Copilot Log in with GitHub to use your Copilot account
+ - ChatGPT Plus/Pro Log in with OpenAI to use your ChatGPT Plus or Pro
+ account
+ - Any model 75+ LLM providers through Models.dev, including local
+ models
+ - Any editor Available as a terminal interface, desktop app, and
+ IDE extension
+
+This Package delivers the binary released from mainstream