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. Start with Windows for the best beta experience, then use macOS or Linux for testing and OCR validation.
Every package includes the desktop app source, game profiles, legal docs, install scripts, 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.
Download macOS betaUse this for OCR validation, dataset work, and Linux desktop testing. Package signing and native installers come later.
Download Linux betaThe 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 -RunAfterInstall
Use the GGSight desktop shortcut or Start Menu shortcut. If Windows still shows an old icon, close GGSight and restart Windows Explorer.
GGSight auto-detects standard Tesseract installs at C:\Program Files\Tesseract-OCR\tesseract.exe. Install Tesseract separately if the app says OCR is missing.
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.
The macOS bundle is currently for beta testing and OCR validation. Extract the zip, open Terminal in the folder, then run:
cd /path/to/GGSight
chmod +x desktop/install_macos.sh
desktop/install_macos.sh --run
The Linux bundle is source-style for power users. Extract the zip, open a terminal in the folder, then run:
cd /path/to/GGSight
chmod +x desktop/install_linux.sh
desktop/install_linux.sh --run
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.
Enable desktop alerts and sound ping only when you want popups during a match. Raising confidence thresholds keeps alerts quiet.
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