EXE
WinGet
NextAI Translator
yetone · 0.6.20 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
NextAI.Translator_0.6.20_x64-setup.exe /S
File Identity
Filename
NextAI.Translator_0.6.20_x64-setup.exe
Signature
Status
Upload installer to verify signature
WinGet Package
Package ID
yetone.NextAITranslator
Version
0.6.20
Description
Cross-platform desktop application for translation based on ChatGPT API.
License
AGPL-3.0
↗
Installer URL
https://github.com/nextai-translator/nextai-translator/releases/download/v0.6.20/NextAI.Translator_0.6.20_x64-setup.exe
Upgrade Behavior
install(Install over existing)
Release Notes
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 o…