Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mirurobotics.com/llms.txt

Use this file to discover all available pages before exploring further.

Install

The CLI is only available on macOS and Linux. Windows is not supported.
Install via Homebrew.
brew install mirurobotics/cli/miru
If you are not seeing the latest CLI version, refresh Homebrew with brew update.

Verify

To verify the CLI is installed and up to date, run the miru version command.
$ miru version
Version: 0.10.0
Commit: 76b320c4ecec7a8e4b12cabb635831a4ad1d5d28
Built: 2026-04-20T02:54:55Z
You can find the CLI release changelog in the CLI changelog.

Upgrade

To upgrade the Miru CLI to the latest version, run the upgrade command in your local machine’s terminal.
brew upgrade mirurobotics/cli/miru
If you are not seeing the latest CLI version, refresh Homebrew with brew update.

Uninstall

Remove via Homebrew.
brew uninstall miru
Remove any leftover configuration files.
rm -rf ~/.miru
Last modified on May 18, 2026