Skip to content

Spoolman NG v2026.7.9

Choose a tag to compare

@github-actions github-actions released this 11 Jul 18:46

Spoolman NG — a community-maintained continuation of Spoolman.

⚠️ Before upgrading: Spoolman applies database migrations automatically on startup. Back up your database first so you can roll back if needed.

Docker images

Multi-arch images are published to GHCR and Docker Hub:

docker pull ghcr.io/sherrmann/spoolman-ng:2026.7.9
docker pull docker.io/cookiemonster95/spoolman-ng:2026.7.9

Also tagged :latest (newest release) and :edge (latest master). Architectures: amd64, arm64, and armv7 (all with NFC support).

Android companion app (proof of concept)

When attached below, spoolman-companion-*.apk is the sideloadable Android companion app: the full web UI plus native QR/barcode and NFC scanning, working against plain-HTTP LAN servers with no TLS setup. Install it directly or track releases with Obtainium — details in mobile/README.md.


What's Changed

  • mobile: passkeys in the login WebView + in-app self-update (Android) by @sherrmann in #213
  • mobile: fix passkeys — use WebView WEB_AUTHENTICATION_SUPPORT_FOR_APP by @sherrmann in #214
  • Frictionless passkey setup: server-served assetlinks.json + in-app setup assistant by @sherrmann in #215

Full Changelog: v2026.7.8...v2026.7.9