Choose how you want to install. The Desktop app includes everything; the CLI alone gives you the daemon and commands.
All-in-one installer — includes the GUI, CLI, and daemon. Best for most users.
mp) · Daemon · MCP server config helper
Just the command-line tool and daemon. For terminal-first workflows and CI/CD.
macOS / Linux:
curl -fsSL https://registry.microprompt.dev/install.sh | sh
Windows (PowerShell):
irm https://registry.microprompt.dev/install.ps1 | iex
~/.local/bin/mp · also configures Claude Desktop MCP if Node.js is present
Embed the MicroPrompt language compiler in your Go applications.
go get github.com/microbiocolai/microprompt-lang@latest
Compile the CLI from source. Requires Go 1.23 or later.
go install github.com/microbiocolai/microprompt@latest