Installation Guide
Get PgForge up and running in minutes on your system
Download Pre-built Binary
Download the appropriate binary for your platform:
Linux (x86_64)
$ curl -L https://github.com/xar/pgforge.dev/releases/latest/download/pgforge-linux-x64 -o pgforge $ chmod +x pgforge $ sudo mv pgforge /usr/local/bin/ $ pgforge --version
macOS (Apple Silicon)
$ curl -L https://github.com/xar/pgforge.dev/releases/latest/download/pgforge-darwin-arm64 -o pgforge $ chmod +x pgforge $ sudo mv pgforge /usr/local/bin/ $ pgforge --version
View all available releases and platforms on the GitHub releases page
Install Script
Automatic platform detection and installation:
$ curl -fsSL https://raw.githubusercontent.com/xar/pgforge.dev/main/install.sh | bash
Getting Started
# Initialize and create your first instance $ pgforge init $ pgforge create mydb