compaction CLI installer host ============================= This host serves ONLY the compaction CLI installer. It is not the marketing site and contains no tracking, no analytics, and no telemetry. Install (read the script first, then pipe to sh): curl -fsSL https://cli.compaction.dev/install | less # read it first curl -fsSL https://cli.compaction.dev/install | sh # then install Or install directly from npm (no curl needed): npm install -g @compaction/cli # then: compaction init npx @compaction/cli --help # no global install The installer makes no network call except the npm install of @compaction/cli, uses no sudo by default (installs into a user-writable prefix), and collects no telemetry. Source: scripts/install.sh in the compaction repo. The installer script is at /install on this host.