Skip to content

Archon

Package your AI coding workflows as YAML. Run them anywhere — CLI, Web, Slack, Telegram, GitHub, Discord.
Terminal window
curl -fsSL https://archon.diy/install | bash
Terminal window
irm https://archon.diy/install.ps1 | iex
Terminal window
brew install coleam00/archon/archon
Terminal window
docker run --rm -v "$PWD:/workspace" ghcr.io/coleam00/archon:latest workflow list

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