PgBeam Docs

Installation

Install the PgBeam CLI on macOS or Linux.

curl -fsSL https://pgbeam.com/install | sh

The installer downloads a precompiled binary and adds it to your PATH.

curl -fsSL https://pgbeam.com/install | sh

Supports x86_64 and ARM64 architectures.

Verify the installation:

pgbeam --version

After installing, authenticate with your PgBeam account:

pgbeam auth login

See auth login for details.