Skip to content

Repository files navigation

MetaBurn

Download CI License: MIT Swift macOS

Strip EXIF, GPS, and device metadata from photos and videos — locally on macOS.

Drag files in. MetaBurn writes cleaned copies next to the originals. Originals stay untouched. Optional mute removes video audio. What’s visible in the frame is not altered.

Photo cleans use Image I/O at maximum practical JPEG quality (kCGImageDestinationLossyCompressionQuality = 1.0) while stripping privacy metadata. HEIC/HEIF become cleaned .jpg. Videos prefer remux (no visual re-encode).

↓ Download MetaBurn.dmg · All releases

MetaBurn

Features

  • Local-first privacy — metadata stays on your Mac; nothing is uploaded
  • Drag-and-drop — drop photos and videos together onto the window
  • Safe by default — writes cleaned copies; originals never overwritten
  • Max-quality photo strip — JPEG quality 1.0 for HEIC conversion and for stripping existing JPG/JPEG/other stills
  • HEIC / HEIF → .jpg — single-pass convert + strip (creator-friendly .jpg extension)
  • 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)
  • Output location — next to the originals (MetaBurn/Photos, Videos, Skippable)
  • iCloud Drive (optional) — drops from iCloud work; online-only files download first (can be slow)
  • Apple Silicon native — Swift / SwiftUI · no Homebrew tools required

Install

  1. Download MetaBurn.dmg
  2. Open the DMG and drag MetaBurn.app to /Applications
  3. First launch — right-click → Open (ad-hoc signed build)

Requires macOS on Apple Silicon.

Usage

  1. Open MetaBurn
  2. Drop photos and/or videos onto the window (mixed batches are fine)
  3. Find cleaned copies next to the originals (<source>/MetaBurn/{Photos,Videos,Skippable})
  4. Enable mute when you also want audio removed from video copies

Unsupported files (GIF, WebM, AVI, MKV, etc.) land in Skippable/ with a skipped-summary.txt when applicable.

Supported formats

Category Extensions
Photos jpg, jpeg, png, heic, heif, webp, tiff, bmp, jp2
Videos mov, mp4, m4v
Skippable gif, webm, avi, mkv, and other unsupported types

Duplicate output names use zero-padded suffixes (photo-001.jpg, not -1).

Development

swift build
swift run
swift test   # requires full Xcode.app

Package a macOS .app + DMG (ad-hoc signed) inside this repo:

./scripts/build-mac.sh
# → build/Release/MetaBurn.dmg
# → build/Release/MetaBurn.app (used while packaging; DMG is the ship artifact)

Docs

License

MIT — see LICENSE.

About

Strip EXIF, GPS, and device metadata from photos and videos locally on macOS. Cleaned copies land in Desktop/metaburn.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages