Skip to content

Installation

One-Line Install

bash
curl -sSL https://raw.githubusercontent.com/HYPERVAPOR/maestro-ssot/main/scripts/install.sh | bash

The installer will:

  1. Check for uv, pipx, or pip and use the best available method
  2. Install the maestro CLI tool
  3. Create a global config at ~/.maestro/config.toml

Requirements

  • Python 3.12+
  • macOS, Linux, or WSL

Verify Installation

bash
maestro --version

Uninstall

bash
curl -sSL https://raw.githubusercontent.com/HYPERVAPOR/maestro-ssot/main/scripts/install.sh | MAESTRO_UNINSTALL=1 bash

Manual Install (from source)

bash
git clone https://github.com/HYPERVAPOR/maestro-ssot.git
cd maestro-ssot
uv sync
uv run maestro --version

Next Steps

Released under the MIT License.