Apps & downloads

Same engine. Same quality. Every surface.

One engine runs everywhere — a browser tab, your desktop tray, your phone’s camera, the terminal, and inside any AI agent. Install a pack once per device; translate offline forever. Text, documents, PDFs, subtitles and dubbing all run on the machine in front of you. The web app itself works offline after your first visit.

Beta: installers below are CI artifact builds until signed releases land. Grab them from the release feed, or build from source — the whole stack is in the repo.

Windows

  • Full-quality translation, on your device
  • Global hotkey: copy anywhere, translate instantly
  • Clipboard watch & tray quick panel
  • Screenshot-region OCR translate
  • Documents & subtitles (srt/vtt/docx/txt/md/csv)
  • Local translation memory & glossary
Download for Windowsbeta build via CI artifacts

macOS

  • Full-quality translation, on your device
  • Global hotkey + menu-bar quick panel
  • Clipboard watch
  • Screenshot-region OCR translate
  • Documents & subtitles
  • Local translation memory & glossary
Download for macOSbeta build via CI artifacts

Linux

  • Full-quality translation, on your device
  • Global hotkey + tray quick panel
  • Clipboard watch
  • Screenshot-region OCR translate
  • Documents & subtitles
  • Local translation memory & glossary
Download for Linuxbeta build via CI artifacts

Android

  • Full-quality translation, on your device
  • Camera & photo OCR translate
  • Share text from any app straight into Traxlate
  • Offline after pack install
Download APKdirect APK (beta) — Google Play listing coming

iOS

  • Full-quality translation, on your device
  • Camera & photo OCR translate
  • Offline after pack install
TestFlight comingthe app builds from this repo today; distribution is pending

CLI

  • Translate text, files, and stdin in the terminal
  • Documents & subtitles: .srt .vtt .txt .md .csv .tsv .docx
  • traxlate serve — local REST API on 127.0.0.1
  • Translation-memory corrections (--remember)
  • win-x64 · linux-x64 · macos-arm64
npm i -g traxlate
traxlate "hello world" -t fa
npm publish pending — until then: build from the repo (apps/cli)

MCP — Traxlate inside your AI agent

  • Tools: translate, detect_language, list_languages, engine_status
  • Runs entirely on your machine — nothing leaves it
  • Works with Claude Code and any MCP client
claude mcp add traxlate -- traxlate-mcp
ships with the CLI package
Or just use the browserAPI & MCP docs