A macOS application with SwiftUI frontend and ExifTool backend for viewing and editing image metadata.
- 📸 View EXIF/metadata from images
- ✏️ Edit metadata fields
- 🚀 Fast processing with ExifTool
- 🎨 Native macOS SwiftUI interface
Download the latest release from Releases
- Download the
.dmgfile - Open the DMG
- Drag the app to your Applications folder
- Right-click the app and select "Open" (first time only, due to macOS Gatekeeper)
- macOS 13.0 (Ventura) or later
- ExifTool bundled (no separate installation needed)
- Launch the application
- Select an image file
- View/edit metadata
- Save changes
git clone https://github.com/aarons3225/exifUI.git
cd exifUI
open exifUI.xcodeprojBuild in Xcode (⌘B) and run (⌘R)
- SwiftUI for the interface
- ExifTool for metadata processing
- macOS 13+
MIT License - see LICENSE file
Issues and pull requests welcome!