logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt
How to install unclebob/swarm-forge. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

unclebob/swarm-forge Installation Guide

How to install unclebob/swarm-forge. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for unclebob/swarm-forge. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i unclebob/swarm-forge
or

Install via npx

npx @hexmos/ipm i unclebob/swarm-forge

Prerequisites

zsh

shell

git

version_control

tmux

terminal_multiplexer

Babashka

cli_tool

Version: bb

Agent Backend

service

Version: codex, claude, copilot, or grok

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install a Runnable Branch (e.g., four-pack)

BRANCH=four-pack curl -L "https://github.com/unclebob/swarm-forge/archive/refs/heads/${BRANCH}.tar.gz" | tar -xz --strip-components=1

./swarm

Post Installation Steps

  • To stop the swarm, close the first window listed in swarmforge/swarmforge.conf.
  • Set SWARMFORGE_PREVENT_SLEEP=0 before running ./swarm to disable sleep prevention.
  • To override terminal detection, set SWARMFORGE_TERMINAL to a specific backend (e.g., ghostty, terminal-app, windows-terminal, none) before running ./swarm.