Install
The lrok CLI is a single static binary. Pick the install method that fits your operating system. After installing, run lrok version to verify.
macOS & Linux
The bash installer downloads the latest release for your architecture and drops it in ~/.local/bin.
curl -fsSL https://lrok.io/install.sh | bashWindows (PowerShell)
Run an elevated PowerShell prompt and paste the line below. The installer places lrok.exe on your PATH.
iwr -useb https://lrok.io/install.ps1 | iexVerify
Confirm the binary is on your PATH and reports a version number.
$ lrok version
lrok 1.0.0 (linux/amd64)Sign in
Authenticate the CLI with your lrok account. This opens a browser window and stores a token in ~/.config/lrok/config.toml.
lrok login