explaingit

echosoar/local-trans

Analysis updated 2026-05-18

31HTMLAudience · developerComplexity · 2/5Setup · moderate

TLDR

A local translation tool that runs the HY-MT1.5-1.8B-ONNX model on your own device, so text is translated offline without sending data to a cloud service.

Mindmap

mindmap
  root((local-trans))
    What it does
      Local text translation
      Offline, no cloud calls
      Uses ONNX model
    Tech stack
      HTML
      ONNX runtime
      HY-MT1.5-1.8B model
    Use cases
      Private translation
      Offline translation
    Limitations
      No usage docs
      No supported languages listed

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Translate text on your own machine without sending it to an external cloud translation API.

USE CASE 2

Experiment with running a compact ONNX-format translation model locally.

What is it built with?

HTMLONNX

How does it compare?

echosoar/local-transkevintsai1202/teaching-site-skillsmihozip/google-workspace-admin-project-workflow
Stars313131
LanguageHTMLHTMLHTML
Setup difficultymoderateeasymoderate
Complexity2/52/52/5
Audiencedevelopervibe coderops devops

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

README gives no setup or usage instructions beyond the model name.

No license information is provided in the README.

In plain English

This is a local translation tool that runs entirely on your own computer without sending data to any external service. It uses HY-MT1.5-1.8B-ONNX, which is a compact AI translation model packaged in a format designed to run efficiently on everyday hardware. ONNX is an open format for running AI models, meaning it can work across different types of devices without requiring a specialized setup. Because the model runs locally, your text stays private and translation works offline. The project is built with HTML, suggesting it has a simple browser-based interface. Beyond these basics, the README provides no further detail about supported languages, usage instructions, or system requirements.

Copy-paste prompts

Prompt 1
How do I set up local-trans to run the HY-MT1.5-1.8B-ONNX model on my machine?
Prompt 2
Show me how to load an ONNX translation model like HY-MT1.5-1.8B in a simple browser-based interface.
Prompt 3
What does the HY-MT1.5-1.8B-ONNX model need in terms of hardware to run translations locally?

Frequently asked questions

What is local-trans?

A local translation tool that runs the HY-MT1.5-1.8B-ONNX model on your own device, so text is translated offline without sending data to a cloud service.

What language is local-trans written in?

Mainly HTML. The stack also includes HTML, ONNX.

What license does local-trans use?

No license information is provided in the README.

How hard is local-trans to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is local-trans for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.