Get Swarm
| Version | v0.1.0 |
| Released | 7 April 2026 |
| Size | 42 KB |
| Format | .tar.gz |
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:
curl -LO https://swarm.codenexis.com/releases/swarm-v0.1.0.tar.gz
tar xzf swarm-v0.1.0.tar.gz
cd Swarm
./install.sh
This symlinks bin/swarm into your PATH (/usr/local/bin or ~/.local/bin).
swarm help
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.
| Tool | Minimum | Install |
|---|---|---|
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 |
cd Swarm
./uninstall.sh
This removes the swarm symlink from your PATH. Delete the Swarm/ directory to remove all files.
| Version | Date | Notes |
|---|---|---|
| v0.1.0 | 7 Apr 2026 | Initial release — process, review, worktrees, CI setup |
Press Start