Skip to content
Docs for muthr 0.1.53

Installation

Requirements

You can validate prerequisites with:

bash
muthr doctor

Install muthr

Homebrew

bash
brew install tappunk/muthr/muthr

Cargo

bash
cargo install muthr

First-time bootstrap

bash
muthr init
muthr config init

Then inspect effective config:

bash
muthr config show

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

Built with disciplined interfaces and explicit contracts.