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:

  1. Install the runtime
  2. Run munk doctor
  3. 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

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.