Download the installer
Use the public cig.lat endpoint to fetch the same install script that lives in the repository.
Install CIG
The public installer at cig.lat is the fastest path into the platform. It validates your machine, launches the guided setup flow, and boots the first graph snapshot so you can connect to the dashboard right away.
Web install
Paste the hosted command straight into bash.
curl -fsSL https://cig.lat/install.sh | bashThe same script is also available in a cloned checkout as ./install.sh.
The public installer resolves the current published npm version before launching the wizard, so the version banner matches the binary you actually install.
Use the public cig.lat endpoint to fetch the same install script that lives in the repository.
The wizard validates prerequisites, asks for the install mode, and launches the correct bootstrap path.
Pick self-hosted for Docker Compose or managed for the cloud-connected node runtime bundle.
The installer captures the first graph snapshot and uploads it as soon as auth is available.
After install
The installer launches the guided onboarding wizard and hands off to the CLI.
Use cig setup to rerun onboarding later.
Use cig status and cig open to check the install and open the dashboard URL.
Quick links
The installer and the guide are both published from the CIG landing app, so the public URL always matches the deployed site.