Docs

Vagaris CLI

Current public summary of the shipped Vagaris CLI. CLI-specific source docs still ship with the repository; this page is the same-origin summary for the product site.

Install reality first: repository-local usage is the demonstrable path today. Public npm and Homebrew publication are still pending release-day work, so this page does not present them as live installers.

Quickstart

Run from a cloned checkout today.

pnpm install
pnpm vagaris onboard --yes
pnpm vagaris run

Published installers: npm install -g @vagarylabs/vagaris, brew tap Cramraika/vagaris && brew install vagaris, or npx --yes --package=@vagarylabs/vagaris vagaris --version to run it without installing.

Overview

The CLI carries global flags, context profiles, secrets flows, and the canonical vagaris command. The legacy vagris executable remains a temporary compatibility alias and warns on stderr.

Setup commands

run, onboard, doctor, configure, env, and allowed-hostname are the setup and diagnostics surface.

Control-plane commands

issues, companies, agents, approvals, activity, dashboard, heartbeat, and skills management are already public CLI surfaces.

Developers

Codex Local, Claude Local, and Gemini Local adapters ship with environment checks and local CLI wiring. Node enrolment, status, doctor, and capabilities commands are public too.

Deployment

The current deployment modes are local_trusted, authenticated + private, and authenticated + public, with Tailscale/LAN hostname allowlisting for private reachability.

Supported platforms

The CLI targets Node 20+ and supports macOS and Linux directly, with Windows marked experimental in the shipped support matrix.

For platform capability docs, stay on this site: getting started, guides, and API reference. For the product surface itself, see /products/vagaris.