← 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.20

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 the always-alive Quick Translator and writing-indicator panels kept compositing at full frame rate even while the app sat idle in the tray. The WebView2 controller is now explicitly suspended (SetIsVisible) on every hide, and the two panels are no longer pre-created at startup on Windows.

Read release notes

Version history

Version Updated Notes
0.6.20 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...