a9a CLI

CLI Install

The a9a CLI is free to use. Analyze, clean up, and export from the command line, and bring your GUI settings along as job files.

The GUI is available from the store badges on the product page.

CLI

Install the CLI

Run the command for your platform in a terminal.

macOS / Linux

macOS (Apple Silicon) / Linux (x86_64 and aarch64)

sh
curl -fsSL https://dl.maronaskar.com/a9a/cli/install.sh | sh

Windows

Windows (x86_64)

PowerShell
irm https://dl.maronaskar.com/a9a/cli/install.ps1 | iex