pgxman home page
Search...
⌘K
Ask AI
Home
pgxman/pgxman
pgxman/pgxman
Search...
Navigation
User Guide
Installing pgxman
Documentation
Command Reference
Discord
Getting Started
Overview
Quickstart
User Guide
Installing pgxman
Installing Postgres
Installing an extension
Using extensions
Using containers
Uninstalling
Developer Guide
Adding an extension
How it works
Specifications
Pack
Buildkit
On this page
MacOS: Homebrew
Manual Download
Linux Compatibility
User Guide
Installing pgxman
The installer script works on both MacOS and Linux.
Copy
Ask AI
curl
-sfL
https://install.pgx.sh
|
sh
-
After installation, pgxman will advise you on further requirements:
Linux:
PostgreSQL
Docker
on MacOS, Docker is used for our
container support
if you plan on contributing extensions, Docker is used to build extensions locally with
pgxman build
You can run
pgxman doctor
at any time to check if you have everything you need to use pgxman.
MacOS: Homebrew
Use the homebrew tap to install pgxman:
Copy
Ask AI
brew
install
pgxman/tap/pgxman
Manual Download
You can download the
latest compiled binaries
and add them to your system’s executable path.
Linux Compatibility
pgxman is compatible with the following Debian-based Linux distributions:
Debian Bookworm
Ubuntu Jammy
Quickstart
Installing Postgres
Assistant
Responses are generated using AI and may contain mistakes.