Skip to content

v2.36.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Oct 21:30
· 5 commits to main since this release

Standalone Binaries

Download the appropriate binary for your platform:

  • Linux x64: swarm-cli-linux
  • Linux ARM64: swarm-cli-linux-arm
  • macOS x64: swarm-cli-macos
  • macOS ARM64 (Apple Silicon): swarm-cli-macos-arm
  • Windows x64: swarm-cli-windows.exe

Quick Start

# Download (replace with your platform)
wget https://github.com/MetaProvide/swarm-cli/releases/download/v2.36.0/swarm-cli-linux

# Make executable
chmod +x swarm-cli-linux

# Check bundled version
./swarm-cli-linux --bundled-version

# Run
./swarm-cli-linux --help

Build Information

Swarm CLI Binary
=================
Bundled swarm-cli version: 2.36.0
Build date: 2025-10-11T21:28:41.393Z
Node.js version: v22.20.0
Built on: linux-x64

To check version in binary, run:
  ./swarm-cli-linux --bundled-version

These are standalone executables that require no Node.js or Docker installation.