Canon 0.72.6
Tag: 0.72.6
Install Canon
Homebrew (macOS / Linux)
brew tap apply-the/canon
brew install canon
canon --versionWindows package manager
Install Canon from Windows Package Manager after the generated manifest bundle
is submitted:
winget install ApplyThe.Canon
winget upgrade ApplyThe.CanonIf the package-manager submission is not available yet, use the release zip
fallback below.
Windows via Scoop
Install Canon from Scoop after the generated manifest is merged into the Scoop
main bucket:
scoop install canon
scoop update canonIf the Scoop bucket update is not available yet, use winget or the release
zip fallback below.
Direct Download
Download the matching asset for your platform from this release:
canon-0.72.6-macos-arm64.tar.gzcanon-0.72.6-macos-x86_64.tar.gzcanon-0.72.6-linux-arm64.tar.gzcanon-0.72.6-linux-x86_64.tar.gzcanon-0.72.6-windows-x86_64.zip
Verify Installation
macOS and Linux
canon --version
command -v canonWindows PowerShell
canon --version
Get-Command canonRelease Artifact Matrix
| Platform | Artifact |
|---|---|
| macOS arm64 | canon-0.72.6-macos-arm64.tar.gz |
| macOS x86_64 | canon-0.72.6-macos-x86_64.tar.gz |
| Linux arm64 | canon-0.72.6-linux-arm64.tar.gz |
| Linux x86_64 | canon-0.72.6-linux-x86_64.tar.gz |
| Windows x86_64 | canon-0.72.6-windows-x86_64.zip |
Integrity metadata is published as canon-0.72.6-SHA256SUMS.txt.
Distribution metadata is published as canon-0.72.6-distribution-metadata.json.
The Homebrew formula artifact is published as canon-0.72.6-homebrew-formula.rb.
Windows package-manager publication artifacts are generated as:
canon-0.72.6-distribution-metadata.jsonApplyThe.Canon.yamlApplyThe.Canon.locale.en-US.yamlApplyThe.Canon.installer.yamlcanon-0.72.6-scoop-manifest.json
Quickstart
After installation, initialize Canon in a repository:
canon init --output jsonCompatibility Notes
- Daily repository use does not require Cargo.
- Canon skills assume the installed
canonbinary is on PATH. - If
canonis missing or outdated, follow the repository install guide at
https://github.com/apply-the/canon#install.