Skip to main content

1. Installing the CLI

The quickest way to install the Coflux CLI on macOS or Linux:

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

This detects your OS and architecture, downloads the latest release, and installs the binary to /usr/local/bin.

Alternatively, you can download the binary directly from the GitHub releases page.

Once installed, verify it's working:

coflux --help

Next, we'll start the server...