Best beta choice
Use this for Fortnite, Call of Duty, capture card previews, Remote Play windows, OBS previews, desktop notifications, and the easiest shortcut install.
Download Windows betaGGSight is a local desktop scanner because screen capture, OCR, scan zones, local storage, and match alerts need to run on your computer. The current distributed beta is Windows-only.
The Windows package includes the bundled app, game profiles, legal docs, installer, uninstaller, and the files needed to run the MVP scanner locally.
Use this for Fortnite, Call of Duty, capture card previews, Remote Play windows, OBS previews, desktop notifications, and the easiest shortcut install.
Download Windows betaUse this for local OCR checks, screenshot testing, and future Mac scan-zone support. The current public beta is source-style.
Validation pendingUse this for OCR validation, dataset work, and Linux desktop testing. Package signing and native installers come later.
Validation pendingThe Windows installer creates the GGSight runtime folder and shortcuts when permissions allow. Always extract the zip first and verify the hash when possible.
Go to the download page, accept the Terms of Service and Stream Sniping Policy, then choose Download for Windows.
Right-click the downloaded zip and choose Extract All. Do not run GGSight from inside the compressed zip preview.
Open the Download Safety Center and compare the SHA-256 hash before running the installer. If it does not match, delete the file.
Open PowerShell in the extracted GGSight folder and run:
cd C:\path\to\GGSight
powershell -ExecutionPolicy Bypass -File .\desktop\install_windows.ps1 -InstallTesseract -RunAfterInstall -AllowUnsignedBeta
Use the GGSight desktop shortcut or Start Menu shortcut. If Windows still shows an old icon, close GGSight and restart Windows Explorer.
The recommended command uses Windows Package Manager to install Tesseract after explicit opt-in. GGSight also auto-detects an existing install at C:\Program Files\Tesseract-OCR\tesseract.exe.
Select the game, choose the visible source window or monitor region, draw a tight box around the gamer-tag feed, test OCR, then start scanning.
Open Start Menu > GGSight > Uninstall GGSight. Normal removal preserves your local settings and scan history. For complete removal, run uninstall_windows.ps1 -RemoveUserData from the extracted download folder.
macOS packaging, capture behavior, OCR dependencies, and release validation must be completed before a public download is offered.
Linux packaging, capture behavior, OCR dependencies, and release validation must be completed before a public download is offered.
Good scan zones matter more than giant scan zones. Smaller boxes are faster, cleaner, and less likely to pick up random words.
Draw around the left-side kill feed and bus-driver feed. GGSight should capture the left actor name and ignore duplicate reads inside the same match.
Draw around the right-side lobby roster when finding a match. Use the COD preset so lobby labels are ignored and gamer tags are kept.
Draw the zone on whichever monitor contains the game, capture card preview, OBS preview, PS Remote Play, or Xbox Remote Play window.
Choose desktop, sound, or private Discord alerts. Open Setup to paste and test a Discord channel webhook. All channels share confidence and duplicate cooldown rules.
GGSight reads visible pixels only. It does not inspect game memory, inject code, read network packets, or reveal hidden players.
If no names appear, shrink the zone, test a still screenshot, check that Tesseract OCR is installed, and choose the correct game preset.
This fallback is useful for developers and beta testers. Most Windows users should use the installer script above.
python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txt
python -m ggsight.app