CLI

  brew install agent-ecosystem/tap/agentminutes
  
  npm install -g agentminutes
  
  pip install agentminutes
  
  go install github.com/agent-ecosystem/agentminutes/cmd/agentminutes@latest
  

The npm and pip packages wrap the same prebuilt Go binary (macOS, Linux, and Windows on x64/arm64); nothing extra is downloaded at install time. Prebuilt static binaries are also on the releases page.

Library

  go get github.com/agent-ecosystem/agentminutes
  

See Go Library for the API.