Toolshot
Screenshots, annotations and a color picker, living quietly in your menu bar.
- Click any window to capture it, or drag to capture an area
- Pixel-perfect magnifier loupe with live hex readout
- Annotate with rectangles and arrows, copy with one key
- Color picker with hex, rgb, hsl, hsb and SwiftUI formats
- Global hotkeys, launch at login, no dock clutter
Loading latest release...
First launch on macOS
Toolshot is not signed with an Apple developer certificate, so macOS blocks the first launch. Two ways around it:
- Open it once, then go to System Settings, Privacy and Security, and click "Open Anyway".
- Or clear the quarantine flag:
xattr -dr com.apple.quarantine /Applications/Toolshot.app
The first capture asks for Screen Recording permission. Grant it and relaunch the app.
Homebrew
brew install --cask deekahy/tap/toolshot
Add --no-quarantine to skip the Gatekeeper prompt for the unsigned app.
Nix
The repo is a flake:
nix run github:DeeKahy/toolshot
Or add github:DeeKahy/toolshot as an input and use packages.<system>.default in your nix-darwin or NixOS configuration. Details in the README.