Open Source Alternatives LogoOpen Source Alternatives
AlternativesBlogAdvertise
Open Source Alternatives LogoOpen Source Alternatives

Stay Updated

Subscribe to our newsletter for the latest news and updates about Alternatives

Open Source Alternatives LogoOpen Source Alternatives

Handpicked Open Source Alternatives to Paid Softwares

Product
  • Search
  • Categories
  • Tag
  • Sign In
Resources
  • Blog
  • Collection
  • Submit
  • Advertise your tool
Company
  • Privacy Policy
  • Terms of Service
  • Refund Policy
  • Sitemap
Copyright © 2026 All Rights Reserved.
Home/Categories/AI & Machine Learning/Languine
icon of Languine

Languine

Open source alternative to Phrase, Lokalise and Transifex

Languine is an open source AI localization tool that automatically translates new and changed strings in your codebase via CLI or CI/CD pipeline, keeping translation files in sync with code changes. Apache-2.0 licensed.

2K starsTypeScriptMIT

Repository

Stars
2K
Forks
132
License
MIT
Latest
v1
Last commit
31 days ago
Last verified
Jun 6, 2026
Repo
midday-ai/languine ↗

Additional details

Active recently
Visit websiteGitHub repo
image of Languine
Contents
  1. 01Who Languine is for
  2. 02The problem it solves
  3. 03How it solves it
  4. 04Strengths and trade-offs
  5. 05Tech stack
  6. 06FAQ
  7. 07Similar open-source tools
TL;DR

Languine is a self-hosted AI localization tool with a CLI for translating application strings and keeping locale files in sync. It replaces manual translation-file maintenance and hosted localization workflows for developers who want code-adjacent i18n automation. MIT licensed.MIT · TypeScript · 2K stars · Active recently

who it's for

Who Languine is for#

Frontend teams maintaining locale files

Use Languine when developers need to update translation files as UI strings change in the repository.

Skip if:

Your localization process requires professional translators, translation memory, and formal approval workflows for every string.

Startups adding multi-language support

Use Languine to get initial translations and CI-friendly sync before investing in a larger localization management suite.

Skip if:

Your product already has a mature enterprise localization stack with vendor-managed translation operations.

the problem
tech stack · detected from GitHub

What it's built on#

Languages
TypeScript
Frameworks
Next.jsReact
frequently asked

FAQ#

What is Languine used for?
Can Languine be self-hosted?
Does Languine replace human translators?
also worth a look

Similar open-source tools#

DeepSeek TUI

DeepSeek TUI

A coding agent that lives in your terminal.

27.6KRustMIT
Language
TypeScript
Open issues
9
Contributors
15
First release
2024

Categories

AI & Machine LearningDeveloper ToolsDevOps & CI/CD

Tags

Workflow AutomationAI Coding AssistantCI/CD PlatformsDeveloper ToolsCodingLLMCLI

The problem it solves#

how Languine solves it

How it solves it#

CLI-based translation workflow

Runs from the command line with npx, letting teams translate and sync application strings close to the codebase.

Self-hosted web app

The project provides a Vercel-native self-hosted app with a Postgres-backed setup, so teams can operate localization infrastructure in their own account.

AI-assisted locale updates

Uses an AI model configuration to help translate changed strings, reducing the manual pass needed for routine UI copy updates.

strengths · trade-offs

Strengths and trade-offs#

Strengths

  • Fits developer i18n workflowsLanguine keeps localization close to code and CI rather than forcing every translation update through a separate hosted dashboard.
  • One-click deployment pathThe official README documents a Vercel deployment flow with Postgres provisioning, making it easier to try than a fully custom localization service.

Trade-offs

  • -AI output needs reviewAI translations can drift in tone, product vocabulary, or legal meaning. Teams should keep human review for important product, support, and compliance copy.
Goose

Goose

Run repeatable multi-step coding workflows from CLI or desktop

45.1KRustApache-2.0
Octrafic

Octrafic

AI-powered CLI for automated API testing with natural language

34GoMIT
Maestro

Maestro

Simple end-to-end testing for iOS, Android, and web apps

14.3KKotlinApache-2.0
Grit

Grit

Automate code migrations at scale using a pattern-matching DSL

4.5KRustMIT
Keploy

Keploy

AI-powered tool that converts API traffic into test cases

17.2KGoApache-2.0

Languine is used to translate application strings and keep localization files in sync through a CLI and self-hosted app.

Yes. The official source describes a Vercel-native self-hosted deployment with a Postgres-backed setup.

Localization often breaks because translations live behind code changes. Developers add strings, product teams wait on manual translation updates, and stale locale files ship missing or inconsistent copy.

Hosted localization tools help coordinate work, but they can add another account, workflow, and pricing layer around files that still need to land back in the repository. Developer teams need i18n automation that fits CI/CD and source control.

No. Languine can speed up routine translation updates, but teams should still review important copy for accuracy, tone, and product language.