Windows Installation

Option 1 — Windows Executable (recommended for most users). Start the detector quickly and easily on your Windows system.

👉 Download via GitHub Releases

Choose the correct file for your hardware in the latest release.

Go to Releases →
FileHardware Requirements
aidetector-winml-<version>.exeWindows 11 with any GPU
aidetector-cuda130-<version>.exeWindows 10 with NVIDIA RTX 3000 series or newer
aidetector-cuda126-<version>.exeWindows 10 with NVIDIA RTX 2000 series or older

Not sure which one to choose?: Start with the <strong>winml</strong> version on Windows. Only use a cuda build if you are certain that your NVIDIA setup matches that specific CUDA version.

Setup Instructions

  1. Create a folder, for example C:\aidetector, and move the downloaded .exe file to this folder.
  2. Create a config.json file in the same folder (see Configuration documentation).
  3. Double-click the .exe — a terminal window will open with the detection logs.
  4. Upon first startup (without an existing config.json), a template is generated automatically. Fill this in and restart the application.
Tip: Keep the terminal window open as long as the detector is running. If it closes immediately, there is an error in your <code>config.json</code> — check carefully that you haven't forgotten any quotation marks (") or commas (,).