Version: 1.0.0-beta Last Updated: 2025-09-27 Platforms: Windows (macOS/Linux coming soon)
- Download the
ExifAnalyzer-1.0.0-beta.zipfile - Extract to any folder (e.g.,
C:\ExifAnalyzerorDesktop\ExifAnalyzer)
No installation required! Just run the executable:
For GUI (Recommended for most users):
- Double-click
ExifAnalyzer-GUI.exe
For Command Line:
- Open Command Prompt in the folder
- Type:
ExifAnalyzer-CLI.exe --help
- GUI: Use the "Browse" buttons to select images
- CLI: Type commands like
ExifAnalyzer-CLI.exe view photo.jpg
That's it! No Python, no dependencies, no admin rights required.
ExifAnalyzer-1.0.0-beta/
├── ExifAnalyzer-CLI.exe # Command line interface
├── ExifAnalyzer-GUI.exe # Graphical interface
├── Instructions.md # Detailed usage guide
├── QUICK_START.txt # 2-minute tutorial
├── changelog.md # Version history
└── README.md # Project overview
- Minimum: Windows 10 (64-bit)
- Recommended: Windows 11
- RAM: 100MB available memory
- Disk: 50MB free space
- Minimum: macOS 10.14 Mojave
- Recommended: macOS 12 Monterey or later
- Minimum: Ubuntu 18.04 LTS or equivalent
- Recommended: Ubuntu 20.04 LTS or later
- Launch: Double-click
ExifAnalyzer-GUI.exe - Select Images:
- Click "Browse" next to "File:" to select a single image
- OR click "Browse" next to "Folder:" to browse a folder of images
- View Metadata: Select an image to see its metadata
- Remove Metadata:
- Click "Strip All Metadata" to remove everything
- OR click "Strip GPS Only" to remove just location data
- Open Command Prompt in the ExifAnalyzer folder
- Basic Commands:
# Get help ExifAnalyzer-CLI.exe --help # View image metadata ExifAnalyzer-CLI.exe view photo.jpg # Remove all metadata ExifAnalyzer-CLI.exe strip photo.jpg # Remove only GPS data ExifAnalyzer-CLI.exe strip --gps-only photo.jpg # Process multiple files ExifAnalyzer-CLI.exe batch C:\Photos --operation strip
- Extract to any folder you prefer
- Add the folder to your PATH environment variable for global CLI access
- Create desktop shortcuts to the executables
- Some antivirus software may flag the executables (false positive)
- Add the ExifAnalyzer folder to your antivirus exclusions if needed
- The executables are digitally signed and safe
- You can have multiple versions in different folders
- Each version is completely self-contained
- Problem: Nothing happens when double-clicking
- Solution: Right-click → "Run as administrator"
- Problem:
'ExifAnalyzer-CLI.exe' is not recognized - Solution:
- Open Command Prompt IN the ExifAnalyzer folder
- OR use full path:
C:\path\to\ExifAnalyzer-CLI.exe
- Problem: Folder browser shows no files
- Solution:
- Use the "File" browser instead of "Folder" browser
- Ensure you're browsing to a folder with .jpg/.png images
- Check status bar for diagnostic information
- Problem: "Windows protected your PC" message
- Solution: Click "More info" → "Run anyway"
- Problem: Can't modify images
- Solution:
- Ensure images aren't read-only
- Run as administrator if needed
- Move images out of protected folders
- ExifAnalyzer does not auto-update
- Check for new versions manually
- Download the new version
- Extract to a new folder
- Copy your images/settings if needed
- Delete the old version
- Beta versions include "-beta" in the filename
- Beta versions are for testing - use with caution on important images
- Report issues to help improve the software
- Quick Start:
QUICK_START.txt - Detailed Guide:
Instructions.md - Version History:
changelog.md
- Read the error messages carefully
- Check this troubleshooting section
- Ensure you're using supported image formats (JPEG, PNG)
- Include your Windows version
- Describe the exact steps that caused the problem
- Include any error messages
- Mention if you're using GUI or CLI
- Local Only: All processing happens on your computer
- No Internet: ExifAnalyzer never connects to the internet
- No Tracking: No usage data is collected
- Safe: Original images are backed up before modification
- Read/Write: JPEG (.jpg, .jpeg, .jpe, .jfif)
- Read/Write: PNG (.png)
- Future: TIFF, WebP, GIF support planned
Enjoy using ExifAnalyzer! 🎉