Skip to content

Spoolman NG v2026.7.10

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jul 19:32

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.10
docker pull docker.io/cookiemonster95/spoolman-ng:2026.7.10

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

  • assetlinks: serve handle_all_urls too — fixes Bitwarden 'passkeys not supported for this app' by @sherrmann in #217

Full Changelog: v2026.7.9...v2026.7.10