Install#

Get the AgentPM CLI on your machine and confirm it’s on your path.

macOS & Linux#

Homebrew
brew tap agentpm-dev/tap
brew install agentpm

Upgrade#

Homebrew
brew update && brew upgrade agentpm

Uninstall#

Homebrew
brew uninstall agentpm

Verify#

Homebrew
which agentpm
agentpm -V
brew info agentpm
Note

If which agentpm prints nothing, ensure Homebrew’s bin directory is on your PATH.

Windows#

Scoop
scoop bucket add agentpm https://github.com/agentpm-dev/scoop-bucket
scoop install agentpm

Upgrade#

Scoop
scoop update
scoop update agentpm

Uninstall#

Scoop
scoop uninstall agentpm

Verify#

Scoop
where agentpm
agentpm -V
scoop info agentpm
Note

If where agentpm doesn’t find the binary, run scoop reset agentpm or re-open your terminal so updated PATH settings take effect.

Troubleshooting#

  • Permission issues on macOS/Linux. Try brew doctor to diagnose Homebrew setup problems, or run your shell as a user with the correct permissions for the Homebrew prefix.
  • Corporate proxies / TLS MITM. Configure your proxy in your shell env before installing, e.g. HTTPS_PROXY / HTTP_PROXY.
  • Shell not seeing updates. Open a new terminal session, or run hash -r (bash/zsh) after upgrading.