Kapt
Captures, annotates and reads text out of macOS screenshots.
The problem #
Explaining a bug means taking a screenshot, drawing a box on it, and pulling out the error text so it can be pasted somewhere searchable. That is three tools on macOS, and the scrolling part does not exist at all.
The approach #
One menu bar app doing the whole loop: region, fullscreen or scrolling capture through ScreenCaptureKit, an annotation editor, and Vision framework OCR so the text in the image becomes text you can paste.
Where it is now #
Shipped at v1.0.0 in April 2026 and installable today. It does the job it was built for, so there is nothing left to add until a new need shows up.
What happens if this works #
None beyond its own use. This one exists because the workflow was annoying every day and a native app fixed it.
Evidence #
- v1.0.0 shipped 2026-04-03, installable with brew install --cask sonpiaz/tap/kapt
- Signed with a Developer ID and distributed through a Homebrew tap