Command line

Conflux CLI

Sign in, install modules, and run load tests or tunnels straight from your terminal.

Latest: v0.2.1·Released 9/1/2026

Install the core CLI

conflux is the single binary you install once. It handles sign-in and downloads the meter and share modules on demand — you never install those by hand.

Invoke-WebRequest -Uri "https://s3.twcstorage.ru/conflux/bin/conflux/0.2.1/conflux_0.2.1_windows_amd64.zip" -OutFile conflux.zip
Expand-Archive conflux.zip -DestinationPath .

Add the extracted folder to your PATH, or move conflux.exe into a directory already on it.

Windows x64

3.2 MB·

Windows ARM64

2.9 MB·

macOS Intel

3.2 MB·

macOS Apple Silicon

3.0 MB·

Linux x64

3.1 MB·

Linux ARM64

2.9 MB·
Get-FileHash conflux_0.2.1_windows_amd64.zip -Algorithm SHA256

Each archive is verified against its manifest sha256 by conflux install/update. To check a manual download yourself, compare it against the checksum listed on this page.

Sign in

conflux auth login opens your browser for a UzDevid SSO sign-in and stores the session locally. Modules pick up that session automatically.

$ conflux auth login
$ conflux auth status
$ conflux auth logout

Install a module

Modules are separate binaries the core downloads and verifies for you. Run conflux install <module> once, then dispatch to it as conflux <module> …