CLI AND SDK INSTALLS

Install from a package manager or reviewed binary.

The previous standalone installer is retired. Use a package registry, Homebrew, or a versioned public release so the artifact and update path remain explicit.

01

npm · recommended

Installs the current Octoryn command-line client from npm.

npm install -g @octoryn/cli
02

Homebrew · macOS/Linux

Installs the CLI through the Octopus Homebrew tap.

brew install octopusos/tap/octoryn
03

Python SDK

Installs the supported Octoryn Python SDK distribution.

pip install octoryn-llm
04

TypeScript SDK

Installs the Octoryn TypeScript client package.

npm install @octoryn/sdk

PUBLIC RELEASES

Standalone binaries

Versioned macOS and Linux binaries and SHA-256 files are published in the public release repository. Choose the artifact matching your operating system and architecture.

Open CLI v2.0.6 releases

After installation

octoryn --versionoctoryn auth statusoctoryn models list

Do not pipe an unverified remote script into a shell. Review the package source, release tag and checksum before installing a standalone binary.