# Install

On macOS and Linux:

```sh
curl -fsSL https://getstream.io/cli.sh | bash
```

On Windows, use [WSL](https://learn.microsoft.com/windows/wsl/install).

The CLI is also available as an npm package for Node.js 22.15 or newer:

```sh
npm install -g @stream-io/cli
```

Node.js is not required to use the CLI. Pick npm if that's already how you install tools. Otherwise prefer the install script.

Verify the install:

```sh
getstream --version
```

---

For the most recent version of this documentation, visit [https://getstream.io/cli/docs/install/](https://getstream.io/cli/docs/install/).