npad v0.17.1
🎉 New Release Available!
Downloads
Windows Builds:
npad-v0.17.1-setup-win-x64.exe- Windows installer (per-user by default; system-wide available)npad-v0.17.1-msi-win-x64.msi- Windows MSI for silent/managed deployment (msiexec /i ... /qn)npad-v0.17.1-portable-win-x64.exe- Portable GUI version for Windows (no install needed)
Verification:
CHECKSUMS.txt- SHA256 checksums for all files- Individual
.sha256files for each binary - Verify with:
sha256sum -c CHECKSUMS.txt(Linux/macOS) orGet-FileHash(Windows)
Installation
- Download the appropriate file from the Assets below
- Windows: Run
npad-v*-setup-win-x64.exeto install (ormsiexec /i npad-v*-msi-win-x64.msi /qnfor silent), or run the portable exe directly - Verification: Check the file integrity using the provided checksums
SmartScreen / Defender blocking the download? Releases are not code-signed yet. Right-click the file → Properties → tick Unblock → Apply, or choose "More info" → "Run anyway". Verify the SHA256 against
CHECKSUMS.txtfirst if unsure.
Changes
See the commit history for detailed changes in this release.
Build Info:
- Commit:
08ec87b0132694a1bc49e5cf73ebef1231585d6b - Built: $(date -u '+%Y-%m-%d %H:%M:%S UTC')
- CI Run
- All builds passed CI validation before release