Libre Translate Review, Pricing & Features

LibreTranslate review 2026: a free, open-source, self-hosted machine translation API. See features, self-hosting steps, API pricing and top alternatives.

Category
Productivity
Pricing
Open Source / Freemium, from Free
Verified
Not yet
Last updated
July 18, 2026
Founded
2020
Free PlanAPIOpen SourceFreemiumSelf-Hosted

Overview

LibreTranslate is a free and open-source machine translation API and web interface that anyone can self-host. Rather than calling out to Google Translate or Azure Translator, it runs its own neural translation models locally using the open-source Argos Translate engine, which means translations can happen entirely offline once language packs are downloaded.

The project was created by developer Piero Toffanin and is maintained as a community-driven open-source effort on GitHub. It is distributed under the AGPL-3.0 license, which requires that any hosted derivative of the software also remain open source.

Key Features

LibreTranslate exposes a simple REST API for text translation, language detection, and file translation, alongside a lightweight web UI for manual use. It supports dozens of language pairs through downloadable Argos Translate model packs.

Operators can enable API-key authentication, request rate limiting, and CORS rules, and can deploy the whole stack via Docker in minutes, making it a common choice for self-hosted home-lab and internal-tooling setups.

Pricing

Self-hosting LibreTranslate is completely free with no usage limits, since it is open-source software you run on your own infrastructure.

For teams that prefer not to manage a server, the maintainers operate a hosted API portal with paid tiers reported around 29 USD per month for a Pro plan and 58 USD per month for a Business plan, offering higher character and request limits than the free public demo instance.

Key Features

Pros & Cons

Pros

  • Completely free to self-host with no per-character or per-request limits
  • No dependency on Google, Microsoft, or other proprietary translation APIs
  • Works fully offline once language models are downloaded, which is ideal for privacy-sensitive use cases
  • Simple Docker deployment and a straightforward REST API
  • Active open-source community and transparent, auditable codebase

Cons

  • Translation quality generally trails top commercial engines like DeepL or Google Translate for nuanced text
  • Self-hosting requires ongoing server maintenance, updates, and model management
  • Language coverage depends on which Argos Translate models exist, so some language pairs are missing or lower quality
  • No official enterprise SLA or dedicated support team since it is a community project
  • Larger language models can be resource-intensive to run on modest hardware

Pricing

Frequently Asked Questions

Is LibreTranslate really free

Yes, the self-hosted open-source software is free with no usage limits. The maintainers also offer an optional paid hosted API for teams that do not want to run their own server.

What license does LibreTranslate use

LibreTranslate is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0), which requires that modified versions run as a network service also be open sourced.

Does LibreTranslate work offline

Yes, once the Argos Translate language models are downloaded, translation happens locally without needing an internet connection.

Who created LibreTranslate

LibreTranslate was created by developer Piero Toffanin and is maintained as an open-source community project on GitHub.

How is LibreTranslate different from Google Translate

LibreTranslate is self-hosted and open source, so translations run on your own infrastructure without sending data to a third-party service, unlike Google Translate's cloud-only API.

What is the easiest way to install LibreTranslate

The official Docker image is the fastest way to get started, though it is also available as a pip package or standalone executable.

Related Tools