Public distribution repository for the ArchDev CLI. GitHub Releases contain binaries built and tested from the private firstlanding source repository.
GitHub Releases are the canonical distribution path.
Prefer Homebrew:
brew install ArchAstro/tools/archdevOr use the installer:
curl -fsSL https://raw.githubusercontent.com/ArchAstro/archdev/main/install.sh | bashcurl -fsSL https://raw.githubusercontent.com/ArchAstro/archdev/main/install.sh | bashirm https://raw.githubusercontent.com/ArchAstro/archdev/main/install.ps1 | iexThe release archive installs archdev. The Unix installer also configures
Bash, Zsh, or Fish completions for the active shell.
Tasks turns a conversation or an existing coding-agent plan into a dependency graph for browser review. The agent opens the review, reads your feedback, revises the same plan, and verifies that Approve & save saved the Tasks. The skill installs or updates ArchDev on first use; no Factory or daemon is required.
npx skills add ArchAstro/archdev --skill tasksThen ask your agent: “Turn our plan into Tasks, open the web review, and iterate on my feedback.”
The agents, inspect, jobs, and rooms skills have moved to deprecated/ and
are no longer published.
This repository owns public distribution: installers, release metadata, and downloadable binaries. ArchDev's source and release build stay in firstlanding. Report installation and packaging problems with a GitHub issue here.