Sync smarter. Find duplicates instantly. Let AI organize your files.
Privacy-first — your data never leaves your Mac.
Three powerful tools — unified by a safety-first architecture that never loses a file.
Mirror, update, or bidirectional sync with conflict resolution. Preview every change before execution. Filter rules skip junk automatically.
Quick, Smart, or Deep scanning. SHA256 verification catches every copy. Safe move preserves folder structure with full undo.
Guided wizard lets you set folder structure, naming, scope, and cleanup preferences — then refine with plain-English AI chat. Three-tier pipeline handles the rest.
Memory-mapped hashing for large files. APFS clonefile for instant same-volume copies. Adaptive I/O tuned per drive type.
AI runs locally via Ollama by default. File contents never leave your Mac. Cloud providers only receive compact metadata summaries.
Built with SwiftUI and zero external dependencies. Uses system frameworks, Keychain, and APFS. Feels like it belongs on your Mac.
85% of files organized without a single AI token. Only ambiguous files reach the LLM — as metadata, never contents.
Extension mapping, clutter detection, and your custom rules. Instant results, zero tokens, zero network calls.
EXIF dates, PDF titles, Spotlight attributes. Deep context extraction without touching file contents.
Compact metadata summaries sent to your chosen LLM. Structured JSON responses, validated and retried on failure.
Every operation goes through a multi-layer safety pipeline. Your files are never at risk.
Every operation logged before execution — survives crashes and power failures.
Hash comparison after every write catches silent corruption before it's too late.
Original files preserved as APFS copy-on-write clones before any modification.
Failed operations reversed completely. Journal replayed in reverse order.
System directories blocked. Delete threshold prevents mass-deletion accidents.
Preview the full execution plan without touching a single file on disk.
| Other Tools | DriveSyncAI | |
|---|---|---|
| Sync | Blind copy, hope for the best | Preview, journal, verify with SHA256 |
| Duplicates | Find & delete, hope nothing breaks | Safe move, full undo, paths preserved |
| Organization | Manual drag-and-drop for hours | Wizard-guided preferences + AI chat — done in minutes |
| Safety | "Are you sure?" dialog | Write-ahead journal, verify, rollback |
| Privacy | Upload files to their cloud | AI runs locally. Nothing leaves your Mac. |
| Cost | $9.99/month forever | Free for personal use. No subscription. |
Free for personal and educational use. No subscription. No account required. No telemetry.
# Clone and run
git clone https://github.com/amitchorasiya/DriveSyncAI.git
cd DriveSyncAI
swift build && swift run
# Optional: Enable local AI
brew install ollama
ollama pull llama3.2
ollama serve