Privacy

For the sake of transparency here are some of the app's relevant implementation details.

1. Peer-to-Peer Connections (WebRTC)

WebRTC is used to directly connect the host and the browser. Under most scenarios, this will be a loopback connection on the same device, or a LAN connection if on separate devices.

2. Local OCR Models

Optical Character Recognition (OCR) runs locally on the host machine.

3. Word Sense Disambiguation

The "best match" feature uses Gemini 3.1 Flash-Lite. When active, only the specific word and its surrounding sentence are sent to the cloud.
This feature is optional.

4. Full Sentence Translations

Translations use Gemini 3.1 Flash-Lite. The sentence to be translated plus a small amount of preceding text for context are sent to the cloud.
This feature is optional.