This repository provides a unified command line interface to Apono.
MacOS and Linux using Homebrew
brew tap apono-io/tap
brew install apono-cliWindows using Scoop
scoop bucket add apono https://github.com/apono-io/scoop-bucket
scoop install apono/apono-cliYou can find pre-built releases of the CLI here.
To build apono from sources, a Go compiler >= 1.20 is required.
$ git clone https://github.com/apono-io/apono-cli
$ cd apono-cli
$ make allUpon successful compilation, the resulting apono binary is stored in the dist/ directory.