Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/outray-tunnel/outray/llms.txt

Use this file to discover all available pages before exploring further.

1

Check prerequisites

OutRay requires Node.js 18 or higher. Verify your Node.js version before installing:
node --version
If you need to install or upgrade Node.js, download it from nodejs.org.
2

Install the CLI

Install OutRay globally using your preferred package manager:
npm install -g outray
3

Verify the installation

Confirm OutRay installed correctly by checking the version:
outray --version
You should see the installed version number, for example: outray version 0.1.9.

Updating

To upgrade OutRay to the latest version, run the install command again with the @latest tag:
npm install -g outray@latest

Uninstalling

To remove OutRay from your system:
npm uninstall -g outray

Build docs developers (and LLMs) love