Homebrew tap for Moshi.
This installs the moshi CLI and the moshi-hook service package for macOS and Linuxbrew.
brew tap rjyo/moshi
brew install moshi-hook
brew services start moshi-hookRelease tarballs are served from cdn.getmoshi.app — no GitHub token needed for the binary download.
Pair this host from the Moshi app, then install supported agent hooks:
moshi host setup
moshi installbrew services keeps the daemon alive across reboots and restarts it on crash. Logs go to $(brew --prefix)/var/log/moshi-hook.log.
To run it in the foreground instead (useful while debugging):
brew services stop moshi-hook
moshi serve -vmoshi . # open or attach to a tmux session for this directory
moshi diff . # open the local diff viewer
moshi status
moshi logs -f
moshi versionbrew update
brew upgrade moshi-hook
brew services restart moshi-hookHomebrew owns the installed binary, so use brew upgrade moshi-hook instead of moshi update.
brew services stop moshi-hook
moshi uninstall
moshi unpair
brew uninstall moshi-hook
brew untap rjyo/moshiEmail support@getmoshi.app or DM the team — this tap repo doesn't track issues.
Formula/moshi-hook.rb is auto-published on every release; manual edits will be overwritten.