You are looking at something on screen and you are not sure what it is. A cryptic error, a message that reads like a ransom note, a dashboard with six overlapping labels. Press a hotkey, drag a rectangle, read the explanation. Ask a follow-up if the first pass was unsatisfying. That is the whole app.
Ctrl+Shift+/ by default, falling back to Ctrl+Shift+Alt+P
if something else already stole the first one. Or double click the tray icon
if your hands are on the mouse.
Esc when you are done and it disappears.
Parse has no main window. No splash screen, no "welcome back" dialog, no preferences pane, no onboarding tour. It lives in the system tray and waits. The entire visible surface of the application is a hotkey, a selection rectangle, and a popup.
Capture goes through BitBlt and encodes to PNG, then streams to a
vision-capable model over server-sent events so text appears as it is generated
rather than after a long pause. A named-pipe lock keeps exactly one copy running
per user, and the app is per-monitor DPI v2 aware so the selection lands where you
drew it.
Parse sends the region you select to a third party. That is how it works, and it is worth being precise about what that means before you install it.
OPENAI_API_KEY environment variable at startup. It is never written to a config file by Parse and never transmitted anywhere except to OpenAI.AppController::initialize and rebuilding.
A preferences UI is deliberately not on the roadmap.
Windows 10 1809+ or Windows 11, x64. You will need your own OpenAI API key with access
to a vision-capable model, set in the OPENAI_API_KEY environment variable
before launch.
setx OPENAI_API_KEY sk-...
# open a new shell afterwards, or the old one will not see it