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

# Install

> Install the afauth CLI via Homebrew, install script, or go install.

<Tabs>
  <Tab title="Homebrew">
    ```bash theme={null}
    brew install afauthhq/tap/afauth
    ```
  </Tab>

  <Tab title="Install script">
    ```bash theme={null}
    curl -fsSL https://afauth.org/install.sh | sh
    ```
  </Tab>

  <Tab title="Go">
    ```bash theme={null}
    go install github.com/afauthhq/cli/cmd/afauth@latest
    ```
  </Tab>
</Tabs>
