Skip to content

emjomi/llingua

Repository files navigation

Llingua

Llingua is a LLM-powered translator that runs entirely in your browser using wllama. No data leaves your device.

Usage

  1. Select target languages
  2. Type text and press Enter to translate (Shift + Enter for new line)
  3. First use loads ~1GB model - be patient

Run locally

git clone https://github.com/emjomi/llingua.git
cd llingua
npm install
npm run build
npm run preview