Translumo-LLM v1.2.2
Translumo-LLM is a game-screen translator that overlays translated text on top of games and applications. It combines OCR, an optional LLM translation backend (OpenAI / Anthropic / Gemini / Ollama compatible), and text-to-speech, and now runs fully portable from any install location.
What's New Since v1.1.4
- Instant image translation (Google Lens style) — press
Alt+D, select any screen region, and get a Google-Lens-style overlay with per-line translations. Windows OCR auto-detects the source script family, and the overlay lets you override the source language, switch the target language, and copy results. - Restore default hotkeys — a "Restore to default" button on the Hotkeys settings page resets all keyboard and gamepad shortcuts to the factory defaults at once.
- Portable / non-ASCII install paths — the app no longer refuses to run when installed under a path containing non-ASCII characters (e.g. Chinese, Japanese, Russian). The embedded Python now initializes correctly via UTF-8 mode plus 8.3 short-path resolution.
- Ollama local model support — use a locally running Ollama model as an LLM translator backend (no API key required). The provider dropdown was reordered so custom/Ollama appear at the bottom.
- Voice switcher improvements — access modern OneCore TTS voices and switch the voice at runtime without restarting.
- Switchable light/dark theme — choose between light and dark UI in Settings → Appearance.
Requirements & Notes
- Requires the WebView2 Runtime (Evergreen), which is preinstalled on Windows 10/11 and auto-updates.
- On first launch the app creates its own
config/directory with default settings; no configuration or API keys are bundled in this package. - The
python/(embedded interpreter) andmodels/(OCR models) folders ship with this package and are required.