Skip to content

archon

AI Coding Tools

An open‑source workflow engine that makes AI coding agents deterministic and repeatable by defining development processes as YAML workflows.

TypeScript Latest v0.4.1 · 6d ago Security brief →

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 →
No immediate action
v0.4.1 Maintenance

Routine maintenance and dependency updates.

Config change
v0.4.0 Breaking risk
Auth

GitHub App auth + user attribution

No immediate action
v0.3.12 Maintenance

Routine maintenance and dependency updates.

No immediate action
v0.3.11 Maintenance

Routine maintenance and dependency updates.

v0.3.10 Maintenance

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.

About

Stars
22,132
Forks
3,345
Languages
TypeScript JavaScript Shell

Install & Platforms

Install via
shell-script
Platforms
linux macos windows

Alternative to

n8n

Beta — feedback welcome: [email protected]