01What does Chaser actually capture?+
A PNG of the frontmost window, a deterministic observation of the interface structure and state exposed by macOS Accessibility, source metadata, and your optional annotation. They remain one local artifact.
02Does Chaser use OCR or send my screen to an AI?+
No. Capture and normalization are local Swift code. Chaser does not call an LLM and does not upload your artifact. The app you paste into may have its own privacy policy.
03Why not paste one ordinary clipboard item?+
Many editors choose either the image or the text representation. Chaser uses one shortcut to deliver the image first and the semantic context immediately after, then restores your clipboard when it can do so safely.
04Does it work in terminal apps?+
Yes. Chaser's paste shortcut sends the structured text to command-line interfaces. After Copy, CLI agents that support image input can receive the screenshot through their ordinary paste command.
05Which permissions does it need?+
Screen Recording captures the selected window. Accessibility reads interface context and targets the guarded paste sequence. Onboarding explains and links to both macOS permission panels.
06Can Chaser clean up old captures?+
Yes, if you opt in. Keep Forever is the default, or choose a retention period in Settings. Chaser shows each bundle's size, supports bulk management, skips anything tagged dnd (do not delete), and moves expired captures to the recoverable macOS Trash rather than permanently deleting them.
07What Macs are supported?+
The universal download supports Apple silicon and Intel Macs running macOS 15 or later.
08Is Chaser open source?+
Yes. Chaser is open source under the MIT License. The Mac app, capture schema, renderer, website, and release tooling are public on GitHub, so you can inspect how a capture is produced, build Chaser yourself, or contribute improvements.