Skip to content

MetalGlot Docs

MetalGlot is built on a local-first translation stack. These docs cover both everyday app workflows and the technical pieces behind them, so you can move from first-run setup to backend details without switching documentation sets.

MetalGlot is designed for users who want translation workflows that stay on their own hardware. That means the implementation details matter:

  • The interface language the operator is most comfortable working in.
  • The workspace that is best for the source format you are translating.
  • The container and model folder that are active on the current machine.
  • The API layer that is running locally.
  • The image that is best for the machine you are deploying on.
  • The model size and quant level you should choose for your hardware budget.
  • The way to adapt TranslateGemma to a new language without losing instruction-following behavior.

MetalGlot uses the open TranslateGemma model family published by Google and GGUF quantizations published by mradermacher.

Each model family is available in multiple quant levels inside MetalGlot, not just a single GGUF file. The goal is to let users trade memory use, speed, and output quality based on the machine they are actually running.