Skip to content

archon

v0.6.0 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 6d AI Coding Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai automation bun claude cli coding-assistant
+4 more
developer-tools typescript workflow-engine yaml

Summary

AI summary

Updates marketplace, Recommended, and PowerShell across a mixed release.

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

  • marketplace: add token-max-site-factory (programmatic SEO/GEO page factory) by @TheSmokeDev in https://github.com/coleam00/Archon/pull/2057
  • marketplace: add image-node-factory (grounded image prompt-pack workflow) by @TheSmokeDev in https://github.com/coleam00/Archon/pull/2077
  • Release 0.6.0 by @Wirasm in https://github.com/coleam00/Archon/pull/2202

New Contributors

  • @TheSmokeDev made their first contribution in https://github.com/coleam00/Archon/pull/2057

Full Changelog: https://github.com/coleam00/Archon/compare/v0.5.0...v0.6.0

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.

Share this release

Track archon

Get notified when new releases ship.

Sign up free

About archon

The first open-source harness builder for AI coding. Make AI coding deterministic and repeatable.

All releases →

Beta — feedback welcome: [email protected]