Download TransLite
Free and open source. Available for Windows, macOS, and Linux.
Note: TransLite is in active development (v0.1.0). Download links will be available once the first release is published. For now, you can build from source on GitHub.
Build from Source
Clone the repository and build TransLite yourself:
Terminal
$ git clone https://github.com/yourusername/translite.git
$ cd translite
$ npm install
$ npm run build
$ npm start
Release Notes
v0.1.0
June 2025- Initial public release
- Local model translation with ONNX Runtime
- DeepSeek, GLM, Kimi, OpenAI, Claude, Gemini provider support
- Customizable global shortcut (Alt+Space)
- Usage tracking with JS extractor templates
- Cross-platform (Windows, macOS, Linux)