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

# Installation

> Install the Median CLI.

## Install

```bash theme={null}
npm install -g @mediansh/cli
```

Verify it worked:

```bash theme={null}
mdn --version
```

## Supported platforms

| Platform | Architecture               |
| -------- | -------------------------- |
| macOS    | x64, arm64 (Apple Silicon) |
| Linux    | x64, arm64                 |
| Windows  | x64                        |

## Next step

```bash theme={null}
mdn setup
```

See the [setup guide](/cli/setup) to connect your workspace.
