AgentCrate Docs
Get started

Installation

Install the crate CLI on macOS, Linux, or Windows.

macOS / Linux (one-liner)

curl -sSfL https://get.agentcrate.ai | sh

The script downloads the latest release into ./bin. Pass -b /usr/local/bin to install system-wide, or -v v0.1.0 to pin a version.

Homebrew

brew install agentcrate/tap/crate

Windows

Download the matching crate_<version>_windows_<arch>.zip from GitHub Releases and extract crate.exe onto your PATH.

From source

go install github.com/agentcrate/crate/cmd/crate@latest

Requires Go 1.25+.

On this page