Features AI Engine Safety Screenshots Download Free
macOS 14+ · Native Swift · Zero Dependencies

AI-Powered
Drive Management

Sync smarter. Find duplicates instantly. Let AI organize your files.
Privacy-first — your data never leaves your Mac.

75+ AI Models
5 LLM Providers
0 External Deps
$0 Forever
DriveSyncAI Dashboard
INTELLIGENT SYNC DUPLICATE FINDER AI ORGANIZATION SMART PREFERENCES WRITE-AHEAD JOURNAL LOCAL AI PRIVACY FIRST ZERO DEPENDENCIES APFS CLONEFILE INTELLIGENT SYNC DUPLICATE FINDER AI ORGANIZATION SMART PREFERENCES WRITE-AHEAD JOURNAL LOCAL AI PRIVACY FIRST ZERO DEPENDENCIES APFS CLONEFILE

Everything you need.
Nothing you don't.

Three powerful tools — unified by a safety-first architecture that never loses a file.

Intelligent Sync

Mirror, update, or bidirectional sync with conflict resolution. Preview every change before execution. Filter rules skip junk automatically.

Mirror Mode Bidirectional Sync Profiles Versioning

Duplicate Finder

Quick, Smart, or Deep scanning. SHA256 verification catches every copy. Safe move preserves folder structure with full undo.

Quick Scan SHA256 Deep Full Undo

AI Organization

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.

Preferences Wizard AI Chat Refinement 3-Tier Pipeline Custom Rules

Blazing Performance

Memory-mapped hashing for large files. APFS clonefile for instant same-volume copies. Adaptive I/O tuned per drive type.

mmap I/O APFS Clone Parallel I/O

Privacy First

AI runs locally via Ollama by default. File contents never leave your Mac. Cloud providers only receive compact metadata summaries.

Local AI Keychain Storage No Telemetry

Native macOS

Built with SwiftUI and zero external dependencies. Uses system frameworks, Keychain, and APFS. Feels like it belongs on your Mac.

SwiftUI Swift 5.9 Zero Deps

Three tiers of intelligence.
One seamless pipeline.

85% of files organized without a single AI token. Only ambiguous files reach the LLM — as metadata, never contents.

01
60% of files

Rules Engine

Extension mapping, clutter detection, and your custom rules. Instant results, zero tokens, zero network calls.

02
25% of files

Metadata Enrichment

EXIF dates, PDF titles, Spotlight attributes. Deep context extraction without touching file contents.

03
15% of files

AI Brain

Compact metadata summaries sent to your chosen LLM. Structured JSON responses, validated and retried on failure.

Bring Your Own AI

🦙
Ollama
Default — 100% local
Recommended
OpenAI
GPT-4o & more
Anthropic
Claude models
Google Gemini
Gemini Pro
Perplexity
Search-augmented

Built by someone who
lost files to a sync tool.

Every operation goes through a multi-layer safety pipeline. Your files are never at risk.

01

Write-Ahead Journal

Every operation logged before execution — survives crashes and power failures.

02

SHA256 Verification

Hash comparison after every write catches silent corruption before it's too late.

03

Backup Before Overwrite

Original files preserved as APFS copy-on-write clones before any modification.

04

Automatic Rollback

Failed operations reversed completely. Journal replayed in reverse order.

05

Protected Paths

System directories blocked. Delete threshold prevents mass-deletion accidents.

06

Dry-Run Mode

Preview the full execution plan without touching a single file on disk.

See it in action.
Every pixel, intentional.

Why DriveSyncAI?

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.

Ready to take control
of your drives?

Free for personal and educational use. No subscription. No account required. No telemetry.

macOS 14+ (Sonoma) 3.1 MB DMG Swift 5.9

Quick Start

Terminal
# 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