Official Homebrew tap for Fusion — the multi-node AI agent orchestrator.
Easiest — one-line installer (picks Homebrew if available, falls back to npm):
curl -fsSL https://runfusion.ai/install.sh | shOr Homebrew directly:
brew tap runfusion/fusion
brew install fusionOr as a single command:
brew install runfusion/fusion/fusionAfter the initial install, upgrade and reinstall work bare:
brew upgrade fusion
brew reinstall fusionThe fusion formula installs the @runfusion/fusion CLI from npm. Both the fn and fusion commands land on your PATH.
fusion dashboard # launch the Fusion dashboard + AI engine
fn dashboard # same thingNode.js is a required dependency — Homebrew installs it automatically.
- Website: runfusion.ai
- Source: github.com/Runfusion/Fusion
- npm: @runfusion/fusion
MIT — Fusion and this tap are both MIT licensed.