ProbeScope for Windows
v1.0.2 · released Aug 4, 2026
Windows for most PCs (Intel & AMD)
x64 (AMD64)
Windows for ARM devices (Copilot+ PCs, Surface Pro X, Snapdragon)
ARM64
Install & quick start
Windows security warning?
When you first run ProbeScope, Windows may show “Windows protected your PC”— Microsoft Defender SmartScreen prevented an unrecognized app from starting. This happens because we're still waiting on our code-signing certificate — it's expected for now, not a sign of a bad download.
- Click More info
- Click Run anyway
You only need to do this once per download. This step will go away once our code-signing certificate is in place.
PowerShell
Expand-Archive probescope_1.0.2_windows_amd64.zip -DestinationPath .# create local example config and plugins.\probescope.exe init --all# run probescope.\probescope.exe run --hosts 1.1.1.1,8.8.8.8,example.comExpand-Archive probescope_1.0.2_windows_arm64.zip -DestinationPath .# create local example config and plugins.\probescope.exe init --all# run probescope.\probescope.exe run --hosts 1.1.1.1,8.8.8.8,example.comCommand Prompt
tar -xf probescope_1.0.2_windows_amd64.zip# create local example config and pluginsprobescope.exe init --all# run probescopeprobescope.exe run --hosts 1.1.1.1,8.8.8.8,example.comtar -xf probescope_1.0.2_windows_arm64.zip# create local example config and pluginsprobescope.exe init --all# run probescopeprobescope.exe run --hosts 1.1.1.1,8.8.8.8,example.comLooking for another platform? Back to downloads.