← Package directory
Available on winget

Install NextAI Translator

Cross-platform desktop application for translation based on ChatGPT API.

Install with winget
winget install --id yetone.NextAITranslator
Upgrade
winget upgrade --id yetone.NextAITranslator
Uninstall
winget uninstall --id yetone.NextAITranslator

About NextAI Translator

Cross-platform desktop application for translation based on ChatGPT API.

What's new in 0.6.34

Major responsiveness fix for streaming translations - Fixed the UI freezing and buttons not responding while a long translation is streaming in - Long example sentences in dictionary results now wrap instead of forcing the result area to scroll sideways - Reading highlight timing for local TTS is noticeably tighter: syllable-based estimates, punctuation pauses accounted for, and highlights lead the voice slightly instead of trailing it

Read release notes

Version history

Version Updated Notes
0.6.34 Unknown Major responsiveness fix for streaming translations - Fixed the UI freezing and buttons not responding while a long translation is streaming in - Long example sentences in dictionary results now wrap instead of forcing t...
0.6.33 Unknown Fixes the Submit button sometimes doing nothing - Fixed the Submit button silently doing nothing right after restoring a history entry that was already loaded - Pressing Enter to resubmit unchanged text now re-runs the t...
0.6.32 Unknown OCR works on macOS again - OCR on macOS now uses the built-in screenshot selection with native Apple Vision recognition, replacing a broken helper binary that failed silently - Fixed OCR randomly doing nothing on all pla...
0.6.31 Unknown Performance fixes for UI lag - Fixed OCR workers leaking after rejected image drops, which gradually made the whole UI laggy the longer the app ran - Typing in the input box no longer recomputes the highlight overlay on...
0.6.30 Unknown Fixes a gray artifact at the window corner - Fixed a gray artifact that could appear sticking out of the window's top-left corner when background blur is enabled for a long-running app - The native blur layer no longer s...
0.6.28 Unknown Improvements and fixes for the reading experience - Reading highlight now stays in sync with the voice: Edge TTS uses the service's exact per-word timings, and local TTS timing accounts for leading/trailing silence - Wor...
0.6.27 Unknown v0.6.27 - feat: show a neutral footer update button when a new version is available - feat: open the updater directly from the translator window
0.6.25 Unknown v0.6.25 - fix: vertically align example speech controls
0.6.22 Unknown v0.6.22 - feat: add TeamoRouter as a built-in LLM provider - i18n: add Korean (ko) translation
0.6.21 Unknown v0.6.21 - Fix model-list fetching and translation failing on the desktop app when the API URL includes an explicit port (#1571). Every desktop request goes through the Tauri HTTP allow-scope, which used http://* / https:...
0.6.20 Unknown v0.6.20 - Actually fix the high idle CPU usage on Windows that persisted through 0.6.19 (#1886). Hiding a window in Tauri only hides the OS window — it never tells the WebView2 controller it is hidden, so the renderer of...