A powerful desktop translation application built with Electron that works on Windows, macOS, and Linux.
Current Version: 3.0.0
- 🔧 Installer: Pro Translator Setup 3.0.0.exe (Recommended)
- 📦 Portable: Pro Translator 3.0.0.exe
- 💿 DMG Installer: Pro Translator-3.0.0-arm64.dmg (Recommended)
- 📁 ZIP Archive: Pro Translator-3.0.0-arm64-mac.zip
- 🚀 AppImage: Pro Translator-3.0.0-arm64.AppImage (Universal)
- 📦 DEB Package: pro-translator_3.0.0_arm64.deb (Ubuntu/Debian)
🔥 Major Features:
- 🤖 Google Gemini AI Integration - Now supports both OpenRouter and Google Gemini APIs
- ⚡ Smart Auto-Rewrite - Language Tools shortcut automatically detects selected text and runs rewrite styles
- 🎯 Enhanced UI - Better formatting for rewrite results with modern card-based design
- 🔗 Direct API Links - Quick access to API key pages for both providers
🛠️ Improvements:
- 🎨 Improved JSON parsing for better compatibility
- 🔧 Enhanced error handling and fallback mechanisms
- 📋 Better clipboard integration across platforms
- 🐛 Various bug fixes and stability improvements
- Instant translation with keyboard shortcuts
- Support for multiple languages including RTL languages (Persian, Arabic)
- Context menu for easy text manipulation
- Keyboard shortcuts for selecting, copying, and pasting text
- Dark mode support
- Always-on-top option for convenient use
- Node.js 16+ and npm
-
Clone the repository
git clone https://github.com/yourusername/Pro-Translator.git cd Pro-Translator -
Install dependencies
npm install -
Run in development mode
npm run dev -
For a better development experience with auto-restart:
npm run develop
npm run build:mac
This creates:
- Universal DMG installer (works on both Intel and Apple Silicon)
- ZIP archive for distribution
npm run build:win
This creates:
- NSIS installer with customizable installation options
- Portable executable that can run without installation
npm run build:linux
This creates:
- AppImage
- DEB package
npm run build:all
The built packages can be found in the dist directory:
-
macOS:
dist/Pro Translator-[version]-universal.dmg(Installer)dist/Pro Translator-[version]-universal-mac.zip(ZIP archive)
-
Windows:
dist/Pro Translator Setup [version].exe(Installer)dist/Pro Translator [version].exe(Portable)
-
Linux:
dist/pro-translator-[version].AppImagedist/pro-translator_[version]_amd64.deb
MIT