Skip to main content

Installation

@voiden/runner is published to npm. Install it globally to get the voiden-runner command available system-wide.


Requirements

Node.js 18 or higher is required. We recommend using the latest LTS release.

Check your version:

node --version

Install globally

npm install -g @voiden/runner

Once installed, voiden-runner is available in any directory:

voiden-runner --version

Run without installing (npx)

Since @voiden/runner is on npm, you can run it without a global install using npx:

npx @voiden/runner run auth.void
When to use npx

npx is ideal for CI/CD pipelines where you want to always pull the latest version without managing a global install. It downloads and caches the package automatically on first use.


Update to the latest version

npm install -g @voiden/runner@latest

Verify the installation

voiden-runner --version
voiden-runner --help