Installation
This page covers installing CodeNOW CLI on supported platforms, validating the binary, and preparing your environment for cluster operations.
Table of Contents
- Supported Platforms
- Installation Options
- Install from GitHub Releases
- Offline / Air-gapped Install
- Verify the Installation
- Next Step
Supported Platforms
CodeNOW CLI ships as a single static binary for:
- Linux (x64)
- macOS (arm64)
- Windows (x64)
Installation Options
Choose one of the following methods based on your environment:
- GitHub Releases: Recommended for most users.
- Offline / Air-gapped: For restricted networks.
Install from GitHub Releases
- Download the latest release for your platform from GitHub Releases.
- Place the
cnbinary on your PATH.
Example:
sudo mv ./cn /usr/local/bin/cn
Offline / Air-gapped Install
- Download the release artifact from GitHub Releases on a machine with internet access.
- Transfer the binary into the target environment using approved media.
- Install it on a PATH-visible location.
Verify the Installation
Confirm the CLI is reachable and displays help:
cn --help
Expected outcome: the CLI prints a list of available commands and options.
Next Step
Proceed to the Quickstart to run your first CodeNOW workflow.