AI-powered file organization for macOS. Tell it what you want in natural language, it handles the rest.
- "Flatten all my photos into one folder"
- "Organize downloads by file type"
- "Move documents older than 2023 to archive"
- iCloud Drive
- Google Drive
- Dropbox
- Local folders
- Confirmation prompts before destructive operations
- Full undo/history for all operations
- Preview changes before applying
- 100% on-device processing
- No files uploaded to cloud
- Claude API for intelligence (your API key, your control)
- macOS 15.0+ (Sequoia or later)
- Apple Silicon (M1/M2/M3/M4)
- Claude API key (for AI features)
Coming soon! SaneSync is in active development.
See CONTRIBUTING.md for setup instructions.
# Clone and build
git clone https://github.com/sane-apps/SaneSync.git
cd SaneSync
bundle install
./Scripts/SaneMaster.rb verifySaneSync processes all files locally on your Mac. The only external communication is with the Claude API when you execute natural language commands:
- Your files are never uploaded
- Only command text is sent to Claude
- No analytics or telemetry
- No account required
GPL v3 — see LICENSE