> ## Documentation Index
> Fetch the complete documentation index at: https://bunnynet-cb9733c2-support-migration.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> Install the Bunny CLI via shell installer or npm.

## curl

Download a prebuilt binary for your platform and add it to your `PATH`:

```bash theme={null}
curl -fsSL https://cli.bunny.net/install.sh | sh
```

<Note>
  `install.sh` is a POSIX shell script, so piping to `sh`, `bash`, or `zsh` all
  work.
</Note>

## npm

If you already use Node.js, install globally from npm:

```bash theme={null}
npm install -g @bunny.net/cli
```

## Verify your installation

```bash theme={null}
bunny
```

## Next steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/cli/quickstart">
    Log in and create your first database
  </Card>

  <Card title="Authentication" icon="key" href="/cli/commands/auth">
    `bunny login`, `bunny logout`, `bunny whoami`
  </Card>
</CardGroup>
