bergamot-translator VS firefox-translations

Compare bergamot-translator vs firefox-translations and see what are their differences.

bergamot-translator

Cross platform C++ library focusing on optimized machine translation on the consumer-grade device. (by browsermt)

firefox-translations

Firefox Translations is a webextension that enables client side translations for web browsers. (by mozilla)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
bergamot-translator firefox-translations
31 39
299 577
3.7% -
6.4 0.0
13 days ago 8 months ago
C++ JavaScript
Mozilla Public License 2.0 Mozilla Public License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

bergamot-translator

Posts with mentions or reviews of bergamot-translator. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-13.
  • Fast and secure translation on your local machine with a GUI
    6 projects | news.ycombinator.com | 13 Apr 2024
    Interestingly, I think this is actually related to the offline translation features built into Firefox. Both are products of "Project Bergamot", but the Mozilla-maintained version was later merged into the Firefox application:

    https://browser.mt/

    https://blog.mozilla.org/en/mozilla/local-translation-add-on...

    https://hacks.mozilla.org/2022/06/training-efficient-neural-...

    https://github.com/mozilla/firefox-translations

    https://firefox-source-docs.mozilla.org/toolkit/components/t...

    Extra webpage with screenshot and links, impossible to search for normally:

    https://translatelocally.com/downloads/

    Does one thing and does it well.

    Oh— For downloading models, it's much easier to pipe/`xargs` `translateLocally --available-models` into `translateLocally -d` than go through the GUI.

    ---

    Other self-hostable translation tools:

    https://www.apertium.org/index.eng.html

    - Traditional rule-based translation. Seems to work pretty well, but no good desktop frontend.

    https://www.argosopentech.com/

    - Works, but crashy desktop app.

    https://libretranslate.com/

    - API wrapping Argos Translate.

    https://lingva.thedaviddelta.com/

    - Google Translate scraper/privacy frontend.

    https://euroglot.com/

    - Proprietary, subscription trialware.

  • Firefox 118
    8 projects | news.ycombinator.com | 26 Sep 2023
    It's possible with Neural Machine Translation models. Before being integrated into Firefox itself local translation was already available through the TranslateLocally add-on, see: https://browser.mt/
  • Linguist 5.0 - addon to translate and learn languages with respect to privacy
    8 projects | /r/firefox | 30 Apr 2023
    my understanding is this is using the same backend for the offline translator (aka Bergamot Project), it also supports online translation services (Google, DeepL, Bing, etc.)
  • Need to translate a 200 page book
    2 projects | /r/languagelearning | 5 Jan 2023
    Then you can run the OCR text through either a google, deepl, or one of the other commercial services to translate as a first pass. They all sell API access to the engines for bulk translation. Or you can use an open source engine like the new Bergamot Engine
  • Firefox Translations doesn't use the cloud
    13 projects | news.ycombinator.com | 29 Nov 2022
    It is running a full transformer type neural network on your cpu, it needs all the speed it can get.

    It’s because the translation engine requires at least SSSE3.1 instructions[1]. These are translated to wasm SIMD instructions[2] which are only enabled by browsers if the underlying hardware is there to execute these at least somewhat efficient.

    [1] https://github.com/browsermt/bergamot-translator/issues/418

    [2] https://emscripten.org/docs/porting/simd.html

  • Show HN: Using stylometry to find HN users with alternate accounts
    3 projects | news.ycombinator.com | 26 Nov 2022
    > But then you have to send your original comment to a translation company so there are privacy concerns there too.

    There are modern offline translation systems available such as Project Bergamot https://browser.mt/

  • How do I remove this ugly annoying translation bar that pops up on various sites in FireFox? It doesn't show up in Chrome on the same site, and I have not installed any translation extensions as far as I know.
    2 projects | /r/firefox | 13 Oct 2022
    https://browser.mt/ ("Bergamot" was the technical name for the project.)
  • What do you believe Firefox is missing?
    2 projects | /r/browsers | 6 Oct 2022
    Already exists!
  • Skill for translating words/phrases?
    2 projects | /r/Mycroftai | 27 Sep 2022
    But it'd also be a good idea to check out https://translatelocally.com/ which is a UI for https://github.com/browsermt/bergamot-translator, used in Mozilla's offline MT browser extension. It's deep neural MT, but surpisingly undemanding (runs just fine on CPU's). Not yet in apt and such, but translatelocally at least has dpkg's and newest version should be usable from the CLI.
  • Mozilla reaffirms that Firefox will continue to support current content blockers
    6 projects | /r/linux | 24 Sep 2022
    Consider Firefox translations, this is a completely offline machine translation extension based on this project.

firefox-translations

