Skip to content

Windows blocks atbridge (SmartScreen)

In short: Windows blocks atbridge as a routine precaution for newly released apps it hasn’t seen downloaded widely yet — not because it’s malware. Install from PowerShell (irm https://atbridge.ai/install.ps1 | iex), which isn’t blocked, or click More info → Run anyway on the SmartScreen dialog.

If you see the blue “Windows protected your PC” dialog, “unknown publisher”, or Windows Defender quarantines the file, that’s SmartScreen — the same caution Windows applies to any newer app it hasn’t seen many times yet.

Windows flags files downloaded from the internet with a hidden Mark-of-the-Web tag. When you run one, SmartScreen weighs how widely that app has already been downloaded and recognized. A newer, independently distributed app like atbridge hasn’t built up that recognition yet, so SmartScreen plays it safe and blocks the first launch by default — the same thing happens to plenty of small and new apps.

A PowerShell download never gets the Mark-of-the-Web, so SmartScreen doesn’t block it — and the script clears the flag for you as a safety net. Open PowerShell and run:

Terminal window
irm https://atbridge.ai/install.ps1 | iex

That’s the whole fix. It installs to %USERPROFILE%\.atbridge\bin\atbridge.exe, adds atbridge to your user PATH, and registers the Thunderbird bridge. No admin rights needed.

If Windows Defender moved the file to quarantine, open Windows Security → Virus & threat protection → Protection history, find the atbridge entry, and choose Restore. Then re-run the install script above.

Terminal window
atbridge --version

A version string means Windows is letting atbridge run. If you closed and reopened your terminal and atbridge isn’t found yet, that’s just the PATH update — open a fresh PowerShell window.

Was this page helpful?