Toolshot

Screenshots, annotations and a color picker, living quietly in your menu bar.

All downloads
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:

  1. Open it once, then go to System Settings, Privacy and Security, and click "Open Anyway".
  2. 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.