Maintainer decision (2026-07-16): autumn should ship prebuilt autumn CLI binaries that users can fetch with curl, instead of cargo install being the only path — both for general onboarding DX ("right now you have to cargo install to even get autumn up and running, which is bad DX") and as the distribution mechanism for downstream CI consumers.
First consumer: #1931 (wire autumn a11y verify into generated-app CI) — a generated app's CI runner curls the pinned prebuilt binary rather than cargo-installing or extracting the scanner into the library.
Scope to design: build targets (Linux x86_64/aarch64 at minimum), where artifacts live (GitHub Releases per tag is the natural home), a stable "latest" URL + version-pinned URLs, checksum/signature story, and a curl | sh-style install script or documented one-liner.
Maintainer decision (2026-07-16): autumn should ship prebuilt
autumnCLI binaries that users can fetch with curl, instead ofcargo installbeing the only path — both for general onboarding DX ("right now you have to cargo install to even get autumn up and running, which is bad DX") and as the distribution mechanism for downstream CI consumers.First consumer: #1931 (wire
autumn a11y verifyinto generated-app CI) — a generated app's CI runner curls the pinned prebuilt binary rather than cargo-installing or extracting the scanner into the library.Scope to design: build targets (Linux x86_64/aarch64 at minimum), where artifacts live (GitHub Releases per tag is the natural home), a stable "latest" URL + version-pinned URLs, checksum/signature story, and a
curl | sh-style install script or documented one-liner.