If this is your first time using Miru, we recommend reading the core concepts and working through the getting started guide before continuing.

Install

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.

Verify

Invoke the help menu to verify the CLI is installed.

miru --help

You should see a message similar to the following

Configuration Management for Robotics 🤖.
		
For more information on using miru, please visit https://docs.miruml.com

Usage:
  miru
  miru [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command
  login       Login to Miru
  schema      Manage config schemas

Flags:
  -h, --help    help for miru
  -q, --quiet   suppress output except errors

Use "miru [command] --help" for more information about a command.

Uninstall

Remove the binary from your system.

sudo rm "$(which miru)"

Remove any configuration files.

rm -rf ~/.config/miru