Posts with mentions or reviews of firefox-translations. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-13.
  • Fast and secure translation on your local machine with a GUI
    6 projects | news.ycombinator.com | 13 Apr 2024
    Interestingly, I think this is actually related to the offline translation features built into Firefox. Both are products of "Project Bergamot", but the Mozilla-maintained version was later merged into the Firefox application:

    https://browser.mt/

    https://blog.mozilla.org/en/mozilla/local-translation-add-on...

    https://hacks.mozilla.org/2022/06/training-efficient-neural-...

    https://github.com/mozilla/firefox-translations

    https://firefox-source-docs.mozilla.org/toolkit/components/t...

    Extra webpage with screenshot and links, impossible to search for normally:

    https://translatelocally.com/downloads/

    Does one thing and does it well.

    Oh— For downloading models, it's much easier to pipe/`xargs` `translateLocally --available-models` into `translateLocally -d` than go through the GUI.

    ---

    Other self-hostable translation tools:

    https://www.apertium.org/index.eng.html

    - Traditional rule-based translation. Seems to work pretty well, but no good desktop frontend.

    https://www.argosopentech.com/

    - Works, but crashy desktop app.

    https://libretranslate.com/

    - API wrapping Argos Translate.

    https://lingva.thedaviddelta.com/

    - Google Translate scraper/privacy frontend.

    https://euroglot.com/

    - Proprietary, subscription trialware.

  • Firefox Translations is now enabled by default in Nightly.
    2 projects | /r/firefox | 30 May 2023
  • Are there plans for Firefox Translations to get updates for Japanese and Korean in the future?
    1 project | /r/firefox | 29 Apr 2023
    You can submit feature requests to this Github repository: Add Japanese Translation.
  • Firefox told me about the Translations addon, so I thought I'd test it out... I suspect it may need some work.
    1 project | /r/firefox | 15 Mar 2023
    I reported this to https://github.com/mozilla/firefox-translations/issues/688
  • Mozilla Launches Responsible AI Challenge
    2 projects | news.ycombinator.com | 15 Mar 2023
    Mozilla did release DeepSpeech[0] and Firefox Translation[1] (the latter of which they included in Firefox, to offer client-side webpage translations.)

    They definitely have fewer resources than OpenAI, and they do not produce SOTA research (their publications have plummeted to 1/year anyway[2]). So the only way for them to make progress is to seek government grants or make challenges like these.

    This challenge is unlikely to be profitable for the winning team: the expected value of winnings are likely around $1K when taking into account the probability that another team gets a better rank, but ML research projects are often more expensive (recently, Alpaca spent upwards of $600 on computation alone; and of course pretraining large models is much more expensive). So the main gain will be publicity.

    [0]: https://github.com/mozilla/deepspeech

    [1]: https://github.com/mozilla/firefox-translations/

    [2]: https://research.mozilla.org/

  • Do you know libraries which can translate simple texts offline in Java?
    4 projects | /r/java | 14 Feb 2023
    Firefox has an offline translation extension: https://github.com/mozilla/firefox-translations
  • Firefox Translations is awesome 😍
    1 project | /r/firefox | 26 Jan 2023
    That will be released in the next version: https://github.com/mozilla/firefox-translations/commit/af29a6ca83c4e98566d510c0f150667a43e506d2
  • Firefox Translations doesn't use the cloud
    13 projects | news.ycombinator.com | 29 Nov 2022
    https://github.com/mozilla/firefox-translations/issues/374

    Maybe it will get implemented

  • How can I didable firefox translations?
    1 project | /r/firefox | 10 Nov 2022
    Did you install Firefox Translations? If so, the feature to turn off translation bar will come very soon in the next version according to this bug.
  • Firefox 106 released
    3 projects | /r/linux | 18 Oct 2022
    See https://github.com/mozilla/firefox-translations for in development languages.

What are some alternatives?

When comparing bergamot-translator and firefox-translations you can also consider the following projects:

go-socks5-proxy - A lightweight Go SOCKS5 proxy-server

LibreTranslate - Free and Open Source Machine Translation API. Self-hosted, offline capable and easy to setup.

wordle-bg - 🇧🇬 Wordle clone in Bulgarian

lingva-translate - Alternative front-end for Google Translate

linguist - Translate web pages, highlighted text, Netflix subtitles, private messages, speak the translated text, and save important translations to your personal dictionary to learn words even offline

translateLocally - Fast and secure translation on your local machine, powered by marian and Bergamot.

skia-opengl-emscripten - DEPRECATED! ~~C++ HTML/CSS UI. Supports subset of HTML/CSS. Based on chromium/cobalt.foo without JavaScript overhead. Uses SKIA 2D graphics library. Can be used to build UI for cross-platform app, game or website. Can support browser as HTML5 web framework or WebGL UI renderer.~~

marian-dev - Fast Neural Machine Translation in C++ - development repository

firefox-translations-training - Training pipelines for Firefox Translations neural machine translation models

frontend.wasm - Wasm frontend for Tolc

marian-dev - Fast Neural Machine Translation in C++ - development repository