I have a weird relationship with “clean your Mac” apps. On one hand, macOS does not need someone waving a magic broom over it every two days. On the other hand, if you develop software, your disk becomes a landfill ridiculously fast: Xcode caches, forgotten node_modules, temporary builds, Homebrew packages, Docker images that no longer matter, and old versions of tools taking up more space than they should.
That is where Mole started to click for me. Not because it promises to turn an old Mac into a spaceship, but because it goes after the very specific day-to-day mess that builds up when you work with modern developer tools.
What Mole is
Mole is a macOS utility created by Tw93. The CLI is open source and can be installed from the terminal. The native Mac app lives at mole.fit and is sold as a one-time purchase: USD 19, with lifetime updates and a license for two Macs, according to the official website.
The idea is to bring together things that usually live across several apps: junk cleanup, disk space analysis, app uninstalling with leftovers, maintenance tasks, and system status. Somewhere between CleanMyMac, AppCleaner, DaisyDisk and iStat Menus, but with a more transparent base and less of that “I am going to put every button behind a subscription” feeling.
And that matters to me. Not because paying for software is bad. Quite the opposite: I like paying for tools I actually use. What I am tired of is the “your Mac is in terrible danger, pay yearly or live in fear” model. Mole feels less theatrical.
The part I use the most
The CLI has very clear commands: mo clean for cleanup, mo analyze for storage analysis, mo optimize for maintenance, and mo uninstall for removing apps with their leftovers. Destructive operations also support --dry-run, which is mandatory for this kind of tool in my book. Before deleting anything, I want to see what it plans to touch.
In my case, the most useful part has been cleaning up development leftovers. If you work with JavaScript, Docker, Xcode or several local AI/CLI tools, you know gigabytes disappear quietly. Mole does not do magic, but it puts the places where space is leaking right in front of you.
The native app adds convenience: visual interface, menu bar actions, easier management, and a few things I do not want to launch from the terminal every time. The fact that it is paid feels fair to me because it does not replace the open-source CLI; it turns it into something comfortable for daily use.
What it actually solves
For me, Mole solves three very concrete things.
The first is visibility. A lot of the time, the problem is not the lack of a cleaning app, but not knowing where to look. Mole helps you understand what is taking space and what is reasonable to review.
The second is peace of mind. A bad rm -rf is terrifying. Mole, at least in the way it is designed, tries to operate more carefully and lets you preview. Still, I would never use it with my brain switched off. No cleanup tool should be used that way.
The third is fatigue. Keeping a development Mac tidy by hand is a list of tiny boring chores. Mole groups them into a workflow that is much easier to tolerate.
What I would not expect from Mole
I would not use it as antivirus software. That is not what it is, and it should not be sold as that. If you need malware detection, you need another tool.
I also would not expect “optimize” to fix a serious performance issue. If your Mac is slow because you have 40 background processes, a degraded battery, or one project eating all your RAM, there is no magic button. mo optimize can run useful maintenance, but it is still maintenance, not witchcraft.
And if you have never opened a terminal, the CLI may feel a bit intimidating. That is where the native app makes sense, but then you are in the paid part. I actually like that balance: free and transparent terminal tool; convenient GUI if you want it.
My conclusion
I like Mole because it feels made for people who dirty their computer by working, not for scaring users with red warning bars. It cleans, analyzes, uninstalls and optimizes without too much drama. And on a development Mac, that shows.
I would not put it in the “everyone absolutely needs this” category, but I would put it in the “I wish I had tried it earlier” category. If your Mac is full of projects, caches and tools you installed “just to test”, Mole is one of those utilities you open once and suddenly understand why your disk was crying.
Sources I checked
- Official Mole website: mole.fit
- Tw93 project page: tw93.fun/projects/mole.md
- Repository: github.com/tw93/Mole
Comments
Comments are loaded from GitHub through Giscus. When you enable them, your browser will connect to giscus.app and GitHub.