Skip to content
Oriyn
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 | bash

Package managers

bun add -g oriyn

Run once

bunx oriyn

Runtime 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 status

For CI or sandboxed agents, set ORIYN_ACCESS_TOKEN instead of relying on an interactive browser login.

Upgrade And Uninstall

oriyn upgrade
curl -fsSL https://oriyn.ai/install.sh | bash -s -- --uninstall

On this page