Nightly Build - 2026-06-22
Pre-release
Pre-release
·
20 commits
to main
since this release
pmptr Nightly Build - 2026-06-22
⚠️ This is a nightly build - Use for testing only, not for production.
Build Information
- Build Date: 2026-06-22
- Commit:
4914164e153d33feacabbb21fdd45ec6f5795119 - Branch:
main - Build Number: #10
What's Changed
This nightly build includes the latest changes from the main branch. Check the commit history for details.
Downloads
🐧 Linux
- pmptr-nightly-linux.AppImage - Universal Linux binary
- Make it executable:
chmod +x pmptr-nightly-linux.AppImage - Run:
./pmptr-nightly-linux.AppImage
- Make it executable:
- pmptr-nightly-linux_amd64.deb - Debian/Ubuntu package
- Install:
sudo dpkg -i pmptr-nightly-linux_amd64.deb
- Install:
🍎 macOS
- pmptr-nightly-mac.dmg - macOS universal binary
- Open the DMG and drag pmptr to Applications
- First launch: Right-click → Open (to bypass Gatekeeper)
🪟 Windows
- pmptr-nightly-windows.exe - Windows installer
- Run the installer
- Windows SmartScreen: Click "More info" → "Run anyway"
Testing Steps
This is a nightly build, so please test thoroughly and report any issues:
Quick Smoke Test (5 minutes)
- ✅ Install the build for your platform
- ✅ Launch pmptr and verify it opens
- ✅ Paste a test script in the control window
- ✅ Open the floating prompter
- ✅ Verify text scrolls correctly
- ✅ Test pause/resume and reset
- ✅ Test the lock/click-through feature
Feature Testing (15 minutes)
- ✅ Test all sliders (speed, font size, colors, opacity, etc.)
- ✅ Verify settings persist after restart
- ✅ Test all keyboard shortcuts (Space, R, ↑/↓, L, Esc)
- ✅ Test window positioning presets
- ✅ Test mirror mode (if you have beam-splitter glass)
- ✅ Adjust transparency and verify see-through effect
Regression Testing
- ✅ Test that previous features still work
- ✅ Check for any new UI glitches
- ✅ Verify performance (smooth scrolling, no lag)
Reporting Issues
Found a bug or regression? Report it on GitHub Issues with:
- Title: Include "Nightly 2026-06-22" prefix
- Build info: Commit
4914164e153d33feacabbb21fdd45ec6f5795119 - Platform: Your OS and version
- Steps to reproduce: What you were doing when the issue occurred
- Expected vs actual: What should happen vs what did happen
- Screenshots/logs: If applicable
Nightly Build Policy
- Nightly builds run automatically at 00:00 UTC
- Only the last 3 nightly builds are retained (older ones are auto-deleted)
- These builds are not signed and should not be used in production
- Use nightlies to test new features and catch bugs early
Installation Notes
Linux
# For AppImage
chmod +x pmptr-nightly-linux.AppImage
./pmptr-nightly-linux.AppImage
# For .deb
sudo dpkg -i pmptr-nightly-linux_amd64.debmacOS
# Mount the DMG and drag to Applications
open pmptr-nightly-mac.dmgWindows
# Run the installer
.\pmptr-nightly-windows.exeRecent Changes
Check the commit log for the latest changes included in this build.
Note: This is an automated nightly build. For stable releases, check the Releases page.