Skip to content

Installing Piri

This section covers the installation of the Piri binary.

Prerequisites

Before installing, ensure you have:

Download Pre-compiled Binary

Download the latest release from v0.2.1:

For Linux AMD64

wget https://github.com/storacha/piri/releases/download/v0.2.1/piri_0.2.1_linux_amd64.tar.gz
tar -xzf piri_0.2.1_linux_amd64.tar.gz
sudo mv piri /usr/local/bin/piri

For Linux ARM64

wget https://github.com/storacha/piri/releases/download/v0.2.1/piri_0.2.1_linux_arm64.tar.gz
tar -xzf piri_0.2.1_linux_arm64.tar.gz
sudo mv piri /usr/local/bin/piri

Verify Installation

# The output version should match the version installed via the above command
piri version

Next Steps

After installing Piri: