v3.1.8
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 | bashPin to a specific version:
curl -fsSL https://raw.githubusercontent.com/Khip01/opencode-rich-presence/main/install.sh \
| ORP_VERSION=v3.1.8 bashManual install from the tarball (any platform, including Windows)
# Download from the asset below, then:
npm install -g ./opencode-rich-presence-v3.1.8.tgz
opencode-rpc installWhy not npm install -g Khip01/opencode-rich-presence#v3.1.8?
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.8 # install a specific tag, branch, or SHA
opencode-rpc update --repo <fork> # install from a forkWhat's in v3.1.8
See CHANGELOG.md for full details.