Installation
Quick Install
Section titled “Quick Install”macOS / Linux
Section titled “macOS / Linux”curl -fsSL https://maestro.mahoosuc.ai/install | bashWindows (PowerShell)
Section titled “Windows (PowerShell)”irm https://maestro.mahoosuc.ai/install.ps1 | iexHomebrew (macOS / Linux)
Section titled “Homebrew (macOS / Linux)”brew install webemo-aaron/archon/archonDocker
Section titled “Docker”docker run --rm -v "$PWD:/workspace" ghcr.io/webemo-aaron/archon:latest workflow listFrom Source
Section titled “From Source”git clone https://github.com/webemo-aaron/Maestrocd Archonbun installPrerequisites (Source Install)
Section titled “Prerequisites (Source Install)”- Bun >= 1.0.0
- GitHub CLI (
gh) - Claude Code (
claude) - Node.js >= 22.12.0 for docs development and
packages/docs-webbuilds
Verify Installation
Section titled “Verify Installation”archon versionDocs Tooling Note
Section titled “Docs Tooling Note”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:
bun run build:docsThis repo includes .node-version and .nvmrc pinned to 22.12.0 so tools like nvm can pick it up automatically.
Next Steps
Section titled “Next Steps”- Core Concepts — Understand workflows, nodes, commands, and isolation
- Quick Start — Run your first workflow
- Configuration — Set up API keys and preferences