Install
The one-liner
npm i -g @glrs-dev/cliThis installs the unified glrs dispatcher plus all three sub-tools (harness-opencode, gs-agentic / gsag, gs-assume / gsa) as dependencies.
Verify:
glrs --helpglrs oc --helpglrs agentic --helpglrs assume --helpInstall tools individually
If you only need one:
npm i -g @glrs-dev/harness-opencodenpm i -g @glrs-dev/agenticnpm i -g @glrs-dev/assumeOr for assume:
npm i -g @glrs-dev/assume[!NOTE] Crates.io publishing of
glrs-assume(cargo install glrs-assume) is planned but not yet enabled. For now, npm is the only install path.
Requirements
- Node.js ≥ 20.10 for the TypeScript packages
- macOS, Linux, or Windows on x64 or arm64 for
@glrs-dev/assume(prebuilt binary platforms) - GitHub CLI (
gh) for@glrs-dev/agentic’s GitHub-interacting commands