> For the complete documentation index, see [llms.txt](https://docs.webx.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.webx.sh/getting-started/installation.md).

# 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
```

***
