download
.reggie.ml

One-line installer for reggie + mars. Detects platform, verifies SHA-256 checksums, drops both binaries in ~/.local/bin (or /usr/local/bin if root).

curl -fsSL https://download.reggie.ml | sh

Install only one

curl -fsSL https://download.reggie.ml | SKIP_MARS=1 sh
curl -fsSL https://download.reggie.ml | SKIP_REGGIE=1 sh

Pin a version

curl -fsSL https://download.reggie.ml \
  | REGGIE_VERSION=0.1.0 MARS_VERSION=1.0.0 sh

What you can read first