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

# JCore Iron Pi Setup

To install Clarity Gateway on a 3rd party ARM device, run the following command:

```
curl https://releases.jcore.io/clarity-gateway/install.sh | bash
```

On systems that do not have `curl`, `wget` may be available as an alternative:

```
wget -qO- https://releases.jcore.io/clarity-gateway/install.sh | bash
```

The script output may indicate that you need to reboot the target system to finish the installation. In that case, reboot the system and re-run the install script to finish the installation.
