Skip to content

Translate

v0.1.0 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 3mo CLI & Terminal
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

apple-translation cli deepl google-translate libretranslate macos
+4 more
on-device swift translation unix-filter

Summary

AI summary

First release: UNIX-style on-device translator with drop‑in HTTP server compatible with DeepL, LibreTranslate, and Google v2.

Full changelog

First release. UNIX-style on-device translator for macOS Tahoe with a drop-in HTTP server compatible with DeepL, LibreTranslate, and Google v2.

Highlights

  • CLI: pipe-friendly UNIX filter — echo "hallo" | translate --to en, --format ndjson, --detect-only, --batch, --file, --installed.
  • HTTP server (translate --serve): byte-compatible with DeepL /v2/*, LibreTranslate /translate /detect /languages, and Google /language/translate/v2/*. Drop-in for the official deepl Python SDK and libretranslatepy — just override the base URL.
  • 136 tests, including real loopback HTTP integration tests that drive every endpoint and verify byte-stable response shapes.
  • EXAMPLE.md is auto-generated by running every documented example against the live server (51 passed, 0 failed on first release).

100% on-device, no cloud, no LLM, no API key required.

See CHANGELOG.md for the full list and docs/install-translation-models.md for setup.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Translate

Get notified when new releases ship.

Sign up free

About Translate

All releases →

Related context

Beta — feedback welcome: [email protected]