Skip to content

trimdev/aion-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

aion-cli — release binaries

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.

Install

curl -fsSL https://aionagent.app/install.sh | sh

Re-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 exists

Release assets

Each 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 | sh installer 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.

About

Public release binaries for the Aion CLI — installed by curl -fsSL https://aionagent.app/install.sh | sh. Source lives in the private trimdev/Aion repo.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors