Native Translate
Private, local‑first translation using Chrome's built‑in AI Translator & Language Detector. No cloud calls, no telemetry — your content never leaves the browser.
Why Choose Native Translate?
Complete Privacy
Unlike cloud-based translation services, Native Translate processes everything locally using Chrome's built-in AI models. Your sensitive documents, private messages, and browsing data never leave your device.
Lightning Fast
With intelligent caching and local model processing, translations happen instantly. Models are cached per language pair, making subsequent translations even faster.
25+ Languages Supported
Support for major languages including English, Chinese, Japanese, Korean, French, German, Spanish, Italian, Portuguese, Russian, Arabic, Hindi, and more.
Open Source & Free
Completely free and open-source under MIT license. No subscriptions, no premium features, no hidden costs. Just powerful, private translation for everyone.
Advanced Features
Smart Translation Technology
- Streaming Translation: Real-time progressive translation for longer texts with visual feedback
- Smart Element Selection: Intelligently avoids code blocks, tables, and navigation elements
- Multi-frame Support: Works in all frames including about:blank pages
- IME Awareness: Handles Asian language composition events correctly
Technical Excellence
- Advanced Caching: Per-line and per-language-pair caching with model readiness tracking
- RTL/LTR Support: Automatic text direction and alignment for target languages
- Bridge Architecture: Falls back to page-world bridge when content script APIs are unavailable
- Internationalized UI: Support for 25+ languages via Chrome i18n
Supported Languages
Plus auto-detection support for intelligent language identification
Note: On first use, Chrome may download on-device models. Availability depends on device capability and Chrome's AI feature rollout.
pnpm install
pnpm dev
Privacy Commitment
- • No analytics, no tracking, no cloud translation by default
- • All logic runs inside the browser
- • Works offline after models are downloaded and cached
- • Zero data collection or telemetry
Minimal Permissions
- •
storage
— persist settings and readiness metadata - •
activeTab, tabs
— interact with the current tab - •
scripting
— inject content script - •
sidePanel
— optional side panel entry