

Install GAIA CLI
Set up your self-hosted GAIA instance with a single command
Available Commands
| COMMAND | DESCRIPTION |
|---|---|
gaia init | Full setup from scratch (clone, configure, start) |
gaia setup | Configure an existing GAIA repository |
gaia start | Start GAIA services (self-host mode) |
gaia dev | Run developer mode in Nx TUI (`gaia dev` or `gaia dev full`) |
gaia dev full | Run developer mode + workers in Nx TUI |
gaia logs | Stream logs for running GAIA services |
gaia stop | Stop all GAIA services (safe mode by default) |
gaia stop --force-ports | Aggressively stop listeners on app ports |
gaia status | Check health of all GAIA services |
gaia --version | Show the current CLI version |
gaia --help | Display help and all available commands |