Download MicroPrompt

Choose how you want to install. The Desktop app includes everything; the CLI alone gives you the daemon and commands.

CLI Only

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
Installs to: ~/.local/bin/mp · also configures Claude Desktop MCP if Node.js is present

Language Library (for Go developers)

Embed the MicroPrompt language compiler in your Go applications.

go get github.com/microbiocolai/microprompt-lang@latest

Build from Source

Compile the CLI from source. Requires Go 1.23 or later.

go install github.com/microbiocolai/microprompt@latest