EXE
WinGet
OpenAI Translator
yetone · 0.6.9 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
NextAI.Translator_0.6.9_x64-setup.exe /S
File Identity
Filename
NextAI.Translator_0.6.9_x64-setup.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
yetone.OpenAITranslator
Version
0.6.9
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.9/NextAI.Translator_0.6.9_x64-setup.exe
Upgrade Behavior
install(Install over existing)
Release Notes
fix: replace unwrap/expect with proper error handling in OCR module
Changes:
- Replace all unwrap() with proper error handling in OCR module
- Add binary existence check on macOS before executing OCR
- Handle APP_HANDLE initialization failures gracefully
- Log errors instead of panicking in production
Fixes OCR panic in production builds.