Download Latest Version archon-windows-x64.exe (129.0 MB)
Email in envelope

Get an email when there's a new version of Archon

Home / v0.6.0
Name Modified Size InfoDownloads / Week
Parent folder
archon-darwin-arm64 2026-07-20 74.8 MB
archon-darwin-x64 2026-07-20 79.7 MB
archon-linux-arm64 2026-07-20 112.4 MB
archon-linux-x64 2026-07-20 112.9 MB
archon-web.tar.gz 2026-07-20 2.1 MB
archon-windows-x64.exe 2026-07-20 129.0 MB
checksums.txt 2026-07-20 595 Bytes
Archon CLI v0.6.0 source code.tar.gz 2026-07-20 3.6 MB
Archon CLI v0.6.0 source code.zip 2026-07-20 4.4 MB
README.md 2026-07-20 1.9 kB
Totals: 10 Items   519.0 MB 0

Installation

macOS / Linux

:::bash
curl -fsSL https://archon.diy/install | bash

Windows (PowerShell)

:::powershell
irm https://archon.diy/install.ps1 | iex

Homebrew (macOS / Linux)

:::bash
brew install coleam00/archon/archon

Docker

:::bash
docker run --rm -v "$PWD:/workspace" ghcr.io/coleam00/archon:latest workflow list

Manual Installation

macOS (Apple Silicon)

:::bash
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)

:::bash
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)

:::bash
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)

:::bash
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

:::bash
archon version

What's Changed

New Contributors

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

Source: README.md, updated 2026-07-20