Skip to Content
CLIInstall

Install the Cmdop CLI

Install the current CLI from Cmdop’s distribution service.

macOS and Linux

curl -fsSL https://install.cmdop.com | sh

For an install that does not require writing to a system directory:

curl -fsSL https://install.cmdop.com | sh -s -- --prefix="$HOME/.local/bin"

Make sure the chosen directory is on PATH, then open a new shell.

Windows

Run in PowerShell:

irm https://install.cmdop.com/install.ps1 | iex

The Windows installer adds Cmdop to the current user’s PATH. Open a new PowerShell window after installation.

Verify the installation

cmdop version cmdop --help

Next, enroll the machine with the password supplied by the owner of the relay you want to join.