Skip to content
Musher Docs

Quick Start

Get up and running with Musher in a few minutes. This guide covers the CLI path.

Prerequisites

  • A terminal with curl available
  • A Musher account — sign up free (browsing and pulling public bundles is free; private bundles and publishing require an account)
  • An API key from the Console (needed for private bundles and publishing)

Install & Run

Install the musher CLI

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

Log in

bash
musher auth login

Paste your API key when prompted. The CLI stores it securely in your OS keyring.

Verify authentication

bash
musher auth status

Load a bundle

bash
musher load acme/code-review

Next Steps