Interpreter
Offline screen translator for Japanese retro games. Captures text from any window, performs OCR, translates to English, and displays subtitles in a floating overlay.
Features
- Fully offline - No cloud APIs, no internet required after setup
- Free - No API costs or subscriptions
- Private - Text never leaves your machine
- Optimized for retro games - Uses MeikiOCR, trained specifically on Japanese game text
- Two overlay modes - Banner (subtitle bar) or inplace (text over game)
- Translation caching - Fuzzy matching avoids re-translating similar text
- Multi-display support - Overlay appears on the same display as the game
Requirements
- Windows 10 version 1903+, macOS, or Linux (X11/XWayland/Wayland)
- At least 6 GB of free disk space for application dependencies and first-run model downloads
Linux Notes
- Global hotkeys require
inputgroup membership. The installer will show instructions. - Native Wayland capture requires GStreamer PipeWire plugin. The installer will attempt to install it automatically.
- Inplace overlay on Wayland only works with fullscreen windows (Wayland's security model prevents knowing window positions).
- Qt platform plugin (
xcb) requireslibxcb-cursor0(Debian/Ubuntu/Mint) orxcb-util-cursor(Fedora/Arch). Without it the GUI will abort withCould not load the Qt platform plugin "xcb".
Installation
One-liner Install
macOS/Linux:
curl -LsSf https://raw.githubusercontent.com/bquenin/interpreter/main/install.sh | bash
Windows (PowerShell):
powershell -c "irm https://raw.githubusercontent.com/bquenin/interpreter/main/install.ps1 | iex"
Then run with interpreter-v2.
Installing to a Different Location
By default everything is installed under your user profile (about 3 GB of application files plus 1.1 GB of models on first run). If your system drive is short on space, set INTERPRETER_HOME to a folder on another drive before running the installer:
macOS/Linux:
curl -LsSf https://raw.githubusercontent.com/bquenin/interpreter/main/install.sh | INTERPRETER_HOME=/mnt/data/interpreter bash
Windows (PowerShell):
$env:INTERPRETER_HOME = "D:\interpreter"; powershell -c "irm https://raw.githubusercontent.com/bquenin/interpreter/main/install.ps1 | iex"
The application, its Python runtime, and the downloaded models all go under that folder. The location is remembered in ~/.interpreter/install-dir, so later upgrades and the uninstaller use it without setting the variable again. Only the small interpreter-v2 launcher and your config.yml stay in your user profile.
To change the location later, run the installer again with a new INTERPRETER_HOME. It removes the application from the old location and reinstalls it in the new one. Models are downloaded again on first run; the installer prints where the old ones are so you can delete them.
To go back to the default location, run the uninstaller (see below) and then the plain installer.
Upgrading
To update to the latest version, run the installer again (see Installation above).
Uninstalling
macOS/Linux:
curl -LsSf https://raw.githubusercontent.com/bquenin/interpreter/main/uninstall.sh | bash
Windows (PowerShell):
powershell -c "irm https://raw.githubusercontent.com/bquenin/interpreter/main/uninstall.ps1 | iex"
This removes interpreter-v2, config files, and cached models.
Usage
interpreter-v2
This opens the GUI where you can select a window to capture and configure all settings.
Overlay Modes
Banner Mode (default)
A subtitle bar at the bottom of the screen displaying translated text. Draggable, opaque background, centered text.
Inplace Mode
Transparent overlay positioned over the game window. Translated text appears directly over the original Japanese text at OCR-detected positions. Click-through so you can interact with the game.
How It Works
- Screen Capture - Captures the target window at the configured refresh rate
- OCR - MeikiOCR extracts Japanese text (optimized for pixel fonts)
- Translation - Sugoi V4 translates Japanese to English
- Display - Shows translated text in the selected overlay mode
Troubleshooting
Poor OCR accuracy
Try adjusting the OCR confidence slider in the GUI. Lower values include more text (but may include garbage), higher values are stricter.
Slow performance
First run downloads models (~1.5GB). Subsequent runs use cached models from ~/.cache/huggingface/.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file interpreter_v2-2.18.0.tar.gz.
File metadata
- Download URL: interpreter_v2-2.18.0.tar.gz
- Upload date:
- Size: 4.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6cc4a6a539d53659161742fb424bc9146a1f8b7db0576503e86bc316f7dc5d7b
|
|
| MD5 |
f14edc788a5b88356b86c2d7753ff1dd
|
|
| BLAKE2b-256 |
d86e4f30dd9af6fa1c8ce7b3d2fe968f39bb99b6465474d56b5dd71d880627e8
|
Provenance
The following attestation bundles were made for interpreter_v2-2.18.0.tar.gz:
Publisher:
publish.yml on bquenin/interpreter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
interpreter_v2-2.18.0.tar.gz -
Subject digest:
6cc4a6a539d53659161742fb424bc9146a1f8b7db0576503e86bc316f7dc5d7b - Sigstore transparency entry: 2734662873
- Sigstore integration time:
-
Permalink:
bquenin/interpreter@f499aaa4dd13be1fb42fec76d373121bbc11cd5d -
Branch / Tag:
refs/tags/v2.18.0 - Owner: https://github.com/bquenin
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f499aaa4dd13be1fb42fec76d373121bbc11cd5d -
Trigger Event:
release
-
Statement type:
File details
Details for the file interpreter_v2-2.18.0-py3-none-any.whl.
File metadata
- Download URL: interpreter_v2-2.18.0-py3-none-any.whl
- Upload date:
- Size: 580.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e0add5ee2b11ecc1095d269e1d0ac5e5d806f0aad5e380082799c464747e0ac
|
|
| MD5 |
53241e9ccda73fc4f6d6caf4bfc2d003
|
|
| BLAKE2b-256 |
e0c6d08daea890e17677581511d8489cc06b06a08fb6df811d87ef11a3c8b827
|
Provenance
The following attestation bundles were made for interpreter_v2-2.18.0-py3-none-any.whl:
Publisher:
publish.yml on bquenin/interpreter
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
interpreter_v2-2.18.0-py3-none-any.whl -
Subject digest:
1e0add5ee2b11ecc1095d269e1d0ac5e5d806f0aad5e380082799c464747e0ac - Sigstore transparency entry: 2734663817
- Sigstore integration time:
-
Permalink:
bquenin/interpreter@f499aaa4dd13be1fb42fec76d373121bbc11cd5d -
Branch / Tag:
refs/tags/v2.18.0 - Owner: https://github.com/bquenin
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@f499aaa4dd13be1fb42fec76d373121bbc11cd5d -
Trigger Event:
release
-
Statement type: