archon
AI Coding ToolsAn open‑source workflow engine that makes AI coding agents deterministic and repeatable by defining development processes as YAML workflows.
Features
- Deterministic AI coding pipelines defined in YAML
- Isolated git worktrees for parallel runs without conflicts
- Composable mix of deterministic commands and AI‑driven steps
- Fire‑and‑forget execution across CLI, web UI, Slack, Telegram, GitHub
Recent releases
View all 14 releases →Minor fixes and improvements.
Full changelog
Installation
Quick Install (Recommended)
macOS / Linux
curl -fsSL https://archon.diy/install | bash
Windows (PowerShell)
irm https://archon.diy/install.ps1 | iex
Homebrew (macOS / Linux)
brew install coleam00/archon/archon
Docker
docker run --rm -v "$PWD:/workspace" ghcr.io/coleam00/archon:latest workflow list
Manual Installation
macOS (Apple Silicon)
curl -fsSL https://github.com/coleam00/Archon/releases/latest/download/archon-darwin-arm64 -o /usr/local/bin/archon
chmod +x /usr/local/bin/archon
macOS (Intel)
curl -fsSL https://github.com/coleam00/Archon/releases/latest/download/archon-darwin-x64 -o /usr/local/bin/archon
chmod +x /usr/local/bin/archon
Linux (x64)
curl -fsSL https://github.com/coleam00/Archon/releases/latest/download/archon-linux-x64 -o /usr/local/bin/archon
chmod +x /usr/local/bin/archon
Linux (ARM64)
curl -fsSL https://github.com/coleam00/Archon/releases/latest/download/archon-linux-arm64 -o /usr/local/bin/archon
chmod +x /usr/local/bin/archon
Windows (Manual)
Download archon-windows-x64.exe from the assets below, rename to archon.exe, and add to your PATH.
Verify installation
archon version
What's Changed
- Release 0.3.10 by @Wirasm in https://github.com/coleam00/Archon/pull/1488
Full Changelog: https://github.com/coleam00/Archon/compare/v0.3.9...v0.3.10
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.