ProbeScope for macOS

v1.0.2 · released Aug 4, 2026

Install & quick start

macOS security warning?

When you first open ProbeScope, macOS may say “probescope” Not Opened — Apple could not verify “probescope” is free of malware. This happens because we're still waiting on our Apple Developer certificate for signing/notarization — it's expected for now, not a sign of a bad download. Click Done (not “Move to Trash”), then:

  1. Open System Settings → Privacy & Security
  2. Scroll down to the Security section — you'll see “probescope” was blocked to protect your Mac
  3. Click Open Anyway, then confirm with your password or Touch ID
  4. Try opening ProbeScope again and click Open on the final confirmation

You only need to do this once per download. This step will go away once our Apple notarization is in place.

Prefer Terminal? Run:

xattr -d com.apple.quarantine /path/to/probescope
tar -xzf probescope_1.0.2_darwin_amd64.tar.gz
chmod +x probescope
# create local example config and plugins
./probescope init --all
# run probescope
./probescope run --hosts 1.1.1.1,8.8.8.8,example.com

Looking for another platform? Back to downloads.