macapps Subreddit Mac Apps Reddit r/macapps Backup by AppleStyle on Telegram
93 subscribers
3.82K photos
1.08K videos
18.1K links
r/macapps subreddit backup on Telegram. A backup Project by @RoadToPetabyte and @AppleStyleOfficial http://pixly.me/rtp Join our subreddit backup on Discord, Telegram and Pinterest: https://discord.gg/abCudZwgBr or @redditbackup
Download Telegram
Thaw Alternative

I’m looking for a menu bar app that doesn’t relaunch all my apps every time Indo a resolution change. Thaw is too overly complicated for me.

Any advice?

https://redd.it/1vinh98
@macappsbackup
Calends: merge multiple Apple calendars into one you can share (even work calendars that block third-party apps)

Disclosure: I'm the developer.

Problem: My calendars are scattered across accounts: two Exchange work calendars, personal iCloud, family. There was no way to hand my wife (or colleagues) a single calendar showing my real availability. Worse, my employer only allows approved software to connect to Exchange, so most calendar tools can't even see the work calendars. Apple Calendar displays everything but can't share a combined view, and its built-in Merge on the Mac is one-time and destructive: it moves the events and deletes the source calendar.

Comparison: Apple Calendar built-in: overlay view is for your own eyes only, and Merge destroys the source. Fantastical: a great client, I tried it, but it's subscription based, and the biggest drawback is that it needs to log into your account (which many of my account do not allow).

Calends takes a different approach: it never logs into any account. It reads what Apple Calendar on your device already syncs and maintains a real merged "master" calendar that lives inside Apple Calendar, shareable through iCloud like any other calendar. Per-calendar privacy when sharing: full details, or just "Busy" (or any label you choose). Keyword filters, duplicate detection across overlapping calendars, covers the next 18 months. It's not a calendar client you live in; you keep using Apple Calendar, and your source calendars are never touched.

Pricing. 30-day free trial, then a one-time purchase: US$14.99 / CA$19.99. Family Sharing included, no subscription. Universal purchase for Mac, iPhone, and iPad: https://apps.apple.com/app/id6777328427

Happy to answer anything. Would love to get some feedback from anyone who has the same use-case as me.

https://redd.it/1vihuo8
@macappsbackup
Can we get "Finder Alternatives" added to the App Comparison spreadsheets?

I've played around with Bloom and Forklift and have currently settled on Q-Space Pro. But I'd love to see a proper app comparison of everything that's out there.

https://redd.it/1vjfq9b
@macappsbackup
"Just right click and open" stopped working two macOS versions ago

see this in nearly every thread here where someone posts an app thats not in the store. it hasnt been true since sequoia.

apple removed the control click open bypass in macOS 15. it does nothing now. the real path is System Settings > Privacy & Security, scroll to the bottom, the blocked app is sitting under Security with an Open Anyway button. click it, confirm once, and like before you only do it once per app.

the other half people mix up is what notarized means. it is not apple looking at your app. its an automated malware scan. it means nobody found known malware in it, not that a human checked it or that the app is any good.

so skip it for something you already trust if you want, just know what youre actually skipping

https://redd.it/1vji0lm
@macappsbackup
Autoshelf Has an MCP Server You Probably Don't Need and The Rule Engine Is Weak - A Review

https://preview.redd.it/d00udd0gdbih1.jpg?width=1265&format=pjpg&auto=webp&s=7638f94d255eaf234386cfadd7cd4835645356e6

