Skip to main content

Installing qumod

qumod is the official command-line interface and automation runtime for Qumo Deploy. It is compiled as a self-contained, native executable with no external dependencies (neither Node.js nor Deno is required on the host system). Pre-built standalone binaries are published with each release from the official repository:

macOS & Linux Quick Install

Run the following command to detect your operating system architecture, download the latest binary, verify permissions, and install to /usr/local/bin:
If /usr/local/bin is not in your $PATH or requires root privileges, you can install to ~/.local/bin/qumod or run with sudo.

Windows Installation

On Windows, download the executable using PowerShell and add it to your user path:
PowerShell
Restart your terminal session or reload $env:Path to make qumod available globally.

Verifying Installation

Verify that the CLI is installed properly and accessible:
Expected output:
You can also test JSON output format:

Next Steps

Now that you have qumod installed, authenticate your account:

Authentication Guide

Learn how to authenticate interactively via browser Device Flow or headless API tokens.