Skip to content

Getting started

Terminal window
curl -fsSL https://tryrigg.com/install | bash

Specific version:

Terminal window
curl -fsSL https://tryrigg.com/install | bash -s -- --version v0.1.0

macOS only (prebuilt binary). Or build from source:

Terminal window
cargo install --path crates/cli

Requirements: codex on PATH for codex steps, claude on PATH for claude steps.

Terminal window
rigg init # creates .rigg/ with example workflows
rigg validate # check YAML syntax
rigg run hello --input name=Rigg # run a workflow

--input key=value auto-parses JSON — true, 42, ["a"], {"x":1} all work.

Terminal window
rigg status # list recent runs
rigg status <run_id> --json # details as JSON
rigg logs <run_id> # full output
rigg logs <run_id> --node step_id # specific step

Run data is stored under .rigg/runs/<run_id>/.

FlagBehavior
(default)Interactive progress (TTY only)
--jsonJSON snapshot to stdout
--quietMinimal output