Privacy
omne runs everything in your browser. Your files never leave your device.
What your browser downloads
- Your browser downloads only what omne itself serves: HTML, CSS, JS, fonts (self-hosted via next/font), and the FFmpeg WebAssembly engine (self-hosted in /ffmpeg/) when you open a video tool.
- No analytics endpoint, no advertising script, no third-party CDN for code or assets.
AI models (background removal)
- The “Remove background” tool runs a neural-network model (RMBG-1.4, ~44 MB) entirely in your browser. The model is fetched once from huggingface.co the first time you open that tool, then cached locally by your browser.
- Your image is never sent to Hugging Face or anywhere else — only the model weights are downloaded. Inference happens 100% locally, in WebAssembly.
- If you want zero contact with any external host, simply don’t open the “Remove background” tool. Every other tool stays offline after the first page load.
What we never do
- We never upload your files. Every PDF or video you drop stays in memory on your device.
- We set no cookies. We track no sessions. We never fingerprint your browser.
- You can verify this: open DevTools → Network while you use any tool. No request leaves omne while processing.