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

# 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 %}
