Right-click any image in Finder to strip all EXIF/metadata in one click.
Phone photos carry a lot of information (GPS coordinates, camera settings, timestamps). I wanted a way to strip all that before sharing, without opening a terminal every time and use exiftool with a click.
Takes advantage of exiftool cli tool and Automator workflows in OSX.
- macOS 12+
- Homebrew (auto-installed if missing)
bash <(curl -fsSL https://raw.githubusercontent.com/ToledoEM/QuickExifPurge/main/install.sh)This will:
- Install Homebrew (if missing)
- Install
exiftool - Copy the workflow to
~/Library/Services/ - Refresh macOS services
- Open System Settings → Extensions → Finder → i so you can toggle "Remove EXIF Data" on
brew install exiftool-
Copy
Remove EXIF Data.workflowto~/Library/Services/cp -r "Remove EXIF Data.workflow" ~/Library/Services/
-
Refresh macOS services:
killall pbs; /System/Library/CoreServices/pbs -update
- Open System Settings → Extensions → Finder → i
- Enable Remove EXIF Data
Or via the Finder right-click menu:
- Right-click any image → Quick Actions → Customize...
- Toggle on Remove EXIF Data
- Select one or more images in Finder
- Right-click → Quick Actions → Remove EXIF Data
- A notification confirms how many files were processed
All metadata: EXIF, IPTC, XMP — camera model, GPS location, timestamps, etc. Files are modified in-place (no copies created).
| Before | After |
|---|---|
![]() |
![]() |
GPS coordinates, altitude, timestamps, camera model, and all other metadata are removed. Only basic image properties (dimensions, color profile) remain.

