๐“‰ก

Hathor

Goddess of Reflection
File Deduplication

Hathor uses a three-phase dedup engine that's 27x faster than naive approaches. Phase 1 groups files by size (instant elimination of uniques). Phase 2 does partial SHA-256 (first 4KB + last 4KB). Phase 3 does full SHA-256 only on confirmed candidates. The result: 98.8% less disk I/O than reading every file. Includes a browser-based GUI for visual review.

27ร—
Faster than naive
98.8%
I/O reduction
3 ms
Scan time (56 files)
Web UI
Browser GUI
65.9%
Test coverage

Features

โšก3-Phase Dedup

Size grouping โ†’ Partial hash (8KB per file) โ†’ Full SHA-256. 27x faster than naive hashing

๐Ÿ–ฅ๏ธWeb GUI

Browser-based duplicate review with side-by-side comparison

๐Ÿ“Š98.8% I/O Reduction

Reads < 2 MB instead of 98 MB for a typical scan

๐ŸŽฏSmart Recommendations

Suggests which copy to keep based on path, modification time, and context

Usage

$ pantheon mirror ~/Downloads ~/Desktop # Scan directories for duplicates
$ pantheon mirror --photos --min-size 1MB # Large photo duplicates only
$ pantheon mirror --json > report.json # Export results as JSON
$ pantheon mirror # Launch browser-based GUI for visual review

Usability Surface

InterfaceStatusDetail
CLIโœ… Fullpantheon mirror
GUIโœ… WebAuto-opens browser on localhost
MCPโŒ NonePlanned
Menu BarโŒ NonePlanned

Download

pantheon.sirsi.ai/hathor

This page is the canonical source for Hathor. Bundled offline copies auto-check for updates here.