Raycast vs Alfred vs Spotlight after Tahoe — what this sub often gets wrong about launchers vs FAF, Cling, EasyFind & HoudahSpot
Last week I posted my notes on Little Snitch 6 here and it got a lot more traction than I expected. A bunch of you DM’d me with follow-up questions and tool recommendations, which honestly made my week. So I figured I’d keep going while I’m in the mood to actually write things down instead of just hoarding tabs. This one’s been brewing for a while. I’ve been on Alfred for something like 7 years, dabbled with Raycast on and off for the last two, and Tahoe finally pushed me to sit down and audit what I’m actually using each tool for. And the more I read recent threads here, the more I noticed the same confusion popping up: people treating Raycast, Alfred, and Spotlight like they’re the same category of tool with different paint jobs. They’re not. And the dedicated search apps (FAF, Cling, EasyFind, HoudahSpot) are doing something completely different that gets lumped in with launchers way too often. So this is my attempt to lay out what I’ve actually figured out from daily use. Not a tier list. Not “best launcher 2026.” Just where each tool fits in my workflow and where I think the sub is mixing things up. What changed in Tahoe’s Spotlight (briefly) If you’ve been ignoring this because “Spotlight is Spotlight,” it’s worth a fresh look. Tahoe’s update genuinely shifted what stock Spotlight is capable of: Four sections accessible via ⌘1–⌘4: Applications, Files, Actions, and Clipboard. Apple doesn’t call them tabs in the official copy, but functionally that’s how they work. Direct actions baked in. Apple’s wording: “hundreds of new system and app actions right from Spotlight,” including running shortcuts, sending messages, creating events. They’ve also introduced “Quick Keys” (type “SM” → Send Message style shortcuts). Searchable clipboard history. Default retention is 8 hours, configurable from 30 minutes up to 7 days in System Settings → Spotlight. One privacy concern though: it’ll store passwords you copied unless you turn it off. Alfred and Raycast both detect password-manager fields and skip them. Better ranking using “intelligent suggestions based on your routines”, Apple’s words, but it does feel noticeably smarter on recently used apps and files. It’s not Raycast. It’s not Alfred. But it’s no longer the bare-bones launcher people remember from a few macOS versions ago. The actual difference between Spotlight, Alfred, and Raycast This is the part I think gets flattened the most in this sub. Spotlight in Tahoe is now a competent system launcher with quick actions and clipboard. It’s tightly integrated with macOS, free, and fast because Apple controls the index and rendering layer. Alfred is a power user’s keyboard interface. The Powerpack workflows (one-time purchase, with Mega being the lifetime-upgrades license) are still the deepest customization layer of any of these tools. If you’ve ever written a workflow that takes a clipboard URL, parses it, hits an API, and dumps the result into a note in under a second, you know what I mean. Alfred doesn’t even require an account. Raycast is closer to a developer command palette that grew up. The extension store has thousands of extensions, the AI features are aggressive, and it ships new things almost weekly. It’s also the heaviest of the three by a meaningful margin and account-tied for most of the good stuff. Here’s how I actually score them on the things that matter day to day: please refer the attached screenshot. A few things worth saying out loud: On resource use and privacy, this ties back to my Little Snitch post from last week. Raycast was one of the apps that surprised me when I started actually monitoring outbound connections. It’s not malicious, they’re upfront in their docs that the core app is local-first and their AI runs through third-party providers (OpenAI, Anthropic, Perplexity, others), but it’s chatty if you turn on AI, Cloud Sync, or any account features. Alfred barely shows up. Spotlight is a system process so it’s a different conversation. If you care about that stuff, it’s worth running Little Snitch (or LuLu) for a week and just watching what each one does. On pricing, I keep seeing “Raycast is free!” framed as a knockout argument. The free tier is genuinely generous (window management, clipboard history with 3-month retention, snippets, basic features all free), but the moment you want AI or Cloud Sync, you’re at $8/mo billed annually, which is $96/year forever. If you pay monthly it’s $10/mo. Alfred’s Mega license is £59 once and I’ve been on it across three Macs and four major macOS versions without paying again. Different models, both reasonable, but they shouldn’t be compared as if they’re equivalent. Worth knowing: the standard Alfred £34 license isn’t lifetime — only Mega is. Where the dedicated search tools come in (and why launchers can’t replace them) This is the part I really want people to read. Spotlight, Alfred file search, and Raycast file search all rely on macOS’s Spotlight index in some form. That index is good, but it has fundamental gaps: It doesn’t index everything. System files, hidden folders, dotfiles, files inside packages, files on external drives that haven’t been indexed, files inside ignored folders, they all are invisible to Spotlight-based search. Network shares (SMB, AFP, NFS) typically aren’t indexed at all. If you work off a NAS, Spotlight is mostly blind to it. It indexes mostly by name and a subset of metadata. Deep content search across non-indexed file types is unreliable. It can get stale, corrupted, or just refuse to reindex without manual intervention. Apple has an entire support article on rebuilding it with mdutil. The dedicated tools each solve a different version of this problem, and they don’t overlap as much as people assume. Find Any File (FAF) does live, recursive, brute-force searching of the actual filesystem. No index. So it finds hidden files, system files, dotfiles, files inside ignored folders, network volumes, places Spotlight literally cannot reach. It’s slower than Spotlight on large drives because it’s doing real work (NAS searches can take a few minutes), but it finds things nothing else does. $6 from the developer’s site (apps.tempel.org), $8 on the App Store. There’s a Pro tier in development for power-user use cases. I use it almost weekly for “where the hell did Xcode put that file” situations. Cling is the one I want to be careful about because the description gets confused a lot. Cling (lowtechguys.com) is not a HoudahSpot-style query builder. It’s a fuzzy file finder modeled on Windows’ Everything, meaning it’s optimized for “I roughly know the name of the file, find it instantly.” It builds its own in-memory index using fd + fzf and tracks changes via FSEvents, so it can index System and Root scopes that Spotlight skips. What it does NOT have: boolean operators, attribute search (date, size, EXIF, author), or saved metadata queries. The developer is explicit about this — Cling is for speed and simplicity, not complex queries. Free with limits (caps at 500 results); Pro is €12 one-time for unlimited results, system/root scopes, and up to 5 personal Macs. Open-source on GitHub, active development. EasyFind is the freeware classic from DEVONtechnologies. Old UI, but it does live recursive content search, supports regex, boolean operators, wildcards, phrases, and tag/comment search. It ignores Spotlight entirely, no indexing required. If you’re searching for a string of text inside a thousand log files, EasyFind will find it when nothing else will. HoudahSpot is the power user’s GUI on top of Spotlight. It does rely on the Spotlight index (the dev is explicit: if Spotlight indexing is off or broken, HoudahSpot won’t work either), but it gives you a real query builder, attribute-based searches (date ranges, kind, owner, tags, GPS coordinates, image resolution, custom metadata), saved templates, and proper result management. Current version is 6.7, fully Tahoe-compatible. $34 single-user, $52 family. Also on Setapp if you’re already subscribed. If you do a lot of professional file work (legal, journalism, research, design archives), this is the one. Quick way to think about which to reach for: - I need to launch an app or run a quick command → launcher (Spotlight / Alfred / Raycast) - I know roughly what file I want and it’s a normal file in a normal place → Spotlight or Alfred file search - I roughly know a filename and want it found instantly, including in system folders → Cling - I need to find a file Spotlight refuses to find (packages, network drives, root) → FAF or EasyFind - I need to search inside file contents across many files with regex → EasyFind - I need to build a complex, repeatable, attribute-based query → HoudahSpot Where I actually landed After all of this, my setup is genuinely a mix. Alfred is still my main launcher and snippet manager because the muscle memory is too deep and the workflows I’ve built over the years aren’t worth rebuilding. I use Tahoe Spotlight for clipboard now, which is a small but real change. I keep Raycast installed for a few specific extensions and the AI quick-action thing, but it’s not my daily driver. And I have FAF and HoudahSpot in my dock for the file searches that actually matter, with Cling on a hotkey for the “find this thing now” moments. The thing I’ve stopped doing is treating “launcher” and “file search tool” as the same category. They’re not. A launcher is a keyboard interface to your system. A file search tool is a query engine over your filesystem. Different jobs, different tools. Pricing reality check If you add up what people often recommend on this sub, you get: Raycast Pro ($96/yr, billed annually) + a paid clipboard manager + a paid window manager + a paid snippet tool. Easily $150-200/yr forever. Or you can go: Spotlight (free) + Alfred Mega (£59 once, roughly $80) + FAF ($6 one-time) + HoudahSpot ($34 one-time, occasionally on Setapp) + Cling Pro (€12 one-time) + EasyFind (free). One-time spend, lifetime use. Just something to think about before subscribing to another thing. Questions for the sub I’m genuinely curious about a few things and would love to hear how others are using these: What’s your main daily use case for search and launching, and which tool actually handles it? I think a lot of disagreements here come from people optimizing for different jobs and not realizing it. Anyone made a real switch after Tahoe (away from Raycast or Alfred toward Spotlight, or in the other direction)? What pushed you? Which dedicated file search tool do you reach for, and what’s the specific situation that makes you open it? No affiliation with any of these tools. Bought Alfred Mega myself years ago, paid for HoudahSpot, FAF, and Cling Pro out of pocket, used Raycast on the free tier and briefly trialed Pro, EasyFind is freeware.
已收集讨论
I never use the file finding features of Spotlight or Raycast. I switch between FAF and Houdahspot. Saved searches, which they both offer are amazing. I made Houdahspot replace the native "find" function in Finder. I recently upgraded Raycast from Pro to advanced AI. Raycast is one of the most versatile apps ever developed for the Mac. The Apps It Replaced Free extensions and built in Raycast features eliminated the need for a whole list of utilities I previously used. Raycast's built in clipboard manager along with extensions like Append Clipboard replaced Pastepal (which is an excellent app in its own right) Auto Quit App, much improved from when first implemented, replaced Quitter. While not exactly a replacement, Brew is more useful and easier to use than the CLI for Homebrew. Clean Keyboard replaced Cleanup Buddy Color Picker replaced Color Slurp The Image Modification extension eliminated the need to fire up apps like Acorn or ToyViewer for making simple changes to images such as resizing and file type conversion. Timers provides an easy way to do what I used to do with Timix Weather works great and it replaced Meteorologist Speedtest can be run whenever I need it without having to open an app like Speediness. Added Functionality The other side of Raycast's versatility is its ability to provide access to your application stack's functions without you having to open the app and navigate to the feature you want to use. Here are some examples: Amphetamine - start a new session, stop a session, get remaining time and more - Raycast Extension BetterDisplay - manage displays - Raycast Extension BetterTouchTool - run actions and triggers - https://raycast.com/dnnsmnstrr/bettertouchtool CleanShotX - access almost any feature straight from Raycast - Raycast Extension Day One - add entry - Raycast Extension Drafts - more than a dozen actions - Raycast Extension Dropover - add to Dropover - Raycast Extension Fantastical - add reminders and events - Raycast Extension iTerm2 -multiple features, including AI - Raycast Extension Keyboard Maestro - list macros - Raycast Extension Apple Music - play anything, volume, start, stop, shuffle and more - Raycast Extension Obsidian - create note from clipboard - Raycast Extension Raindrop.io - access your Raindrop bookmarks - Raycast Extension Houdahspot - search with Houdahspot - Raycast Extension Shortcuts - search and open any shortcut - Raycast Extension Vivaldi -bookmarks, history, tabs, windows - Raycast Extension Tailscale - multiple functions - Raycast Extension Things 3 - add tasks and projects, see lists - Raycast Extension Other Features Raycast Quicklinks Raycast Notes
the replaces-vs-adds frame is genuinely the right way to think about Raycast, and nobody else in this thread put it that cleanly. Alfred doesn’t compound like this
I keep using Quicksilver , been using it since Mac OS X Tiger 😆.
Quicksilver since Tiger is wild. honestly if it still works for you, you’ve already won. why switch.
If spotlight were to make the cmd + 1-4 hotkeys configurable i believe a huge chunk of non-power user-y people would not need third party launchers.
Yeah honestly this is the real take. Most of the third-party launcher moat is Apple’s UX choices, not capability. Configurable ⌘1-4 plus any kind of workflow chaining and half the market evaporates.
I woild also like to add Launchbar and cardinal to your list I agree with Alfred , I use the free version and combine it with Raycast or Launchbar and its my main app launcher , folder launcher , search files My favourite file search is Cling because its simple to use and it finds files easily I use it when its a file dep in folders , or I cant remeber the name etc the fuzzy find is useful for that I do not use spotlight as it takes a few seconds to load the results and sometimes after that it switches to some other result . The file search experience is also not very good. The calculator is nice but not on par with raycast . Imo the fastest app launching ive seen is Alfred , and the fuzzy search just remebers even if I type "bv" for "Brave Browser" it just works. Raycast is for everything else , window management , killing processes , creating reminders and events , emojis , notes etc. Launchbar I have just started using it recently so no idea as of now how will it be
Fair shout on Launchbar, that one’s been around longer than most of us have used Macs and Obdev keeps it solid. The “bv” → Brave example is exactly why Alfred’s muscle memory is hard to break, the fuzzy match is tuned really well after all these years. Cardinal I haven’t tried, what does it do for you that Raycast or Alfred don’t already?
Some additional file search apps for Mac that are worth mentioning: Cardinal: custom-index fuzzy search (free) FileMinutes: Spotlight-based workflow search ($10) ProFind: hybrid Spotlight + filesystem search ($6) Scherlokk: custom index + filesystem search ($29)
Cardinal keeps coming up, that’s probably the one will grab first since it’s free.
Disclaimer: Author/creator here. I use https://lasearch.app you can index folders you choose, by default it ignores hidden files, but you can change that. you can also index your gmail, and more sources are coming it's ultra fast, and is evolving
appreciate the upfront disclosure. semantic + private + Gmail in one tool is a real combo. will give it a try.
Great breakdown. The launcher vs file search distinction is one people keep missing. I use Raycast for commands and workflow, and HoudahSpot when I actually need to find a file deep in my filesystem. They complement each other rather than compete. Spotlight post Tahoe is genuinely good for casual use now though.
yeah, the people who try to make one tool do both end up unhappy with both. Raycast for verbs, HoudahSpot for nouns is a clean split.
The Tahoe Semantic Search update actually closes a real gap for Spotlight. It now indexes across your local files and surfaces recent AI chat results too, which stopped a few people I know from switching away. What keeps me on Raycast is the script commands pipeline. I have one wired to tail my local dev server logs and surface errors directly in the results pane, zero context switch. Alfred still wins for multi-step workflow complexity, but the Raycast extension marketplace has grown to the point where anything I would build in Alfred already exists as a published community extension. My take: Spotlight for general search, Raycast free tier for launching and snippets, Alfred only if you need serious automation chaining.
Script Commands is the Raycast feature most people don’t realize is sitting there for free, glad to see someone actually using it for dev workflows
I build something similar but to ease the development workflow I had this problem when I had to switch to multiple projects or need the code editor,terminal and simulator working I had to open them manually So I build this app https://eazeeswitch.com/ Do check it out
different category from launchers really, the per-project workspace problem is its own thing, opening 4 apps in a specific arrangement is what most launchers don’t solve. how are you handling state, does it remember which files were open in the editor, or just opens the apps fresh?
Monarch is the best spotlight replacement I’ve tried and no one ever mentions it in these comparisons.
fair, Monarch should have been in the post. tbh I haven’t used it enough to write about it, only played with it briefly. the TAB-mode-cycling concept is the part that interested me most, no other launcher really does multimodal that way. is that what keeps you on it, or is it something else?
Spotlight in Tahoe is now a competent system launcher I wouldn’t go that far 😉 I’ve tried it many times but: it never works as expected, is slow AF, has much too much animations, expects me to remember additional shortcuts has zero! extensions and customisation there’s no way to configure it in any meaningful way So overall, it’s a toy for grannies rather than a serious productivity tool for power users. The only useful feature it has is the ability to launch Raycast (and even fails at this sometimes).
fair, all of those are accurate for power users. “competent” in the post was meant in the median-user sense, Spotlight finally works well enough that someone who’d never heard of Raycast can use it without thinking. for anyone in this sub it’s still a toy, you’re right.
For anyone interested FaF is currently discounted on https://bundlehunt.com/, I just bought it a few days ago.
The spotlight glazing is insane, specially since is the most prominent Mac feature that got noticeably worse over time (not in terms of functionality ofc), I wouldn't even recommend to "non-tech-savvy" people.
fair on the regression, indexing especially has been quietly worse for a while. post was scoped to the launcher use case, not Spotlight’s full job. agreed it’s not a recommend-to-all tool.