A lightweight macOS application for computing MD5 hashes of files. Simply drag and drop a file onto the app window to calculate its hash.
- Drag & Drop Interface – Drop any file onto the window to compute its MD5 hash
- Progress Tracking – Real-time progress indicator for large files
- One-Click Copy – Copy the hash result to your clipboard with a single click
- Memory Efficient – Chunks file reads to handle large files without excessive memory use
- Native macOS App – Built with SwiftUI for a native experience
- macOS 11.0 or later
- Swift toolchain (Xcode Command Line Tools)
./build.shThe built app will be available as MD5Hash.app and can be run directly or moved to /Applications.
- Launch the MD5Hash app
- Drag a file onto the window
- The MD5 hash will be calculated and displayed
- Click the result to copy it to your clipboard
This project is licensed under the MIT License – see the LICENSE file for details.


