CLI
CLI Installation
Install and authenticate the Oriyn CLI.
Install the standalone binary with the shell installer or install the npm package with Bun available at runtime, then authenticate with oriyn auth login.
Install Options
Standalone binary
curl -fsSL https://oriyn.ai/install.sh | bashPackage managers
bun add -g oriynRun once
bunx oriynRuntime note
The npm-published CLI package requires Bun 1.2 or newer at runtime. The shell installer is the zero-dependency path because it downloads a precompiled binary.
Authenticate
oriyn auth login
oriyn auth whoami
oriyn auth statusFor CI or sandboxed agents, set ORIYN_ACCESS_TOKEN instead of relying on an interactive browser login.
Upgrade And Uninstall
oriyn upgradecurl -fsSL https://oriyn.ai/install.sh | bash -s -- --uninstall