One self-contained native binary — no Java, no database to install. Pick your platform, run it, open the wall at :8080.
brew install laurentiud/tap/upcheckr
Installs the native binary and keeps it current with brew upgrade. Or grab a binary directly below.
# macOS / Linux chmod +x upcheckr-macos-arm64 UPCHECKR_ADMIN_PASSWORD=secret ./upcheckr-macos-arm64 # Windows (PowerShell) $env:UPCHECKR_ADMIN_PASSWORD="secret"; .\upcheckr-windows-x64.exe # JVM (any OS) UPCHECKR_ADMIN_PASSWORD=secret java -jar upcheckr.jar
Then open http://localhost:8080. Data persists at ~/.upcheckr/upcheckr.db (override with UPCHECKR_DB). Each binary ships with a matching .sha256 for verification.