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

# Install the Proceeds CLI

> Install the Proceeds CLI with npm.

## Prerequisites

* **Node.js 22 or newer**

## Global install

```bash theme={null}
npm install --global @proceeds/cli
proceeds --version
proceeds --help
```

## Next

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/cli/authentication">
    Log in with a console API key and manage profiles.
  </Card>
</CardGroup>
