Skip to content

Installation

The CLI is distributed as an npm package from the public npm registry. It requires Node.js 24 or newer. Install the CLI globally with your preferred package manager:

Terminal window
npm install -g @rogatio/cli
Terminal window
pnpm add -g @rogatio/cli
Terminal window
bun add -g @rogatio/cli
Terminal window
vp install -g @rogatio/cli

Verify the install:

Terminal window
rogatio --help

The public CLI consists exactly of edit, verify, and runtime. See the CLI reference.

The extension is unsigned and manually loaded from a GitHub Release ZIP. There is no browser-store install or automatic update.

  1. Download the extension ZIP attached to the latest GitHub Release.
  2. Unpack it to a stable local directory.
  3. Open chrome://extensions, enable Developer mode, and choose Load unpacked.
  4. Select the unpacked extension directory.

Chrome sideloading may require the organization’s extension entitlement. The extension does not request broad host permissions up front; you grant only each project’s declared site access when you import a project (see Chrome extension).