Skip to content

Releases: Chaobs/Translumo-LLM

Translumo-LLM v1.2.2 — AI Game Translator with Instant Image Translation

Choose a tag to compare

@Chaobs Chaobs released this 23 Jul 12:39

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) and models/ (OCR models) folders ship with this package and are required.

Translumo-LLM v1.1.4 — LLM-Enhanced Game Translator

Choose a tag to compare

@Chaobs Chaobs released this 22 Jul 11:24

Translumo-LLM v1.1.4 — LLM-Enhanced Game Translator

Translumo-LLM is a comprehensive LLM-enhanced edition of Translumo, built for a more accurate, professional, and simpler game translation experience.

Highlights

  • LLM-powered translation — Route game text through major LLM providers (OpenAI, Anthropic, Google Gemini) or any OpenAI-compatible / custom endpoint for context-aware, higher-fidelity translation that outperforms classic NMT on nuanced or ambiguous game dialogue.
  • Unified translation pipeline — Combines the classic OCR + translation engines with the LLM layer, selectable per profile; ships with Windows TTS and multiple provider backends.
  • Portable, dependency-complete build — A single-file Translumo-LLM.exe bundles the Python runtime (python/), OCR/translation models (models/), and the WebView2 runtime, so it runs out-of-the-box with no missing-dependency errors.

What's new in v1.1.4

  • Fixed excessive temporary-file accumulation on the system (C:) drive. The .NET single-file host previously extracted roughly 280 MB into %TEMP%\.net\Translumo-LLM on every launch and only reclaimed the current run's folder on a graceful exit, leaving orphaned directories to pile up after crashes, forced kills, or binary updates. A new TempBundleCleaner now redirects future extractions next to the executable (temp/) and safely reaps stale orphaned directories from prior runs on startup (skipping the active process and recently written instances).
  • Version bumped to 1.1.4.

Installation

  1. Download and extract Translumo-LLM-v1.1.4.zip.
  2. Run Translumo-LLM.exe.
  3. On first launch, open Settings and configure your LLM provider and API key. Keys are stored only on your local machine.

Requirements

  • Windows 10 / 11 (x64).
  • Portable build — no installer required.