Install SwarmCLI

Quick installation instructions

Linux

wget https://github.com/Eldara-Tech/swarmcli/releases/latest/download/swarmcli_Linux_x86_64.tar.gz
tar -xzf swarmcli_Linux_x86_64.tar.gz
sudo mv swarmctl /usr/local/bin/
swarmctl version

Windows

# Download swarmcli_Windows_x86_64.zip from releases
# Extract the archive
# Move swarmctl.exe to C:\Program Files\swarmcli\ or add to PATH
swarmctl version

Install from source

Prerequisites

Download latest release

Download the latest version from GitHub Releases.

Build

git clone https://github.com/Eldara-Tech/swarmcli.git
cd swarmcli
go build -o swarmctl ./swarmctl
sudo mv swarmctl /usr/local/bin/