To install the Miru CLI, run the installation command in your local machine’s terminal.
curl -fsSL https://raw.githubusercontent.com/miruml/cli/main/install.sh | sh
The script requires curl, tar, grep, and cut to be installed.
Review the contents of the installation script here.
The Miru CLI supports macOS and Linux. Windows is not supported.
Upgrade
To upgrade the Miru CLI to the latest version, run the upgrade command in your local machine’s terminal.
curl -fsSL https://raw.githubusercontent.com/miruml/cli/main/install.sh | sh
The installation script automatically upgrades to the latest version if the CLI is already installed.
Verify
To verify the CLI is installed and up to date, run the miru version command.
$ miru version
Version: 0.7.0
Commit: 7ad50107b9af27961e2698b54cc7451d67d3d356
Built: 2025-11-18T04:35:20Z
You can find a changelog of CLI releases in the developer changelog.
Uninstall
Remove the binary from your system.
Remove any configuration files.