marian-nmt/marian
Fast Neural Machine Translation in C++ observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3793
- days_rel: n/a
- days_push: 1104
- n_releases_24m: 0
Adoption not part of the score
1468 stars · 250 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Marian is an efficient Neural Machine Translation framework written in pure C++ with minimal dependencies, supporting fast multi-GPU training and GPU/CPU translation of deep RNN and Transformer models. Developed primarily by the Microsoft Translator team, it is the engine behind production translation services and is MIT licensed.
Use cases
- train a neural machine translation model on multiple GPUs
- run fast NMT inference on GPU or CPU from C++
- train a deep RNN or transformer translation model
- deploy a production machine translation engine
- translate text with a custom-trained NMT model
- reproduce research experiments with Nematus-compatible models
When to choose
- you need fast, production-proven NMT training and decoding with minimal dependencies in C++
- you want multi-GPU training of state-of-the-art translation architectures like deep RNN and transformer
- you need a permissively licensed (MIT) toolkit with proven deployment at scale (Microsoft Translator)
- you want GPU-accelerated translation inference without a Python dependency stack
When to avoid
- you need a Python-first ML framework or broad ecosystem integrations (PyTorch, Hugging Face, Fairseq)
- your task is general-purpose machine learning rather than translation
- you require cutting-edge large language model features or very active recent development, as the project's release cadence has slowed
- you only need lightweight CPU translation of small models, where simpler decoders may suffice
Facets
framework · maturity maintenance
deep-learning machine-learning nlp gpu-computing deep-learning machine-learning artificial-intelligence windows cpp neural-machine-translation nmt cuda transformer rnn translation training inference microsoft-translator c-plus-plus natural-language-processing linux macos gpu
2 sources
- readme: https://github.com/marian-nmt/marian · fetched 2026-08-28 · 1c7a7e75851c
- homepage: https://marian-nmt.github.io · fetched 2026-08-29 · 0a65b98f5568
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| marian-nmt/marian | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="marian-nmt/marian")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem