Get started
Installation
Install the crate CLI on macOS, Linux, or Windows.
macOS / Linux (one-liner)
curl -sSfL https://get.agentcrate.ai | shThe 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/crateWindows
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@latestRequires Go 1.25+.