Skip to content
Musher Docs

Mush CLI

mush is the consumption CLI for the Musher platform. Use it to discover, load, install, and run bundles on your machine.

Installation

Download and install the latest release:

bash
curl -fsSL https://mush.musher.dev | sh

The installer detects your platform and places the binary in your PATH.

Verify the installation:

bash
mush --version

Quick Start

Load a bundle

Fetch a bundle from the registry to your local cache:

bash
mush bundle load acme/code-review

Install a bundle

Install a bundle into your project directory:

bash
mush bundle install acme/code-review

Next Steps