Downloads
| OS | Download |
|---|---|
| Windows | GameSentenceMiner-Setup-2026.9.2.exe |
| Windows (unpacked) | GameSentenceMiner-2026.9.2-win-unpacked.zip |
| Linux | GameSentenceMiner-2026.9.2.AppImage |
| macOS (Apple Silicon) | GameSentenceMiner-2026.9.2-arm64.dmg |
Intel Mac builds are no longer provided. If you need GSM on Intel Mac, run it from source.
What's Changed
A small release focused on being a better neighbor to Jiten's API in the Overlay, with a few settings and Linux fixes. If you notice Jiten Highlighting is slower than before, that's because it is waiting for the overlay result to finalize before doing the final parse. These are necessary changes to play nice with Jiten's completely free API.
Highlights
- Reduced unnecessary Jiten API requests by sharing cached results across overlay features, batching new text, and skipping repeated or outdated OCR work.
- Added shared request pacing and cooldowns that respect Jiten's rate-limit responses and avoid repeated requests during service trouble. Grading retries are also protected against duplicate submissions.
- Fixed saving GSM settings resetting options managed by the overlay.
- Improved Linux tray compatibility and text-hooking startup when SSL initialization fails.
- Disabled an experimental optimization that skipped OCR on visually unchanged frames.