Installation
Quick Install
Section titled “Quick Install”macOS / Linux
Section titled “macOS / Linux”curl -fsSL https://archon.diy/install | bashWindows (PowerShell)
Section titled “Windows (PowerShell)”irm https://archon.diy/install.ps1 | iexHomebrew (macOS / Linux)
Section titled “Homebrew (macOS / Linux)”brew install coleam00/archon/archonDocker
Section titled “Docker”docker run --rm -v "$PWD:/workspace" ghcr.io/coleam00/archon:latest workflow listFrom Source
Section titled “From Source”git clone https://github.com/coleam00/Archoncd Archonbun installPrerequisites (Source Install)
Section titled “Prerequisites (Source Install)”- Bun >= 1.0.0
- GitHub CLI (
gh) - Claude Code (
claude)
Verify Installation
Section titled “Verify Installation”archon versionNext 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