Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

homebrew-lopi

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.

Install

brew tap konjoai/lopi
brew install lopi

Or in one step:

brew install konjoai/lopi/lopi

This 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).

Usage

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.

Upgrade

brew upgrade lopi

Uninstall

brew uninstall lopi
brew untap konjoai/lopi

Formula path

Formula/lopi.rb

Roadmap

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.

About

Homebrew tap for lopi — a multi-agent Claude Code orchestrator

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages