Skip to content

v3.1.9

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Aug 10:36
42f6dfe

Installation

Stable (recommended for end users)

# Easiest path: one-liner curl installer. Works on
# Linux, macOS, and Windows (Git Bash / MSYS2 / Cygwin / WSL).
curl -fsSL https://raw.githubusercontent.com/Khip01/opencode-rich-presence/main/install.sh | bash

Pin to a specific version:

curl -fsSL https://raw.githubusercontent.com/Khip01/opencode-rich-presence/main/install.sh \
  | ORP_VERSION=v3.1.9 bash

Manual install from the tarball (any platform, including Windows)

# Download from the asset below, then:
npm install -g ./opencode-rich-presence-v3.1.9.tgz
opencode-rpc install

Why not npm install -g Khip01/opencode-rich-presence#v3.1.9?

npm v11 has a bug installing global git deps: the install
appears to succeed (added 1 package) but the
opencode-rpc binary is missing. Always install from a
local tarball. See
TROUBLESHOOTING.md
for the full story.

Upgrade

Once installed, use opencode-rpc update to upgrade:

opencode-rpc update                    # latest stable release tag
opencode-rpc update --stable           # force install latest stable
opencode-rpc update --dev <branch>     # latest commit on <branch>
opencode-rpc update --ref v3.1.9    # install a specific tag, branch, or SHA
opencode-rpc update --repo <fork>      # install from a fork

What's in v3.1.9

See CHANGELOG.md for full details.