安装
一行命令安装
bash
curl -sSL https://raw.githubusercontent.com/HYPERVAPOR/maestro-ssot/main/scripts/install.sh | bash安装器会:
- 检查
uv、pipx或pip,使用最佳可用方法 - 安装
maestroCLI 工具 - 在
~/.maestro/config.toml创建全局配置
环境要求
- Python 3.12+
- macOS、Linux 或 WSL
验证安装
bash
maestro --version卸载
bash
curl -sSL https://raw.githubusercontent.com/HYPERVAPOR/maestro-ssot/main/scripts/install.sh | MAESTRO_UNINSTALL=1 bash手动安装(从源码)
bash
git clone https://github.com/HYPERVAPOR/maestro-ssot.git
cd maestro-ssot
uv sync
uv run maestro --version