Installing with Brew

brew tap agentops-ai/tap
brew install agentstack

Installing with pipx

pipx install agentstack

Installing with UV

1

Install UV with their bash install script

curl -LsSf https://astral.sh/uv/install.sh | sh
2

Create a virtual environment

uv venv
3

Install AgentStack

uv pip install agentstack

After installing

Run agentstack --version to verify that the CLI is installed and accessible.

Congrats! You now have AgentStack installed in your environment