🔍 PC Scanner — which games will run on your hardware

Download a small bat script, run it — we find your GPU, CPU and RAM. We show what FPS you will get in popular games. No install, safe, open source.

How it works

Step 1

Download the scanner

A small bat script (3 KB) — no install, no .exe. Just Windows commands.

⬇ Download scan.bat
Step 2

Run it once

Double-click. A file fpshq-pc-info.json appears on the desktop. A black window opens for 2-3 seconds — that is normal.

Step 3

Upload the JSON

Drag fpshq-pc-info.json into the form below. We detect the hardware and show the FPS forecast.

📁
Upload fpshq-pc-info.json

Frequently asked questions

Is it safe? Is scan.bat a virus?
The script is open — open it in Notepad before running, you will see 30 lines of Windows commands (wmic, powershell). The script does not connect to the internet and sends nothing anywhere. It only collects info about your hardware into a local JSON file. You decide whether to upload it to us afterward.
What information does the script collect?
Only: GPU model, CPU model, RAM amount, Windows version. No personal data, serial numbers, username or file paths.
What if I have Linux/Mac?
The scanner works only on Windows. On Linux run in the terminal:
echo "{\"gpu\":\"$(lspci | grep VGA | head -1 | cut -d: -f3 | xargs)\",\"cpu\":\"$(cat /proc/cpuinfo | grep 'model name' | head -1 | cut -d: -f2 | xargs)\",\"ram_mb\":$(($(grep MemTotal /proc/meminfo | awk '{print $2}')/1024)),\"os\":\"$(uname -a)\"}" > fpshq-pc-info.json
How is this different from Can You Run It?
1) No exe install — they require downloading and installing a program with a browser extension.
2) An FPS forecast for each game, not just "runs / does not run".
3) A base of 8000+ games and precise FPS measurements.
4) Free forever, no ads.