a9a CLI

CLI Install

Use the a9a CLI to analyze, clean up, and export audio assets from the command line.

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