Download, and the blue warning

Windows shows a blue "Windows protected your PC" window the first time you run the installer. That is expected. Here is why it appears, what to press, and where the app goes once it is running.

Download for Windows Back to the page

Is it safe to run?

You do not know me, and it is an .exe. So here is what you can check rather than believe.

All of it, with the commands, is in SECURITY.md. If you would rather not run an installer at all, you can run it from the source.

Windows stops the installer

Run Dota-Translator-Setup.exe and a blue window appears in place of the installer. Press More info, and a Run anyway button appears.

Windows protected your PC

Microsoft Defender SmartScreen prevented an unrecognised app from starting. Running this app might put your PC at risk.
More info
Don't run

Windows protected your PC

Microsoft Defender SmartScreen prevented an unrecognised app from starting. Running this app might put your PC at risk.
App:
Dota-Translator-Setup.exe
Publisher:
Unknown publisher
Run anywayDon't run
Drawings, not screenshots: first what you see, then what you see after More info. The exact words differ a little between Windows versions.
Why it says this. Windows shows this for any program whose maker has not bought a code-signing certificate, which costs a few hundred euros a year - and this app is free. "Unknown publisher" means exactly that: not signed. It does not mean Windows found anything in the file. The whole source is public on GitHub, and the installer is built there from that source, not on anybody's PC. Your browser may also ask whether to keep the download, for the same reason.
Do not take my word for it. Every release is built by GitHub, in public, from the source at that version: the build logs are there to read. Each release page lists the installer's SHA-256 fingerprint; compare it with your file in PowerShell: Get-FileHash Dota-Translator-Setup.exe. And GitHub itself signs a statement of which commit the file was built from, which anybody with GitHub's command-line tool can check: gh attestation verify Dota-Translator-Setup.exe --repo sc0rebreaker/dota-translator.

It installs by itself

No questions and no administrator password: it installs for your Windows user only, puts a shortcut on the Desktop and in the Start menu, and starts. The first time, it opens a window that says it is ready: restart Dota once, so the game picks up its chat feed, and play.

After that it lives by the clock

Dota Translator has no main window. It sits in the system tray, the row of small icons beside the clock, and draws only over Dota. Windows hides new tray icons behind the little ^ arrow: click it and look for the two chat bubbles.

^ENG
21:40
20.09.2026
Drawing of the corner of the taskbar. You can drag the icon out of the box onto the taskbar to keep it in view.

Click the icon for the settings; right-click it to hide the translations or to quit. Starting Dota Translator again from its shortcut while it is already running opens the same settings window. Alt+D hides and shows the translations, Alt+Shift+D quits.

Download for Windows Back to the page