Skip to main content

Download PMP4PG

PMP4PG is distributed as a set of ready-to-deploy packages. All releases are available from the official GitHub repository.


Current Release

VersionRelease DateStatus
v1.0.02025✅ Stable

Download Packages

Each release provides the following downloadable artifacts:

Backend (Java / Spring Boot)

pmp4pg-backend-v1.0.0.jar

A self-contained executable JAR. Requires Java 17+.

Frontend (Angular — pre-built)

pmp4pg-frontend-v1.0.0.tar.gz

Pre-compiled Angular bundle, ready to serve with Nginx or Apache.

Agent (Go binary — Linux x86_64)

pmp4pg-agent-v1.0.0-linux-amd64.tar.gz

Pre-compiled Go binary for Linux x86_64. No Go runtime required.

Repository Schema

pmp4pg-schema-v1.0.0.sql

SQL script to initialize the PMP repository database (tables, extensions, initial data).

Configuration Templates

pmp4pg-config-templates-v1.0.0.tar.gz

Sample configuration files for the backend (application.yml) and the agent (config.yml).


Download from GitHub

{screenshot: github-releases-page}

All packages are available on the official releases page:

👉 https://github.com/data-resilience/pmp4pg/releases


Verifying Downloads

Each release artifact is accompanied by a SHA256 checksum file. It is strongly recommended to verify the integrity of downloaded files before deployment.

# Download the checksum file
wget https://github.com/data-resilience/pmp4pg/releases/download/v1.0.0/SHA256SUMS

# Verify the backend JAR
sha256sum -c SHA256SUMS --ignore-missing

What to Download

Depending on what you are deploying, download the relevant packages:

DeployingRequired Packages
Full platform (first install)Backend JAR + Frontend archive + Schema SQL + Config templates
Additional agent onlyAgent archive + Config templates
Upgrading existing installBackend JAR + Frontend archive (schema upgrades documented in Changelog)

Stay Up to Date

Subscribe to GitHub release notifications to be alerted when new versions of PMP4PG are published.


Next Steps