Skip to content

Releases: neumark/opencode

v1.18.29-neumark.2

Choose a tag to compare

@neumark neumark released this 08 Sep 07:50

Fork build of opencode with the configurable web UI title change, built from branch web-ui-title (commit 374b444), on top of upstream 1.18.29.

What's new since v1.18.29-neumark.1

OPENCODE_WEB_UI_TITLE sets the browser tab title of the served web UI, so multiple instances can be told apart:

OPENCODE_WEB_UI_TITLE="work: frontend" opencode web

Unset or blank leaves the title as OpenCode. Upstream PR: anomalyco#47907

Asset

Platform Asset Size
Linux arm64 (aarch64, glibc) opencode-linux-arm64.tar.gz 58M
sha256  1648bbada06d6690e9d496d638f86d93ef72a215dd4341a2e7d65a561f682ac8

Install

curl -fsSL -o opencode.tar.gz \
  https://github.com/neumark/opencode/releases/download/v1.18.29-neumark.2/opencode-linux-arm64.tar.gz
tar -xzf opencode.tar.gz
install -m755 opencode ~/.local/bin/opencode

Requires ripgrep on PATH. Built against glibc (not musl), so it needs a glibc-based distro.

v1.18.29-neumark.1

Choose a tag to compare

@neumark neumark released this 08 Sep 07:17

Fork build of opencode, based on upstream anomalyco/opencode at commit ecbc6cc (upstream version 1.18.29).

Asset

Platform Asset Size
Linux arm64 (aarch64, glibc) opencode-linux-arm64.tar.gz 58M
sha256  2c9804a76958d30a2bf979069ccd33e555b3841296a52d73f00e410ead9623c3

Install

curl -fsSL -o opencode.tar.gz \
  https://github.com/neumark/opencode/releases/download/v1.18.29-neumark.1/opencode-linux-arm64.tar.gz
tar -xzf opencode.tar.gz
install -m755 opencode ~/.local/bin/opencode

Requires ripgrep on PATH. Built against glibc (not musl), so it needs a glibc-based distro.