Installation
Requirements
- Apple Silicon macOS
- Apple container CLI (
container) - one inference backend:
You can validate prerequisites with:
bash
muthr doctorInstall muthr
Homebrew
bash
brew install tappunk/muthr/muthrCargo
bash
cargo install muthrFirst-time bootstrap
bash
muthr init
muthr config initThen inspect effective config:
bash
muthr config showRecommended defaults
For sandbox connectivity to host inference:
default_engine_bind_host = "0.0.0.0"
For safer project scoping:
workspace_root = "~/src"(never$HOME)
For turnkey profile usage:
default_provision_profile = "opencode"or"hermes-agent"
See also: Configuration · Quickstart · Troubleshooting