GPU VMs, clusters, billing, and provider tools from your terminal.
This repository publishes the signed release binaries for orl. The source lives in the OpenRelay monorepo.
brew install openrelayinc/tap/orlDownload the .deb or .rpm for your architecture from the latest release and install it:
sudo dpkg -i orl_*_linux_amd64.deb # Debian/Ubuntu
sudo rpm -i orl_*_linux_amd64.rpm # Fedora/RHELGrab the archive for your platform from the latest release, extract it, and put orl on your PATH. Each archive also contains shell completions and man pages.
Releases ship a checksums.txt plus a keyless cosign signature bundle (checksums.txt.bundle) and an SBOM per artifact.
# checksum
sha256sum -c checksums.txt --ignore-missing
# signature (cosign, keyless via Sigstore)
cosign verify-blob \
--bundle checksums.txt.bundle \
--certificate-identity-regexp 'https://github.com/OpenRelayInc/OpenRelay/.*' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
checksums.txtorl auth login --org <org-id>
orl deploy trainer --gpu-model h100 --gpu-count 1 --wait
orl vms ssh <vm-id>
orl balanceRun orl --help, orl <command> --help, or orl exit-codes for more.