Skip to content

Installation

Terminal window
curl -fsSL https://maestro.mahoosuc.ai/install | bash
Terminal window
irm https://maestro.mahoosuc.ai/install.ps1 | iex
Terminal window
brew install webemo-aaron/archon/archon
Terminal window
docker run --rm -v "$PWD:/workspace" ghcr.io/webemo-aaron/archon:latest workflow list
Terminal window
git clone https://github.com/webemo-aaron/Maestro
cd Archon
bun install
Terminal window
archon version

Most of the repo uses Bun directly, but the docs site is an Astro app and requires Node 22.12.0 or newer when you run docs commands such as:

Terminal window
bun run build:docs

This repo includes .node-version and .nvmrc pinned to 22.12.0 so tools like nvm can pick it up automatically.