TL;DR: [AutoShelf](https://apps.apple.com/us/app/autoshelf-file-organizer/id6762361021?mt=12) ($19.99 one-time) ships an embedded MCP server that works, but do you actually need that? An AI model can write a launchd LaunchAgent and a shell script once and it runs forever, no app, no daemon, no purchase. The MCP's real value only shows up once you're managing enough rules to want conversational audit and editing instead of hand-maintained scripts, and even there, my hands-on testing found the rule engine underneath thin: no dynamic subfolder sorting, limited management by file size, and an action list a fraction of Hazel's. AutoShelf delivers less using AI than its marketing promises and loses the file-organizer argument outright.

# AutoShelf

I've had a [Hazel](https://www.noodlesoft.com) rule watching my Downloads folder since before I can accurately date it. It reads PDF invoices and files them by vendor, decompresses ZIPs and moves the app inside to Applications, converts HEICs to JPG, and hands ebooks to Calibre and audiobooks to Audiobookshelf without me touching any of it. That's the bar. A new license for Hazel is $42, which is steep for some and I've written before [about cheaper options](https://appaddict.app/post/hazel-alternatives). AutoShelf wants to be added to that list, and it's making its case with a feature none of those alternatives had: an MCP server for use with AI agents plus a CLI.

# More Than Just Simple File Management

* **An MCP server built into the app binary**, not a plugin bolted on after the fact. Point Claude Desktop, Cursor, Codex, or Windsurf at it and describe a rule in plain English instead of building it in a UI.
* **A companion CLI** for scripting rule creation and running jobs from the terminal, the same engine the MCP server talks to.
* **Where-from metadata as a condition**, so a rule can act on which browser or app downloaded a file, not just its type or name.
* **OCR and Live Text matching** as of version 2.2, so a rule can file a scanned invoice by what's written on it. Not new ground: Hazel's `Contents` attribute has done on-the-fly text recognition on images and text-layer-less PDFs for years, it's the mechanism behind the vendor-filing rule in the intro. AutoShelf catching up to a feature Hazel already had is parity, not an edge.
* **Multi-action, chainable rules**: move, tag, rename, and archive to ZIP in a single pass, added in the 2.0 rewrite.

# Is It Better Than Hazel for Working With AI?

Does anyone even need a layer between a prompt for file management and their file system? For a well-defined one-off job, not really. A capable AI model can write a launchd LaunchAgent with a `WatchPaths` key, native FSEvents, no polling loop, and a small shell script that switches on extension and moves the file. Write it once and it runs forever: no app, no background daemon, no $19.99. That's possible without Hazel or AutoShelf.

An MCP connection can do something a bespoke script can't: with it running, AutoShelf can immediately edit any rule with natural language, without you having to track down the launchd job and script you created six months ago. I created eight AutoShelf rules and asked Claude to check on them through the MCP connection; it returned current rules, current paths, and current enabled/disabled flags. A launchd script has no equivalent self-report; ask it "what are you doing" six months from now and the honest answer is "go read the shell and simulate it," and any edit needs a `launchctl unload`/`load` before it's live. MCP matters once you're managing enough rules that you'd rather audit, pause, or edit them by asking than by maintaining scripts by hand, or you want the GUI, activity log, and undo the app provides that a bare launchd job doesn't have unless you build it yourself.

Against Hazel specifically, AutoShelf is still ahead on this one front.
Hazel doesn't have an MCP server and doesn't claim to; anything an AI does to a Hazel rule today runs through a general-purpose file-editing layer poking at Hazel's XML underneath, which is fragile and unsupported. So among app-based rule engines with a GUI and an activity log, AutoShelf's MCP integration is real. On my Mac, it was easy to set up and worked as advertised on the first try.

# The Rule Engine Underneath Doesn't Hold Up

This is where my hands-on testing exposed the weaknesses in AutoShelf. It can't sort a folder of mixed files into subfolders by extension unless you create every destination subfolder yourself first and then write a separate rule for each file type. I had to build five nearly identical rules, "Sort PNG files," "Sort JPG files," "Sort JPEG files," "Sort GIF files," "Sort MD files," each one hand-built with its own hardcoded destination path. Hazel does the same job with a single "Sort into subfolder" action and a pattern; AutoShelf makes you write and maintain N rules for N extensions.

Two more gaps from my testing: size conditions only go down to whole megabytes, no decimal places, so you can't write a rule for anything under 1 MB or between whole-MB steps. More importantly, AutoShelf's action list (Move, Copy, Trash, Rename, Add Tag, Archive to ZIP, Optimize, Convert Image/Video/Audio, Photos import) is a fraction of Hazel's, which adds sync, upload, tags, color labels, comments, alias creation, three Music/Photos/TV import targets, and five different scripting hooks (Shortcuts, AppleScript, JavaScript, Automator, shell) on top of pause, notify, and rule-chaining controls.

# The Recursion Illusion

AutoShelf's App Store listing says it will "watch any folder you choose, including nested subfolders," and the 1.5 changelog calls it "Nested Folder Watching." [(App Store listing)](https://apps.apple.com/us/app/autoshelf-file-organizer/id6762361021?mt=12) But on its own Product Hunt launch, the developer told a commenter directly that watched folders are top-level only, files dropped into a subfolder are not picked up, and true recursion is a tracked feature request, not a shipped one. [(Product Hunt)](https://www.producthunt.com/products/autoshelf) Read charitably, "nested folder watching" means you can manually add specific subfolders you already know about as additional watch targets, one at a time. That is not the same as what Hazel does, which is recursive: add one "Run rules on folder contents" rule and Hazel will walk into subfolders of subfolders it has never seen, at any depth, applying your existing rules the whole way down. [(Noodlesoft manual)](https://www.noodlesoft.com/manual/hazel/advanced-topics/processing-subfolders/) That's a real discrepancy between AutoShelf's marketing copy and its confirmed current behavior, and now my own rule list shows the practical cost of it: I'm hand-maintaining what Hazel would do with one rule.

# Who This Is For, and Who Should Stay on Hazel

If your files land flat, one folder, no meaningful variety in file type, and you are considering a $19.99 one-time tool with a working AI hook, AutoShelf's free tier is worth an afternoon. If your needs are more complex, stick with Hazel. My own eight-rule test folder is the case study: if you have more than three or four file types, or anywhere the folder structure has depth, AutoShelf turns into more manual rule-building than the automation it's supposed to replace.

https://redd.it/1vjkxzl
@macappsbackup