Skip to main content

Installation

Prerequisites

Verify Docker is running:

docker info

Install Perry

curl -fsSL https://raw.githubusercontent.com/gricha/perry/main/install.sh | bash

This downloads the pre-built binary to ~/.perry/bin and adds it to your PATH.

Install Options

# Specific version
curl -fsSL https://raw.githubusercontent.com/gricha/perry/main/install.sh | bash -s -- --version 0.2.0

# Skip PATH modification
curl -fsSL https://raw.githubusercontent.com/gricha/perry/main/install.sh | bash -s -- --no-modify-path

From Source

git clone https://github.com/gricha/perry.git
cd perry
bun install
bun run build
bun link

Next Steps

Get started