Getting Started
Getting Started
Install Munk AI, run diagnostics, and start a first local verification workflow.
Getting Started
Munk AI is designed around a local-first runtime. The shortest path to value is:
- Install the runtime
- Run
munk doctor - Start a goal-driven verification flow
Install
curl -fsSL https://get.munk.sh | sh
Verify your environment
munk doctor
Run a first task
munk start --goal "Open Settings and enable Wi-Fi" --config /path/to/config.yaml
Recommended workflow
For day-to-day development and integration work, prefer the runtime-based workflow over ad-hoc local scripts. It keeps installation, assets, and verification artifacts in a more reproducible shape.