A privacy-focused text editor that runs fully on-device. Summarize, rephrase, translate, and anonymize text using a local LLM (LM Studio) or directly in the browser via transformers.js. No cloud, no account, no data leaving your machine.
I got tired of pasting drafts into "smart" web editors and wondering where the text actually goes. So I built a small tool that does summarize / rephrase / translate / anonymize fully on-device.
Two modes:
Local LLM via LM Studio (or Ollama / llama.cpp) β OpenAI-compatible API on localhost.
In-browser via transformers.js β model runs in the browser, WebGPU or CPU.
No data leaves the machine. It's a single HTML file + small launchers. Built it as a beginner together with an AI assistant β sharing the experience, not selling anything.
Happy to hear feedback, especially where I messed up.