Argos Translate
Offline neural machine translation library and CLI with installable language packs for over 35 languages.
About
Offline translation is the whole point of Argos Translate, a Python library and CLI that runs neural machine translation entirely on the local machine. It builds on OpenNMT with a CTranslate2 inference backend and distributes trained models as installable language packs covering more than 35 languages; when a direct pair is missing, it pivots automatically through an intermediate language, so Spanish to French works with only Spanish-English and English-French packs installed, at some cost in quality. Everything installs with pip install argostranslate, a separate argostranslategui package adds a desktop interface, and setting the ARGOS_DEVICE_TYPE environment variable to cuda or auto enables GPU acceleration, though CPU inference is the default and works fine. The project is dual licensed under MIT or CC0, has about 6,300 stars, and documents its API on Read the Docs. Its highest-profile deployment is LibreTranslate, which wraps it in a self-hosted web API, and privacy-sensitive applications choose it because no text ever leaves the machine.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Category
- Natural Language Processing
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Easy (2/5)
- License
- MIT OR CC0-1.0
- Added
- Jul 29, 2026
Related Tools
Topic modeling library leveraging transformer embeddings and c-TF-IDF.
Simple framework for state-of-the-art NLP by Zalando Research.
Library for efficient text classification and word representation by Meta.
Topic modeling and document similarity library for unsupervised NLP.
Generalist model for named entity recognition using bidirectional transformer.
Research library for NLP by AI2 built on PyTorch.