Download

Get Swarm

- - - - - - - - - - - - - - - - - - - - -

Latest Release

Version v0.1.0
Released 7 April 2026
Size 42 KB
Format .tar.gz
Download v0.1.0

Quick Install

Download, extract, and install in one go:

curl -sL https://swarm.codenexis.com/releases/swarm-v0.1.0.tar.gz | tar xz
cd Swarm
./install.sh

Or do it step by step:

Download

curl -LO https://swarm.codenexis.com/releases/swarm-v0.1.0.tar.gz

Extract

tar xzf swarm-v0.1.0.tar.gz
cd Swarm

Install

./install.sh

This symlinks bin/swarm into your PATH (/usr/local/bin or ~/.local/bin).

Verify

swarm help

Prerequisites

Swarm requires a few standard tools to be installed on your system before it can run. None of these are bundled — they are expected to already be available.

ToolMinimumInstall
bash 4.0+ Included with macOS/Linux
git 2.20+ Included with macOS/Linux
python3 3.6+ Included with macOS/Linux
gh 2.0+ brew install gh
claude Latest npm i -g @anthropic-ai/claude-code

What's Included

Swarm/
  bin/swarm              CLI entry point
  lib/core/              Core utilities
  lib/commands/          Command implementations
  templates/ci/          CI workflow templates
  templates/dashboard/   HTML dashboard template
  .swarm/prompts/        Agent prompt files
  .swarm/paradigms/      Coding standards
  install.sh             Installer
  uninstall.sh           Uninstaller
  LICENSE                MIT
  README.md
  CHANGELOG.md

Uninstall

cd Swarm
./uninstall.sh

This removes the swarm symlink from your PATH. Delete the Swarm/ directory to remove all files.

Release History

VersionDateNotes
v0.1.0 7 Apr 2026 Initial release — process, review, worktrees, CI setup
- - - - - - - - - - - - - - - - - - - - -