Homebrew tap for lopi — a multi-agent Claude Code orchestrator, written in Rust. Runs concurrent agents in git-isolated branches with retry loops, persistent memory, a TUI + web dashboard, and remote control over Telegram/WhatsApp.
brew tap konjoai/lopi
brew install lopiOr in one step:
brew install konjoai/lopi/lopiThis builds from source (Rust + the SvelteKit web dashboard) — expect a
few minutes on first install. See Requirements
for what's needed to actually run agents (the claude CLI, logged into a
subscription).
mkdir -p ~/.lopi
cp "$(brew --prefix lopi)/share/lopi/lopi.toml.example" ~/.lopi/lopi.toml # optional — sensible defaults apply
lopi run --goal "fix the failing test in src/foo.rs" --repo .
lopi watch # live TUI
lopi sail # web dashboard (the Forge)Full docs: github.com/konjoai/lopi.
brew upgrade lopibrew uninstall lopi
brew untap konjoai/lopiFormula/lopi.rb
This first release builds from source on every install. Once there's
regular install traffic to justify the CI investment, add a bottle-build
workflow (mirroring konjoai/homebrew-squash's) so most users get a
prebuilt binary instead.