Skip to content

Install

The one-liner

Terminal window
npm i -g @glrs-dev/cli

This installs the unified glrs dispatcher plus all three sub-tools (harness-opencode, gs-agentic / gsag, gs-assume / gsa) as dependencies.

Verify:

Terminal window
glrs --help
glrs oc --help
glrs agentic --help
glrs assume --help

Install tools individually

If you only need one:

Terminal window
npm i -g @glrs-dev/harness-opencode
npm i -g @glrs-dev/agentic
npm i -g @glrs-dev/assume

Or for assume:

Terminal window
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