Install
The CLI is only available on macOS and Linux. Windows is not supported.
Install via Homebrew.If you are not seeing the latest CLI version, refresh Homebrew with brew update.
The CLI is distributed to Linux as a Debian package. Other package formats are not yet supported.We recommend using apt to install the CLI. However, you can manually install the Debian package by downloading it from GitHub and installing it with dpkg.Set up
Set up Miru’s apt repository. Install
After configuring the apt repository, install the CLI.Install a specific version with sudo apt-get install miru-cli=<version> (e.g. 0.9.1, 0.10.0, etc.).
Download
All Miru CLI releases are available as Debian packages on GitHub. You can find the latest release here.To download the CLI, drop down the Assets section for the desired release. The assets ending with the .deb extension are the Debian packages for the Miru CLI.Find the architecture that matches your target machine’s architecture and download the package.For example, if your robot is an x86_64 machine, you’ll want to download the miru-cli_<version>_amd64.deb package. If your robot is an aarch64 machine, you’ll want to download the miru-cli_<version>_arm64.deb package. Install
After downloading the package, install it using dpkg.
Verify
To verify the CLI is installed and up to date, run the miru version command.
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.
If you are not seeing the latest CLI version, refresh Homebrew with brew update.
You can upgrade the CLI via apt or by manually downloading the package from GitHub. Since both methods use Debian packages, manual installations can be upgraded via apt and vice versa.Upgrade to a specific version with sudo apt-get install miru-cli=<version> (e.g. 0.9.1, 0.10.0, etc.).
Manual installations do not have a native upgrade mechanism. Simply repeat the installation steps to upgrade to the latest version.
Uninstall
Remove the Debian package.If installed via apt, you can also remove the apt source.The signing key at /etc/apt/keyrings/miru-archive-keyring.gpg is shared with the Miru Agent. Only remove it if you have also uninstalled the Miru Agent.
Remove any leftover configuration files.
Last modified on May 13, 2026