Tataru Assistant is a realtime game text translator for FFXIV. Its main features include:
- AI translation for dialogue and cutscene subtitles.
- Supports AI multi-turn conversations for more accurate translation results.
- Captures and translates text from the screen.
- Custom translation overrides.
- Traditional-Chinese
- Simplified-Chinese
- Korean
- Russian
- Italian
- Portuguese
- Brazilian Portuguese
- Arabic
Provides superior translation quality, capable of handling colloquial language in the game effectively. We recommend using Gemini due to its generous free tier.
- Gemini (Recommended)
- ChatGPT
- Claude
- Cohere
- Kimi
- Ollama (Local LLM)
- Custom LLM (Compatible with OpenAI API only)
Available for unlimited use, but the translation quality is generally lower. Not recommended.
- Youdao
- Baidu
- Caiyun
- Papago Naver
- DeepL
- .NET 10 Desktop Runtime (Required for Tataru Assistant 3.0 and above)
- Tataru Assistant Installer
- .NET Framework 4.8 (Required for Tataru Assistant 2.x versions)
- Download the "Tataru Assistant Installer" and the ".NET 10 Desktop Runtime".
- Run "windowsdesktop-runtime-10.0.11-win-x64.exe" to install the .NET 10 Desktop Runtime.
- Run "Tataru Assistant Setup.exe" to install the application. If a "Windows protected your PC" message appears, click "More info," then click "Run anyway."
- Click the gear icon to open the Settings window, switch to [Translation Settings], configure your game language and target translation language, then save.
- If translation does not work automatically after installation, please ensure that NVIDIA ShadowPlay is disabled, as this feature can interfere with the app's ability to display subtitles.
- If it still does not work, go to [Settings] > [System Settings] and click [Repair Subtitle Reader]. Restart the app after the repair is complete.
- Prerequisites: Git, Node.js (LTS version)
- Editor: Visual Studio Code
# Clone the project
git clone https://github.com/winw1010/tataru-assistant
# Enter the project directory
cd tataru-assistant
# Install dependencies
npm install
# Run the app
npm start- Output location: tataru-assistant/build
- Installer settings are located in the
buildobject withinpackage.json. The packaging tool used iselectron-builder.
# Enter the project directory
cd (your project path)
# Create the installer
npm run dist