English | Korean
MangoTL is an AI-powered translation browser extension and self-hostable server for comics, manga, and webtoons.
- Lang: English to Korean
- Provider: OpenRouter
- Model: google/gemma-4-26b-a4b-it
MangoTL supports a variety of websites, languages, AI providers, and OCR engines.
You can check the full list below.
- Pixiv.net
- X.com
- Japanese
- Korean
- English
- Chinese
- German
- Swedish
Requires Docker.
- The image is published to GHCR on every release and can be run with:
docker pull ghcr.io/gpdir16/mangotl
docker run -d --name mangotl \
-p 8787:8787 \
-v mangotl-secrets:/app/server/secrets \
-v mangotl-ocr-cache:/app/server/.ocr-cache \
--restart unless-stopped \
ghcr.io/gpdir16/mangotlSettings are saved to the
mangotl-secretsvolume; downloaded OCR models are cached in themangotl-ocr-cachevolume.
- Open http://localhost:8787/config in your browser and specify the provider, API key, and model in the settings.
- You can now use MangoTL through the browser add-on. See the browser add-on install section.
- Clone the Git repository and run it:
git clone https://github.com/gpdir16/MangoTL.git
cd MangoTL
bun install
bun run startSettings are saved in
server/secrets/settings.json.
- Specify the provider, API key, and model at localhost:8787/config.
- You can now use MangoTL through the browser add-on. See the browser add-on install section.
- Install from Firefox Add-ons.
- Click the installed add-on icon and open the settings in the popup to set the server URL (if changed) and target language.
- You can now translate images on websites right away. Try it on the supported websites above.
- Build the release zip:
bun run release:extension - In Firefox, open
about:debugging→ This Firefox → Load Temporary Add-on and select a file insideextension/. - Click the installed add-on icon and open the settings in the popup to set the server URL (if changed) and target language.
- You can now translate images on websites right away. Try it on the supported websites above.
MangoTL is free software licensed under the GNU Affero General Public License v3.0 or later (AGPL-3.0-or-later).
Copyright © 2026 gpdir16 and MangoTL contributors.
If you modify this software and make it available to users over a network, you must provide the corresponding source code under the same license. See the AGPL FAQ for details.