Installation
One-Line Install
bash
curl -sSL https://raw.githubusercontent.com/HYPERVAPOR/maestro-ssot/main/scripts/install.sh | bashThe installer will:
- Check for
uv,pipx, orpipand use the best available method - Install the
maestroCLI tool - Create a global config at
~/.maestro/config.toml
Requirements
- Python 3.12+
- macOS, Linux, or WSL
Verify Installation
bash
maestro --versionUninstall
bash
curl -sSL https://raw.githubusercontent.com/HYPERVAPOR/maestro-ssot/main/scripts/install.sh | MAESTRO_UNINSTALL=1 bashManual Install (from source)
bash
git clone https://github.com/HYPERVAPOR/maestro-ssot.git
cd maestro-ssot
uv sync
uv run maestro --versionNext Steps
- Quick Start — Run your first task
- Configuration — Set up LLM providers