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:
npm install -g @rogatio/clipnpm add -g @rogatio/clibun add -g @rogatio/clivp install -g @rogatio/cliVerify the install:
rogatio --helpThe public CLI consists exactly of edit, verify, and runtime. See the
CLI reference.
Chrome extension
Section titled “Chrome extension”The extension is unsigned and manually loaded from a GitHub Release ZIP. There is no browser-store install or automatic update.
- Download the extension ZIP attached to the latest GitHub Release.
- Unpack it to a stable local directory.
- Open
chrome://extensions, enable Developer mode, and choose Load unpacked. - 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).