A GUI translator that turns AI APIs into fan-localization pipelines
AiNiee wraps LLM calls in a drag-and-drop interface for translating games, novels, subtitles, and documents without writing prompts.

What it does AiNiee is a Python desktop app that batch-translates long-form content through LLM APIs. You drop a folder of files, pick an API endpoint, and it handles the rest. It targets a surprisingly specific niche: fan translators working with RPG/SLG game scripts (Mtool, Renpy, Translator++, etc.), plus Epub, PDF, subtitles, and office documents.
The interesting bit The project treats “translation quality” as a systems problem, not just a model problem. It chains lightweight translation formats, chain-of-thought prompting, AI-generated glossaries, and context-aware chunking to keep character names and terminology consistent across thousands of lines. There’s also a full regex engine and ban-words list for cleaning game scripts before they hit the API.
Key highlights
- Supports 10+ file formats including game-specific exports (
.trans,.po,.csv, Renpy, Mtool) alongside standard docs - Multi-key API rotation for faster throughput on paid endpoints
- Built-in AI polishing and terminology extraction, not just raw translation
- Active ecosystem: a headless fork (
AiNiee-Next) exists for server automation - 5.8k stars, Chinese-first UI with English docs available
Caveats
- Game translation requires separate text-extraction tools (Mtool, Translator++, etc.); AiNiee only handles the LLM pass
- The “three-step” marketing undersells the actual complexity of game modding workflows
- One core contributor exited at v5.2, though development continues
Verdict Worth a look if you’re localizing untranslated visual novels or RPGs and already pay for API access. Skip it if you need a general-purpose document translator—Deepl or Google Docs handles that with less friction.
Frequently asked
- What is NEKOparapa/AiNiee?
- AiNiee wraps LLM calls in a drag-and-drop interface for translating games, novels, subtitles, and documents without writing prompts.
- Is AiNiee open source?
- Yes — NEKOparapa/AiNiee is open source, released under the AGPL-3.0 license.
- What language is AiNiee written in?
- NEKOparapa/AiNiee is primarily written in Python.
- How popular is AiNiee?
- NEKOparapa/AiNiee has 6k stars on GitHub.
- Where can I find AiNiee?
- NEKOparapa/AiNiee is on GitHub at https://github.com/NEKOparapa/AiNiee.