# Installation

### Homebrew on macOS and Linux

```
brew install aymericbeaumet/tap/pimp
```

### Docker

```
docker run -it aymericbeaumet/pimp:latest
```

### Pre-built binaries & packages

Download the desired binary or package from the [latest release](https://github.com/aymericbeaumet/pimp/releases/latest).

### Via the [Go toolchain](https://golang.org/doc/install)

```
go install github.com/aymericbeaumet/pimp/cmd/pimp@latest
```

{% hint style="info" %}
You can test the correctness of pimp installation by executing `pimp --version`
{% endhint %}
