Language Translation
← Local AI Apps

Detects the language of your text and translates it into a language you choose — right in your browser. Everything runs locally on your machine so your text never leaves your computer.

Text
Detected language:

Translation is performed by Meta's M2M-100 (418M), a many-to-many model covering 100 languages, run in the browser by Transformers.js 3.5.1 on ONNX Runtime Web (CPU / WebAssembly).

The input language is detected on-device with franc 6.2.0, a small trigram-based detector — no model download.

Everything runs on your machine — no server, no upload. The model (Xenova/m2m100_418M) downloads once from the Hugging Face Hub, then is cached by the browser.