> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentstack.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> Installing AgentStack is super easy!

## Using our Installer

*We recommend using this method*

```bash theme={null}
curl --proto '=https' --tlsv1.2 -LsSf https://install.agentstack.sh | sh
```

## Installing with Brew

```bash theme={null}
brew tap agentops-ai/tap
brew install agentstack
```

## Installing with pipx

```bash theme={null}
pipx install agentstack
```

## Installing with UV

<Steps>
  <Step title="Install UV with their bash install script">
    ```bash theme={null}
    curl -LsSf https://astral.sh/uv/install.sh | sh
    ```
  </Step>

  <Step title="Create a virtual environment">
    ```bash theme={null}
    uv venv
    ```
  </Step>

  <Step title="Install AgentStack">
    ```bash theme={null}
    uv pip install agentstack
    ```
  </Step>
</Steps>

## After installing

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

**Congrats! You now have AgentStack installed in your environment**

<CardGroup cols={1}>
  <Card title="Quickstart" icon="circle-play" href="/https/docs.agentstack.sh/quickstart">
    A quickstart guide to using the CLI
  </Card>
</CardGroup>
