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

# Installation

> Install your generated CLI on macOS, Linux, or Windows

After your CLI is generated, you'll get a one-line install command. You can find this and your CLI's slug in the [InstantCLI dashboard](https://instantcli.com/dashboard).

## macOS and Linux

```bash theme={null}
curl -fsSL get.instantcli.com/your-slug/install.sh | sh
```

This downloads the correct binary for your platform and architecture, and adds it to your `PATH`.

## Windows

```powershell theme={null}
irm get.instantcli.com/your-slug/install.ps1 | iex
```

## Verify the installation

After installing, verify everything is working:

```bash theme={null}
your-cli --version
```

## Updating

You can update your CLI at any time:

```bash theme={null}
your-cli update
```

See [Auto-updates](/auto-updates) for more details.
