# Installation

# asdf

We have an asdf (opens new window) plugin here (opens new window). You can install with:

asdf plugin-add pluto
asdf list-all pluto
asdf install pluto <latest version>
asdf local pluto <latest version>

# Binary

Install the binary from our releases (opens new window) page.

# Homebrew Tap

brew install FairwindsOps/tap/pluto

# Scoop (Windows)

Note: This is not maintained by Fairwinds, but should stay up to date with future releases.

scoop install pluto

# Verify Artifacts

Fairwinds signs the Pluto docker image and the checksums file with cosign (opens new window). Our public key is available at https://artifacts.fairwinds.com/cosign.pub

You can verify the checksums file from the releases (opens new window) page with the following command:

cosign verify-blob checksums.txt --signature=checksums.txt.sig  --key https://artifacts.fairwinds.com/cosign.pub

Verifying docker images is even easier:

cosign verify us-docker.pkg.dev/fairwinds-ops/oss/pluto:v5 --key https://artifacts.fairwinds.com/cosign.pub