Skip to content
Page 01 · Local-first manga production

Turn a raw manga page into finished lettering.

Yomika brings detection, OCR, inpainting, translation, review, typesetting, and export into one page-aware workspace. Run the built-in pipeline locally, then opt into a hosted provider only when your project needs one.

  • Portable Windows release
  • Source builds for Linux and macOS
  • GPL-3.0
EDITOR / PAGE VIEW
Yomika editing a translated manga page
Local by default Vision and downloaded LLMs stay on-device.
Editable handoff Export rendered pages or layered PSD files.
One page, one continuous flow

The scanlation desk, connected.

Each stage feeds the next without moving assets between unrelated tools. Review the detected blocks, correct the text, and refine the final lettering at any point.

  1. 01 Detect

    Find text regions, speech bubbles, and page structure.

  2. 02 OCR

    Read dialogue and captions into reviewable Unicode text.

  3. 03 Inpaint

    Remove the source lettering while preserving the artwork.

  4. 04 Translate

    Use a local GGUF model or an optional remote provider.

  5. 05 Typeset

    Review, render, and export the finished page or layered PSD.

Choose your desk

One runtime, three ways to work.

The desktop editor, headless Web UI, HTTP API, and MCP tools all use the same project state and page pipeline.

Local-first, not local-only

Keep the page close. Reach the cloud by choice.

Yomika can run its vision stack and downloaded translation models on your machine. Remote LLM, machine-translation, and Codex workflows are explicit options rather than hidden dependencies.

  • A Local pipelineDetection, OCR, cleanup, and local translation can stay on-device.
  • B Provider controlChoose when text or images are sent to a configured service.
  • C Practical outputKeep flattened images, editable PSD layers, or project archives.
Install Yomika

Ready to turn the first page?

Choose the portable Windows EXE or ZIP—no installer required. Use the repository's Bun wrapper for Linux, macOS, or a custom build.

git clone https://github.com/proxlavee/yomika.git
cd yomika
bun install --frozen-lockfile
bun run build