AI Translation
AI Translation is a app in the osFoundry community catalog. Self-hosted neural machine translation server using Argos Translate models — REST API + browser UI, 80+ language pairs, no API limits, no data sent to any cloud. Powered by LibreTranslate. CPU inference is plenty fast for sentence-level translation.
Details
- Workspace: osfoundry
- Category: COMMUNICATION
- Pricing: Free
- Access: Community
Features
- 80+ language pairs
- No API limits
- No data sent to any cloud
Documentation
# AI Translation
Self-hosted neural translation, powered by LibreTranslate.
## Features
- 80+ language pairs (Argos Translate models)
- REST API: `POST /translate {q, source, target}` returns JSON
- Browser UI at `/`
- File translation (txt, odt, pdf, srt, ...)
- Detect-language endpoint
- Multi-user API keys + rate limits (admin features)
- TLS-ready
## Why pick this over a hosted API
No per-character pricing, no data leaving your network, no API rate limits beyond what your CPU can handle. Quality is below DeepL on prose but solid for technical / structured content.
## Packaging
Thin wrapper around the official `libretranslate/libretranslate` image. Models cached at `/home/libretranslate/.local`. Set `LT_LOAD_ONLY=en,fr,es,de` to skip downloading all 80+ pairs (default loads everything — ~10 GB).
How to use AI Translation in osFoundry
Install AI Translation into your workspace in one click, then fork it in osStudio to customise the prompts, tools, or configuration for your stack. Anyone in your workspace can pick up where you left off.
Other apps from the community
- CRM — Customer relationship management with contacts, deals, and pipeline tracking.
- Kanban Board — Drag-and-drop task board with swimlanes, labels, and team assignments.
- Helpdesk — Ticket triage and customer support inbox with SLA tracking.
- Page Builder — Block-based page editor with publishing to public URLs.
- Website Builder — Multi-page site builder with CMS, templates, and custom domains.
- Storefront — E-commerce storefront with product catalog, cart, and checkout.