Munk AI
ReleaseDownload Munk AI for macOS and Android.
Get the macOS desktop app (Apple silicon) and the Android app. After install, open the app and sign in.
macOS: Apple silicon. Android: install the APK, then scan a Munk AI Apps QR to open published apps.
Munk Test · CLI
Install the CLI verification engine.
Deploy locally with one command per platform. Use Munk Test as a testing gateway for coding agents, CI regression, or day-to-day QA workflows.
macOS
stableInstall
curl -fsSL https://get.munk.sh | bash munk doctor munk serve --port 16888
Apple silicon and Intel. Android, iOS, and Web.
Linux
betaInstall
curl -fsSL https://get.munk.sh | bash -s -- --channel beta munk doctor munk serve --port 16888
x86_64 and arm64. Android and Web (no iOS device bridge).
Windows
betaInstall
$env:MUNK_CHANNEL = "beta"; irm https://downloads.munk.sh/install.ps1 | iex munk doctor munk serve --port 16888
x86_64 only. Android and Web (no iOS device bridge). Run in PowerShell.
Requirements
macOS, Linux, or Windows x86_64 with a working shell / PowerShell
A working device or target environment for verification
A valid config file for model setup (Gemma 4 recommended)
Next steps
Short URL get.munk.sh serves the bash installer; Windows uses install.ps1 on downloads.munk.sh.
Linux and Windows currently ship on the beta channel while we validate cross-platform builds.
Read the docs for multi-modal model setup, change-aware workflows, and generalization details.
