Archon
Package your AI coding workflows as YAML. Run them anywhere — CLI, Web, Slack, Telegram, GitHub, Discord.
Install in seconds
Section titled “Install in seconds”curl -fsSL https://archon.diy/install | bashirm https://archon.diy/install.ps1 | iexbrew install coleam00/archon/archondocker run --rm -v "$PWD:/workspace" ghcr.io/coleam00/archon:latest workflow listWhat is Archon?
Section titled “What is Archon?”Archon is a workflow engine for AI coding agents. Define multi-step development workflows in YAML — code review, bug fixes, feature implementation, testing — and run them with a single command.
- Repeatable: Package your best AI coding patterns as shareable YAML workflows
- Isolated: Each workflow runs in its own git worktree — no conflicts, no mess
- Portable: Run from CLI, Web UI, Slack, Telegram, GitHub, or Discord
- Composable: Chain workflow nodes into DAGs with dependencies, loops, and conditional logic
- Multi-provider: Works with Claude Code SDK and Codex SDK