How MetaScrub Actually Works
A zero-server, fully client-side privacy pipeline โ built on WebAssembly, Web Workers, and the Streams API.
Drop Your Files
Drag and drop any image (JPEG, PNG, HEIC, WebP), video (MP4, MOV, AVI), or PDF into the secure drop zone. You can add multiple files at once for batch processing.
Instant Metadata Analysis
MetaScrub immediately parses each file's headers and binary structure to extract all embedded metadata fields โ GPS coordinates, device info, timestamps, author data, and more.
You Decide What to Strip
See every metadata field with its sensitivity rating (High / Medium / Low). High-risk fields like GPS and author info are pre-selected for removal. Toggle any field individually.
In-Browser Processing
For images: the Canvas API redraws the image pixel-by-pixel, producing a new file with zero EXIF data. For videos: ffmpeg.wasm (compiled C/C++) strips the metadata atoms natively in the browser.
Download Your Clean ZIP
All cleaned files are bundled into a single ZIP archive using JSZip, then immediately downloaded. No copies are stored anywhere โ not even temporarily.
Built on cutting-edge web tech
No servers. No backends. Just the modern web platform โ pushed to its limits.