WatermarkOut

About WatermarkOut

A free, private watermark remover for AI-generated images and short videos — the AI runs in your browser, so nothing is ever uploaded. Nothing to install. Nothing to sign up for.

v1.5.0 MIT License No telemetry No accounts No cloud

🎯 Why this exists

Watermark removers typically run on someone else's servers: you upload a private photo, pay a monthly subscription, and often get a result with their watermark on it unless you upgrade. That's broken.

WatermarkOut runs entirely in your browser. Your file never leaves the tab. No subscriptions, no accounts, no cloud — and because the source is MIT-licensed, you can check that claim rather than trust it. Apart from the app's own files and a one-time 29 MB model download on your first visit, nothing goes over the network.

Prince Ramgarhia

BUILT BY

Prince Ramgarhia

DiceCodes · 📍 Batala, Punjab, India 🇮🇳

Solo-built. No VC. No growth team. Just one developer trying to make pro-grade creative tooling permanently free for everyone.

⚙️ How it works (the boring honest version)

  1. You drop an image in. The file becomes an in-memory ImageData object in your browser. It never leaves.
  2. You paint the watermark. A canvas overlay tracks where you brush — that becomes the inpainting mask.
  3. An AI model runs in WebAssembly. The model (MI-GAN, 29 MB, downloaded once and cached) runs inside your browser tab via ONNX Runtime Web — on your GPU if your browser supports WebGPU, otherwise on your CPU.
  4. You download the result. Same browser, same tab, same machine. No server saw a thing.

Open your browser's Network tab and check for yourself: once the app and the model are cached, removing a watermark makes no network requests at all.

🧰 Other free tools by DiceCodes

💝 Support free software

WatermarkOut is free forever. There are no servers to pay for, no subscriptions to add later, no premium tier to unlock. If it saved you money, time, or a privacy headache — and you'd like to send some thanks back — here's how:

🔧 Built with

Source: github.com/IamRamgarhia/free-ai-watermark-remover · License: MIT · Audit anything. Fork anything.