Skip to Content
Installation

Last Updated: 4/8/2026


Installation

Get Pie up and running on your system.

Prerequisites

  • Python 3.8 or later (for Python client)
  • Node.js 16+ (for JavaScript client)
  • Rust toolchain (for building inferlets)
  • CUDA-capable GPU (recommended for inference)

Install Pie Server

# For CUDA 12.6 uv sync --extra cu126 # For CUDA 12.8 uv sync --extra cu128 # For CUDA 13.0 uv sync --extra cu130 # For Apple Metal (macOS) uv sync --extra metal

Using pip

pip install pie-server

Install Client Libraries

Python Client

pip install pie-client

JavaScript Client

npm install @pie-project/client

Rust Client

cargo add pie-client

Verify Installation

Check that Pie is installed correctly:

pie --version

Next Steps