Floating prompter
A separate transparent, frameless, always-on-top window that scrolls your script at the speed you choose.
pmptr is a tiny desktop app that turns any script into a scrolling overlay. Transparent, frameless, always on top. When you lock it, your mouse clicks fall straight through to whatever is behind. Keep your eyes on the camera and your hands on your work.
A separate transparent, frameless, always-on-top window that scrolls your script at the speed you choose.
OS-level mouse-event ignoring means clicks pass through to the app underneath. The prompter stays visible; your work stays clickable.
Paste your script and tune speed, size, colors, opacity, mirror, and window dimensions from one tidy window.
Edits in the control window are reflected in the prompter instantly. No reload, no restart.
Play, pause, reset, change speed, and toggle click-through without ever leaving your keyboard.
Your preferences are saved to disk in your Electron user-data folder and restored on the next launch.
The fastest way to try pmptr is via npm. Requires Node.js 20+.
$ npm install -g pmptr
$ pmptr
$ git clone https://github.com/jatinkrmalik/pmptr.git
$ cd pmptr && npm install
$ npm start
Prefer a native installer? Grab the latest build from the Releases page.
Not code-signed. Your OS may warn on first launch. That is expected during beta.
In the floating window:
| Space | Play / pause |
| R | Reset scroll to the top |
| ↑ / ↓ | Speed up or down by 5 px/s |
| L | Toggle click-through (lock / unlock) |
| Esc | Close the prompter |
pmptr is free, open-source software released under the MIT license. No credit card, no account, no upsell. Ad-free forever. It is built in the open and contributions are welcome.