macOS Tahoe 26 Spotlight vs CmdSpace: what the new command palette gets right and wrong
For the first time in roughly a decade, Spotlight feels like Apple actually opened it up and rewrote it. macOS Tahoe 26 ships a real command-palette UI — tabs for Apps, Files, Actions, and Clipboard reachable via Cmd+1, Cmd+2, Cmd+3, Cmd+4…
For the first time in roughly a decade, Spotlight feels like Apple actually opened it up and rewrote it. macOS Tahoe 26 ships a real command-palette UI — tabs for Apps, Files, Actions, and Clipboard reachable via Cmd+1, Cmd+2, Cmd+3, Cmd+4, inline Apple Intelligence answers, and a redesigned result row. TWiT's roundup of the Tahoe Spotlight redesign is a good visual tour if you have not upgraded yet.
If you have ever paid for Raycast or Alfred specifically for command palette ergonomics, this is a noticeable shift. Apple closed the feature gap. The question is whether the implementation of that gap-closing matches the rest of your workflow. This post is an honest side-by-side between Tahoe 26's Spotlight and CmdSpace, with no winner declared up front.
The headline differences
| Concern | Spotlight on Tahoe 26 | CmdSpace |
|---|---|---|
| Activation | ⌘Space (default) | ⌘Space (after rebind) |
| Tabs / modes | Apps, Files, Actions, Clipboard via Cmd+1–4 | Single command-line surface, no tabs |
| Indexing | mds daemon, system-wide | Local Rust-backed index, scoped to user folders |
| Suggested results | Apple Intelligence + Siri Suggestions, web included | Top-N local matches only |
| Telemetry | Spotlight Suggestions phones home unless disabled | No telemetry, no network calls |
| AI | Apple Intelligence inline, opt-in | None, by design |
| Cost | Included with macOS | $29 one-time, 60-day free trial |
| Open source | No | No (CmdSpace client is closed, index format documented) |
The shape of the comparison matters more than the cells. Spotlight is a system-integrated assistant that happens to do search; CmdSpace is a search tool that happens to launch things. Both end up in a similar place visually. Underneath they make opposite trade-offs.
Where Tahoe 26 Spotlight is actually better
Crediting where credit is due:
- First-party integration. Spotlight knows what is in Mail, Notes, Photos, Reminders, and Messages because those apps hand it metadata directly. No third-party launcher can compete on coverage of Apple's own apps without screen-scraping AppleScript bridges.
- Apple Intelligence inline answers. If you have already opted into Apple Intelligence, asking Spotlight a factual question now returns a real answer instead of a web search. The answers are concise and live on-device for most queries.
- No install required. Spotlight is already on every Mac. For the median user the cost of switching is non-zero, and Tahoe 26's Spotlight is finally good enough that the median user will not feel a gap.
- System actions. "Set my next alarm to 4pm", "open Bluetooth settings", "calculator 42 * 7" — Spotlight handles these without configuration.
- Tabbed result groups. Cmd+1–4 to jump between Apps / Files / Actions / Clipboard is a real productivity gain for visual users who like seeing their results grouped.
If you read those five bullets and thought "that is basically my whole workflow", Spotlight on Tahoe 26 is probably the right tool and you should stop here.
Where CmdSpace is actually better
Now the other direction:
- No daemon dependency. CmdSpace's index is built and updated by CmdSpace itself, in user space. When
mds_storesis rebuilding (which on Sequoia and early Tahoe 26 happens more than it should — see Michael Tsai's running notes), Spotlight gets slow or empty. CmdSpace keeps working. - Sub-25ms search latency. On a 250k-file tree on an M-class Mac, CmdSpace's Rust-backed inverted index returns results in under 25 milliseconds end-to-end. Spotlight's latency is harder to pin down because it varies with daemon state, but it is rarely under 100 ms and frequently several hundred when
mdsis busy. - No network surface. CmdSpace has zero outbound network calls by default. You can verify with Little Snitch or LuLu. Spotlight has Spotlight Suggestions, Siri Suggestions, and (with Apple Intelligence) optional model-routing — all configurable, but on by default.
- Developer commands as first-class citizens.
kill 3000to free a port,calc 1024/7,:emoji rocket,gh open. Spotlight has actions but they are app-mediated; CmdSpace runs commands directly through a documented plugin contract. - Predictable performance after macOS updates. CmdSpace's index is a single Rust-backed file that lives in your Application Support folder. Macros updates do not touch it. Spotlight rebuilds its store after every
.x.0upgrade, which is when "Spotlight cannot find anything" reports peak — see Apple's own discussions thread on the topic.
If you read those five bullets and felt seen, you are probably the kind of user CmdSpace was built for.
The Apple Intelligence question
Spotlight on Tahoe 26 is the front door to Apple Intelligence for many users. That is genuinely powerful — and it is also worth knowing what you are opting into. Apple has published a detailed privacy guide describing what runs on-device, what may be routed to Private Cloud Compute, and what is sent to third-party providers if you enable that option.
The choices are reasonable, the architecture is well-documented, and the opt-in is genuine. Still, if your starting position is "I do not want any inference layer between me and my search box", Spotlight on Tahoe 26 will not be that — even with Apple Intelligence disabled, the UI continues to surface Suggestions and web results unless you trim them in System Settings → Spotlight → Search Results.
CmdSpace's position on AI is short and stable: there is none. The launcher does not call out to any model — local or cloud. If you want AI later, you add an Ollama or LM Studio command. The choice is yours, the default is silence.
Pricing reality check
- Spotlight: free with macOS. Apple Intelligence may require a recent Mac.
- Raycast: free tier exists; the AI plus remote-sync tier is $8/month per their pricing page.
- Alfred: free; the Powerpack is a one-time £34 (alfredapp.com).
- CmdSpace: $29 one-time, 60-day free trial, no subscription, no upsell.
The honest version of the price comparison is that the right launcher is the one that disappears from your monthly thinking. Spotlight wins on absolute cost. Raycast Pro is the most expensive over a five-year horizon. CmdSpace and Alfred Powerpack are roughly equivalent — both one-time, both under $40.
So which one
It is genuinely not a slam dunk either way. A useful decision tree:
- You upgraded to Tahoe 26, you already opted into Apple Intelligence, and Spotlight works fine on your machine → stay on Spotlight. Tabs and inline answers are real wins.
- You are on Tahoe 26 and Spotlight has been finding files unreliably, or
mds_storeskeeps pinning CPU → try CmdSpace (migration guide). You can keep both installed. - You are an indie dev whose daily flow is
kill 3000, clipboard history, and emoji picker → CmdSpace. Spotlight does not have an answer for these without third-party Actions. - You actively want zero network and zero AI in your launcher → CmdSpace, or one of the FOSS options (Ueli, Kando).
- You like Raycast's plugin ecosystem and you are okay paying $8/month → Raycast Pro. We are not the right answer for that profile.
There is no shame in keeping Spotlight as your daily driver in 2026. It is the best version of Spotlight Apple has shipped in years. The disagreement is about defaults, telemetry, and what "search" should mean — not about whose UI is prettier.