Skip to main content

Installation

OS-Specific Installers​

Run this command:

brew install autokitteh/tap/autokitteh

Alternatively, follow the instructions in the Linux tab.

To enable shell completion, follow these instructions.

Alternative 1: Manual Download​

Download the latest release for your platform from: https://github.com/autokitteh/autokitteh/releases.

Extract the ak binary from the downloaded archive into your chosen destination directory, e.g. /usr/local/bin or C:\Program Files\autokitteh.

Make sure that the destination directory is in your PATH environment variable, otherwise you'll need to specify it every time your run ak.

You can verify that ak is installed correctly by running:

ak version --full

Alternative 2: Docker​

See the relevant section in starting a local server.

Alternative 3: Build From Source​

Run these commands on Linux or macOS:

git clone https://github.com/autokitteh/autokitteh.git
cd autokitteh
make ak
cp ./bin/ak /usr/local/bin
ak version --full

Note that make ak requires Go version 1.22 or greater.