Skip to content

Installation

  • Go 1.22+ (if compiling from source or using go install)

Install Axen globally using our quick-installation script:

Terminal window
curl -fsSL https://raw.githubusercontent.com/harishphk/axen/main/install.sh | sh
Terminal window
irm https://raw.githubusercontent.com/harishphk/axen/main/install.ps1 | iex

Installing from Source (Go 1.26+ required)

Section titled “Installing from Source (Go 1.26+ required)”

If you prefer to compile from source or use Go:

Terminal window
go install github.com/harishphk/axen/cmd/axen@latest

Ensure your Go bin directory is in your system’s $PATH.

Once installed, verify the installation by checking the version and running the doctor command:

Terminal window
axen --help
axen doctor