Skip to content
Musher Docs

Quick Start

Get up and running with Musher in a few minutes. Choose your path:

Prerequisites

  • A terminal with curl available
  • A Musher account — sign up free (browsing the Hub is free; loading bundles requires an account)
  • An API key from the Console

Install & Run

Install the mush CLI

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

Set your API key

bash
export MUSHER_API_KEY=mush_your_api_key_here

Verify authentication

bash
mush auth status

Load a bundle

bash
mush bundle load acme/code-review

Next Steps