Skip to content

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.