Transloom is a local-first desktop translation app built with Electron and Next.js.
- Text translation workspace
- Screenshot OCR and translation
- Immersive screenshot translation
- Local glossary, history, and usage storage
- Desktop bridge for capture, popup translation, and settings
- Next.js 16
- React 19
- Electron
- Prisma + SQLite
- Local OCR helpers
npm install
npm run dev
npm run dev:desktop
npm run lint
npm run typechecknpm run build:desktop
npm run package:desktop- This public export intentionally excludes private automation, local AI control-plane files, logs, captured screenshots, and repository-specific operating notes.
- Local database files are not shipped in this repo. Prisma/SQLite state should be created at runtime on your own machine.