This repository hosts prebuilt release binaries for the Aion CLI.
It contains no source code — Aion's source lives in the private trimdev/Aion repo, and a
GitHub Actions workflow there publishes releases here on every version tag.
curl -fsSL https://aionagent.app/install.sh | shRe-running the command upgrades you in place. From an installed CLI you can also run:
aion update # upgrade to the latest release
aion update 0.2.0 # pin to a specific version
aion update --check # just check whether a newer version existsEach release publishes one archive per platform plus a checksum manifest:
| Asset | Platform |
|---|---|
aion-darwin-arm64.tar.gz |
macOS (Apple silicon) |
aion-darwin-x64.tar.gz |
macOS (Intel) |
aion-linux-arm64.tar.gz |
Linux (arm64) |
aion-linux-x64.tar.gz |
Linux (x86-64) |
checksums.txt |
sha256 of every archive |
Each archive contains a single self-contained executable named aion.
macOS note: binaries are not yet notarized. The
curl | shinstaller is unaffected (curl does not quarantine downloads). If you download an archive manually in a browser, clear the quarantine flag first:xattr -dr com.apple.quarantine ./aion.