Mac maintenance
Looking for a Hazel Alternative? Here's What Else to Try
Honest look at Hazel alternatives on Mac for file automation and cleanup. What Hazel does, what Sweep does, and which tools cover what use cases.
Hazel is the gold standard for rule-based file automation on Mac. Made by Noodlesoft, it’s been around since 2006 and runs in the menu bar quietly moving, renaming, sorting, and tagging files based on rules you set up. If you’ve ever used it, you know the appeal — once you build the rules, your Mac handles the file shuffling on its own.
But Hazel isn’t free, the rule editor has a learning curve, and some people just want something simpler. This is an honest look at what alternatives exist, what they’re good at, and where Hazel still wins.
What Hazel actually does
Before comparing, it helps to be precise about what Hazel is. Hazel watches folders. When something changes, it checks the file against rules you’ve defined. If a rule matches, it runs an action.
Examples of what people use it for:
- New PDF in Downloads → if filename contains “invoice” → move to
~/Documents/Finances/2025/ - New screenshot on Desktop → rename to ISO date format → move to
~/Pictures/Screenshots/ - Files in Downloads older than 30 days → move to
~/Downloads/Old/ - Files in
~/Movies/larger than 1GB → tag with red label - New folder in
~/Projects/→ create a subfolder structure inside
The rules support dozens of conditions (date, size, name, content, kind, color tag, custom AppleScript) and a similar list of actions (move, copy, rename, tag, set color, run script, sort into subfolder).
Hazel costs $42 (single user, lifetime license) with paid major upgrades every few years. There’s a 14-day trial.
Where Hazel is uniquely good
A few things Hazel does that nothing else really matches:
Pattern matching with multiple conditions. Hazel’s rule editor lets you nest conditions (this AND that, or this OR that, with date ranges and filename regex). No other consumer Mac tool has this level of expressive power.
Content-based rules. Hazel can read PDF text and use it to make decisions. “If PDF contains the word ‘invoice’” actually works. Useful for sorting receipts and documents.
Reliability over years. Hazel runs in the menu bar 24/7. It doesn’t break across macOS upgrades the way third-party tools sometimes do.
Sort into subfolder. This one feature — automatically creating a year/month nested folder structure — is genuinely tricky to replicate.
If you need any of these, Hazel is worth $42.
Where it isn’t the best fit
Hazel only does file rules. It doesn’t:
- Find and clean caches, logs, system junk
- Help you uninstall apps cleanly
- Audit privacy or browser data
- Free disk space proactively
- Show you what’s eating storage
It also doesn’t have a Shortcuts integration, doesn’t sync across devices, and the UI hasn’t been meaningfully redesigned since macOS 10.10. None of which matter if you just need file rules.
Make cleanup automaticSweep does the routine cleanup so you can stay in your work. Get Sweep free →
Where Sweep fits in
Sweep is a different category of tool. It’s a Mac cleanup app — smart scans, one-click cleanup with preview, app uninstaller, privacy auditing. The overlap with Hazel is small but real:
Hazel is good at: ongoing rule-based file movement and organization. “Whenever X happens, do Y.” It’s reactive, perpetual, and rule-driven.
Sweep is good at: finding and removing the stuff that doesn’t belong on your Mac — caches, logs, dev junk, old downloads, app remnants, redundant Time Machine snapshots. It’s about reclaiming space and reducing clutter, not organizing files.
A lot of people end up using both. Hazel keeps Downloads sorted. Sweep finds the 40GB of Xcode derived data and Adobe caches you didn’t know existed. They don’t compete.
If you want one app, the question is what you actually want to automate. Sorting incoming files by type? Hazel. Cleaning the Mac so it doesn’t get sluggish? Sweep. Both? Both.
Open-source and free alternatives to Hazel
A few free options exist for file rule automation:
Folder Actions + AppleScript
Built into macOS. Free, but you write AppleScript. Covers maybe 60% of what Hazel does, with significantly more effort. Worth it for technical users; tedious for everyone else.
Shortcuts (Apple)
Free, native. The Shortcuts app can be triggered as a Folder Action and supports basic file operations (move, rename, tag). Lacks pattern matching, content reading, complex conditions. Good for simple rules; falls apart for anything Hazel-tier.
File Juggler — Windows only
Mentioning because people sometimes ask. Doesn’t run on Mac. Skip.
Maid (open source, deprecated)
A Ruby-based file organizer that was popular among developers. The project hasn’t seen real updates in years and may not work on current macOS. Not recommended.
DropIt (Windows-style — doesn’t really fit on Mac)
Another Windows tool. There’s no Mac equivalent in the open-source world that comes close to Hazel’s polish.
Paid alternatives
A few paid tools either do part of what Hazel does or take a different angle:
Keyboard Maestro ($36)
Macros for everything. Can do file automation, but it’s organized around triggers and macros rather than folder rules. Power users sometimes prefer it because the same tool also handles keyboard shortcuts, app automation, and text expansion. Steeper learning curve. Free trial.
If you want one tool for “automate everything on my Mac,” Keyboard Maestro is the answer. For pure file rules, Hazel is more focused.
Path Finder ($36/year subscription)
A Finder replacement with built-in automation features. Less powerful than Hazel for rules, but if you’re already using Path Finder, the file actions might cover your needs without an additional purchase.
LaunchControl ($25)
A GUI for macOS launchd. Useful if you want scheduled scripts (cron-style) but don’t want to write XML plists. Doesn’t watch folders the way Hazel does — it’s time-based, not event-based.
Better Touch Tool ($22 lifetime, $10/year for major updates)
Mostly known for trackpad gestures. Has a file watcher action. Underused for file automation but capable. Worth considering if you already own it for other reasons.
Building Hazel-like rules without Hazel
If you’d rather not pay, you can replicate most basic Hazel rules with a combination of macOS tools.
For “move new files of type X to folder Y”: Folder Action with AppleScript or Shortcuts. 10 minutes per rule.
For “rename files matching pattern Z”: Shortcuts works. Folder Actions with shell scripts work better for regex.
For “delete files older than N days”: launchd plist running a find command on a schedule. Or a Shortcut triggered by Calendar.
For “tag files based on content”: tougher. Requires running text extraction (pdftotext, etc.) and parsing the output. Hazel handles this in a checkbox; DIY takes a script.
The tradeoff: free, but every rule is maintenance you own. Hazel is paid, but the rules survive macOS upgrades without your involvement.
A combined workflow that works
Here’s the setup I’d recommend most people:
- Hazel for file organization rules (sort Downloads, tag screenshots, archive old files)
- Sweep for cleanup (caches, logs, system junk, app remnants, free disk space)
- Shortcuts for cross-device automation (run a Mac task from your iPhone)
- Time Machine for backup
That’s $42 for Hazel plus Sweep’s pricing. Covers the file organization side and the cleanup side without overlap.
Or skip Hazel if your needs are simple — Folder Actions plus Shortcuts plus a cleanup tool covers a lot of ground.
When you don’t need Hazel
People often buy Hazel before they actually need it. Signs you don’t:
- You only have 2–3 rules in mind. Build them with Folder Actions; save the $42.
- You want to clean up old files, not organize new ones. That’s a cleanup tool’s job.
- Your workflow is mostly cloud-based (Google Drive, Dropbox) — Hazel watches local folders.
Signs you do:
- You’re spending 10+ minutes a day moving and renaming files
- You have a complex tagging or filing system
- You want content-based rules (PDF text matching)
- Your work involves a lot of incoming receipts, contracts, or documents that need filing
The honest summary
Hazel is excellent at one thing — rule-based file automation — and worth its price if that’s what you need. The closest free alternatives (Folder Actions, Shortcuts) cover most simple cases but require manual setup per rule.
If your problem is “my Mac is full of stuff I don’t recognize” rather than “incoming files don’t get organized,” a cleanup tool like Sweep is what you actually want. Different problem, different tool.
A lot of users have both, and they don’t fight. Hazel keeps the Downloads folder tidy. Sweep clears 30GB of cache no one wanted. Mac stays organized and fast.