Releases: MetaProvide/swarm-cli
Releases · MetaProvide/swarm-cli
v2.36.0
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 --helpBuild 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.
Development Build (Latest)
Swarm CLI Release 1.0.0-dev+33a7abc
Docker Image
docker pull ghcr.io/metaprovide/swarm-cli:latest
docker pull ghcr.io/metaprovide/swarm-cli:1.0.0-dev+33a7abcInstallation Options
Option 1: Lightweight package (recommended)
- Download:
- Size: ~10KB
- Requires internet connection to pull Docker image on first use
Option 2: Self-contained package
- Download:
- Size: ~50-100MB
- Includes bundled Docker image, no internet required
- Perfect for offline/air-gapped environments
Install
Reading package lists...
Usage
What's Changed
- Docker image:
ghcr.io/metaprovide/swarm-cli:1.0.0-dev+33a7abc - Built from commit: 33a7abc