Skip to main content

📦 Installation

AgentKit is distributed as a set of binaries which you'll need to download from the latest release, extract, make executable, and place on your PATH.

info

We're aware that placing binaries on PATH isn't great for versioning. Packaging is on the roadmap.

What steps are required for you depend on your Linux distribution.

To use our binary distribution, place it somewhere on your PATH. We suggest ~/.local/bin.

mkdir -p ~/.local/bin
curl -L https://github.com/throwparty/agentkit/releases/download/latest/agentkit_Linux_$(uname -m).tar.gz -o agentkit-latest.tar.gz
tar -xf agentkit-latest.tar.gz -C ~/.local/bin
chmod +x ~/.local/bin/agentkit-*
rm -f agentkit-latest.tar.gz

Then, add the following to your shell's rc:

export PATH="$PATH:~/.local/bin"

You can now proceed to the documentation for each tool.