infraudit CLI is a single static Go binary with no runtime dependencies. You can build it from source or pull it directly with go install if you already have a Go toolchain.
Prerequisites
- Go 1.24 or newer — download at go.dev
- Git (required for the from-source method)
Installation
- go install
- Build from source
Pull and build the latest CLI in one step:The binary lands in
$GOPATH/bin/ (typically $HOME/go/bin/). Make sure that directory is in your PATH:Verify the installation
Run the following command to confirm the binary is available:command not found, the install directory is not in your PATH. Fix it using the instructions in the tab above that matches your installation method.
The
version subcommand is available as infraudit version to print the exact build version once a server connection is configured.First-time setup
Initialize the config file
Run the interactive setup wizard to set your server URL and default output format: