> 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/installing-on-3rd-party-devices.md).

# Installing on 3rd Party Devices

To install Clarity Gateway on a Moxa ARM computer running Moxa Industrial Linux 3 or Moxa Industrial Linux 4, follow the [Moxa UC Series Setup instructions](/clarity-gateway/installation/installing-on-3rd-party-devices/moxa-uc-series-setup.md), then run the following installation 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.
