GeoPulse 1.16.1
π³ Docker Images
All images are multi-architecture (AMD64/ARM64) and available on Docker Hub and GitHub Container Registry.
Backend Images
# Native (Multi-arch: AMD64, ARM64) - Optimized for modern CPUs
docker pull tess1o/geopulse-backend:1.16.1-native
# Native Compatible (Multi-arch) - For older CPUs and Raspberry Pi
docker pull tess1o/geopulse-backend:1.16.1-native-compat
# JVM (Multi-arch: AMD64, ARM64)
docker pull tess1o/geopulse-backend:1.16.1-jvmFrontend Image
# Multi-arch: AMD64, ARM64
docker pull tess1o/geopulse-ui:1.16.1π¦ Bare Metal / Proxmox Deployment (No Docker)
Manual Installation
Download artifacts for your platform:
Frontend (Required, platform-independent)
geopulse-frontend-1.16.1.tar.gz- Static HTML/CSS/JS files
Backend (Choose ONE)
Option 1: Native Backend (Recommended - No Java required, lower memory, faster startup)
AMD64 (Intel/AMD):
- Modern CPUs (x86-64-v3):
geopulse-backend-native-amd64-1.16.1 - Older CPUs (x86-64-v2):
geopulse-backend-native-amd64-compat-1.16.1
ARM64:
- Modern ARM64:
geopulse-backend-native-arm64-1.16.1 - Raspberry Pi 3/4:
geopulse-backend-native-arm64-compat-1.16.1
Option 2: JVM Backend (Requires Java 25+)
geopulse-backend-jvm-1.16.1.tar.gz- Works on any platform with Java
βΈοΈ Kubernetes / Helm
helm repo add geopulse https://tess1o.github.io/geopulse/charts
helm repo update
helm install geopulse geopulse/geopulse --version 1.16.1π Documentation
β Verification
All artifacts include SHA256 checksums. Download SHA256SUMS and verify:
sha256sum -c SHA256SUMS