The kairosctl binary is provided as part of releases associated to each Kairos version. It can be used from an external machine to generate network tokens and pair nodes on first-boot. curl -L https://github.com/kairos-io/provider-kairos/releases/download/v2.7.1/kairosctl-.v2.7.1-.linux-.amd64.tar.gz -o - | tar -xvzf - -C . # optionally, install the CLI locally mv kairosctl /usr/local/bin/kairosctl chmod +x /usr/local/bin/kairosctl ./kairosctl --help NAME: kairosctl - A new cli application US...