ProbeScope for macOS
v1.0.2 · released Aug 4, 2026
macOS (Intel Macs)
x64 (Intel)
macOS (Apple Silicon)
ARM64 (M1, M2, M3, M4)
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:
- Open System Settings → Privacy & Security
- Scroll down to the Security section — you'll see “probescope” was blocked to protect your Mac
- Click Open Anyway, then confirm with your password or Touch ID
- 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/probescopetar -xzf probescope_1.0.2_darwin_amd64.tar.gzchmod +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.comtar -xzf probescope_1.0.2_darwin_arm64.tar.gzchmod +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.comLooking for another platform? Back to downloads.