Strip EXIF, GPS, and device metadata from photos and videos — locally on macOS.
Drag files in. MetaBurn writes cleaned copies to ~/Desktop/metaburn (Photos / Videos). Originals stay untouched. Optional mute removes video audio. What’s visible in the frame is not altered.
↓ Download MetaBurn.dmg · All releases
- Local-first privacy — metadata stays on your Mac; nothing is uploaded
- Drag-and-drop — drop photos/videos onto the window
- Safe by default — writes cleaned copies; originals never overwritten
- EXIF / GPS / device tags — stripped natively (ImageIO for photos, AVFoundation for videos)
- Optional video mute — omit audio tracks from cleaned video copies (no quality re-encode when passthrough works)
- Apple Silicon native — Swift / SwiftUI · no Homebrew tools required
- Download
MetaBurn.dmg - Open the DMG and drag MetaBurn.app to
/Applications - First launch — right-click → Open (ad-hoc signed build)
Requires macOS on Apple Silicon.
- Open MetaBurn
- Drop photos and/or videos onto the window
- Find cleaned copies in
~/Desktop/metaburn/Photosand~/Desktop/metaburn/Videos - Enable mute when you also want audio removed from video copies
swift build
swift run
swift test # requires full Xcode.appPackage a macOS .app + DMG (ad-hoc signed):
./scripts/build-mac.sh
# → build/Release/MetaBurn.dmgMIT — see LICENSE.
