# Installing Pi-Apps

To install the [Pi-Apps](https://pi-apps.io/) app store for Raspberry Pi, follow the [instructions on their website](https://pi-apps.io/install/):

```bash
wget -qO- https://raw.githubusercontent.com/Botspot/pi-apps/master/install | bash
```

<p class="callout danger">Check the URL before running — piping directly to bash executes code without review.</p>

The installed app store will reside in your home directory:

```bash
$HOME/pi-apps
```

Apps installed via Pi-Apps usually can be found in `/opt`. Keep in mind that `/opt` might be missing from the shell's `PATH`.