Skip to main content
Supported Operating Systems
Windows is not supported. Please use WSL (Windows Subsystem for Linux) or a Linux VM.
  • Linux (AMD64)
  • macOS (Apple Silicon)
  • Go Install
  • Docker
  • Pre-built Binary
  • Build from Source
If you have Go 1.23.0 or later installed, you can install pgschema directly:
go install github.com/pgschema/pgschema@latest
This will install the latest version of pgschema to your $GOPATH/bin directory.After installation, verify that pgschema is working correctly:
# View help and check version
pgschema --help
I