# Installation

Install the Web X CLI via platform-specific packet managers:

{% tabs %}
{% tab title="Windows" %}

```bash
choco install webx
```

{% endtab %}

{% tab title="MacOS" %}

```bash
apt install webx
```

{% endtab %}

{% tab title="Linux" %}

```bash
apt install webx
```

{% endtab %}
{% endtabs %}

Or alternatively build from source using:

```bash
git clone https://github.com/webx-net/webx
cd webx
cargo build --release
./target/release/webx --help
```

***
