The missing macOS screenshot tool for Claude Code, Codex, and Cursor. One capture lands as the right format — file path in your terminal, image in your chat, PNG in your editor.
brew install --cask CPPAlien/contextsnap/contextsnap
macOS's built-in screenshot tool gives you one representation at a time. So you save to Desktop, hunt the file, drag it in. Every single time.
Claude Code wants a file path. Paste raw pixels into the terminal and you get garbage.
WeChat, Slack, iMessage want a real image. Paste a path and you get a blue link nobody can preview.
Preview, Figma, Notes want PNG bytes. Paste a file ref and you get an icon, not the pixels.
ContextSnap writes every shot to the clipboard as file path, image, and PNG bytes simultaneously. The app you paste into picks the format it understands.
| Paste into… | What lands |
|---|---|
| Claude Code / Codex / any terminal | file path the agent reads the image from disk |
| Cursor chat panel | image inline attachment, ready for vision input |
| WeChat / Slack / iMessage / Discord | image exactly as if you screenshotted in-app |
| Preview / Notes / Figma / image editors | PNG raw pixels |
| Finder / upload dialogs | file ref drops the PNG as a real file |
Designed so the agent-paste case just works — no more "drag from Finder" detours.
⇧⌘S anywhere — native macOS region selection, no learning curve.
Queue up multiple shots, drag tiles into wherever they need to go, clear when done.
Drag images straight from Chrome, Finder, or any app into the stack — auto-downloads web images.
Terminal paste case works on the first try. No more switching to Finder to drag a file in.
Every shot archived under ~/Pictures/ContextSnap/. Nothing leaves your machine.
~2 MB. Pure Swift + SwiftUI. Read the whole thing in an afternoon.
brew install --cask CPPAlien/contextsnap/contextsnap
Homebrew downloads outside Safari's quarantine, so the app launches on first run without needing the xattr step below.
.dmgContextSnap-x.y.z.dmg from the latest release.xattr -dr com.apple.quarantine /Applications/ContextSnap.app
Press a hotkey. Paste anywhere. Your AI agent gets the path, your team gets the image.
Download for macOS