Skip to content

OpenRelayInc/orl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

orl — the OpenRelay CLI

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.

Install

Homebrew (macOS and Linux)

brew install openrelayinc/tap/orl

Debian / Ubuntu (deb) and Fedora / RHEL (rpm)

Download 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/RHEL

Direct download

Grab 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.

Verify a download

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.txt

Getting started

orl auth login --org <org-id>
orl deploy trainer --gpu-model h100 --gpu-count 1 --wait
orl vms ssh <vm-id>
orl balance

Run orl --help, orl <command> --help, or orl exit-codes for more.

About

The OpenRelay CLI (orl): GPU VMs, clusters, billing, and provider tools from your terminal. Release binaries; source lives in the OpenRelay monorepo.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors