Installation

macOS (Homebrew)

brew install predictor

Linux / macOS (curl)

curl -fsSL https://get.predictor.sh | sh

From Source

git clone https://github.com/predictor-sh/cli
cd cli
cargo build --release

Verify Installation

predictor --version

System Requirements

Minimum Requirements

Component
Requirement

OS

macOS 12+ or Linux (glibc 2.31+)

RAM

8GB minimum

Disk

500MB for CLI + model storage

GPU Support (Optional)

Platform
GPU
Driver

macOS

Apple Silicon (M1/M2/M3)

Built-in Metal

Linux/Windows

NVIDIA (RTX 20/30/40 series)

CUDA 12.0+

GPU acceleration is optional. predictor.sh works on CPU, though inference will be slower.

Next Steps

Once installed, authenticate with your predictor.sh account:

Then follow the Quickstart guide to create your first endpoint.

Last updated