translate 0.1.0
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 officialdeeplPython SDK andlibretranslatepy— 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.