
Dintch is a native macOS utility from the respected indie developer Eclectic Light that verifies the integrity of files by comparing checksums, helping you confirm that files have not been corrupted, tampered with, or accidentally altered.
What is Dintch?
Dintch is a dedicated file-integrity checker for Mac that calculates and compares cryptographic hashes — so you can know with certainty whether a file is exactly what it's supposed to be. If you've ever downloaded a large archive, received a critical document, or migrated a project folder and wondered whether anything silently broke in transit, Dintch answers that question definitively.
It sits in a small but important category of tools that macOS doesn't cover well out of the box. While Terminal can generate checksums with shasum, Dintch wraps the whole process in a proper Mac GUI that makes it feel effortless rather than ceremonial.
What does Dintch do best?
Dintch's strongest suit is frictionless drag-and-drop verification — drop a file, paste the expected hash, and get an immediate pass/fail result. There's no learning curve and no configuration ceremony.
Beyond quick spot-checks, it handles batch verification gracefully. If you're validating a folder of installer images, ISO archives, or research datasets, you don't have to run each through individually. The app's clean feedback — a clear visual indicator rather than a wall of hex strings — keeps the cognitive load low even when the file list is long.
Dintch supports multiple hash algorithms, so whether a software vendor publishes an MD5, SHA-256, or SHA-512 checksum, you're covered. It's the kind of quiet competence that earns daily-driver status.
Is Dintch free?
Dintch is free to download from the Eclectic Light website. Eclectic Light is a long-running one-person Mac development shop with a strong track record of releasing genuinely useful utilities without paywalls or nagware — Dintch follows that tradition.
Because it comes from outside the Mac App Store, you'll dismiss a Gatekeeper prompt on first launch (right-click → Open), which is standard for notarized but non-MAS apps. The app itself is clean and imposes no subscription, no account, and no telemetry.
Who should use Dintch?
Dintch earns its place on any Mac where file provenance matters. That covers a wider audience than you might expect:
- Developers and sysadmins who download SDKs, virtual machine images, or Docker base images and need to confirm the published hash matches before deploying.
- Researchers and academics archiving datasets who want a repeatable, documented audit trail of file integrity across backup generations.
- Power users who routinely pull software from indie developers or GitHub releases and want a sanity-check that the binary wasn't altered en route.
- Photographers and video editors whose workflows involve transferring large raw files between drives and studios — silent corruption from a failing card reader is a real hazard.
If you already live inside Terminal, you probably have a shasum alias. But if you want a visual workflow — especially one you can hand to a less CLI-comfortable colleague — Dintch is the obvious choice.
What are the best Dintch alternatives?
The closest dedicated alternative is HashCheck and, on the GUI side, Checksum+ on the Mac App Store. For quick one-off hashes, Terminal's built-in shasum -a 256 is always available. Suspicious Package goes further for installer inspection but solves a narrower problem. Among professional backup tools, Carbon Copy Cloner and SuperDuper both verify clones internally, but they don't expose a general-purpose hash-comparison workflow. For pure file diffing rather than hash comparison, Beyond Compare or Kaleidoscope are the power tools — but those are different instruments entirely.
Where Dintch wins is simplicity and trust: it's a single-purpose tool from a developer with a decade-plus reputation in the Mac community, and it doesn't try to upsell you anything.
How does Dintch compare to using Terminal?
Terminal gives you the same underlying algorithms but demands that you remember syntax, copy-paste hash strings carefully, and visually compare two long hex strings without making a transcription error. Dintch eliminates all of that. The comparison is automated — you paste the expected hash once and the app tells you whether it matches. For teams doing repeated integrity checks, the reduced error rate alone justifies the switch from the command line.