Skip to content

mac-tool/MD5-Hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MD5 Hash

A lightweight macOS application for computing MD5 hashes of files. Simply drag and drop a file onto the app window to calculate its hash.

AppIcon Image Image

Features

  • 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

Building from Source

Requirements

  • macOS 11.0 or later
  • Swift toolchain (Xcode Command Line Tools)

Build

./build.sh

The built app will be available as MD5Hash.app and can be run directly or moved to /Applications.

Usage

  1. Launch the MD5Hash app
  2. Drag a file onto the window
  3. The MD5 hash will be calculated and displayed
  4. Click the result to copy it to your clipboard

License

This project is licensed under the MIT License – see the LICENSE file for details.

About

Lightweight native macOS app for calculating MD5 hashes from drag-and-dropped files, with progress tracking and one-click copy.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors