Skip to content

安装

一行命令安装

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

安装器会:

  1. 检查 uvpipxpip,使用最佳可用方法
  2. 安装 maestro CLI 工具
  3. ~/.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

下一步

Released under the MIT License.