Translumo-LLM v1.1.4 — LLM-Enhanced Game Translator
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.exebundles 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-LLMon 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 newTempBundleCleanernow 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
- Download and extract
Translumo-LLM-v1.1.4.zip. - Run
Translumo-LLM.exe. - 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.