Skip to content

v0.1.0 — Initial Release

Choose a tag to compare

@MahmoudKSultan MahmoudKSultan released this 18 Jun 05:25
· 13 commits to main since this release

Initial release of Transify — a cross-platform desktop translator built with Tauri, React, and Rust.

Features

  • Text translation via Google Translate (no API key needed)
  • Global shortcut Ctrl+T for instant translate from any app
  • Editable keyboard shortcuts
  • Light/dark/high-contrast themes
  • Translation history
  • Accessibility-first UI (WCAG AA)
  • Auto-copy translated text (optional)
  • Customizable shortcuts via Settings UI

Installation

  • AppImage: Download Transify-0.1.0-x86_64.AppImage, chmod +x, run
  • Debian/Ubuntu: Install Transify_0.1.0_amd64.deb
  • Fedora/RHEL: Install Transify-0.1.0-1.x86_64.rpm
  • Source: Clone and run npx tauri build

Notes

  • Global shortcut on Wayland requires input group membership
  • 37 QA tests included (run bash test-highlight-to-translate.sh)