Install
Each Ordo component installs on the machine that runs it. The install script downloads a prebuilt binary, verifies its SHA-256 checksum, and checks the minisign signature when minisign is installed. Debian and RPM packages are published alongside the archives in the same release.
Install Ordo
Section titled “Install Ordo”Operator workstation
Section titled “Operator workstation”The machine you operate Ordo from gets the ordo operator CLI and ordo-state
(module authoring and validation). This is the default install:
curl -fsSL https://getordo.dev/install.sh | shirm https://getordo.dev/install.ps1 | iexOrchestrator host
Section titled “Orchestrator host”The control host gets ordo-orchestrator:
curl -fsSL https://getordo.dev/install.sh | sh -s -- ordo-orchestrator& ([scriptblock]::Create((irm https://getordo.dev/install.ps1))) -Bin ordo-orchestratorManaged machines
Section titled “Managed machines”Each machine you want to manage gets ordo-agent:
curl -fsSL https://getordo.dev/install.sh | sh -s -- ordo-agent& ([scriptblock]::Create((irm https://getordo.dev/install.ps1))) -Bin ordo-agentCreate your operator identity
Section titled “Create your operator identity”Back on your workstation, generate an operator keypair:
ordo operator initThis prints your public key (hex) and operator ID. The public key is used to bootstrap the orchestrator in the next step; the private key stays in the operator data directory and is never shared. If you lose track of the public key, print it again with:
ordo operator whoami