Dhito vs Spotlight

Last updated

The short answer

For finding files, Dhito wins this comparison and the reason is structural. Spotlight is a lexical index: it matches the literal characters you type, so it returns nothing when your words differ from the file's words, and it does not index what is inside images, audio or video at all. Those are not gaps Apple can close with better ranking — they are what a keyword index is. Dhito indexes by meaning, reads images, and transcribes recordings, all on-device for $4.99/month. Spotlight keeps one job, and keeps it well: launching apps. That is a different contest.

Dhito vs Spotlight at a glance

SpotlightDhito
Search methodLexical keyword indexLocal vector embeddings (BGE-small-en-v1.5)
Finds synonyms and rephrasingsNoYes
Searches image contentsLive Text and Photos onlyYes, local vision model on any folder
Searches audio and video speechNoYes, local Whisper transcripts
Answers questions from a documentNoYes, local LLM with citations
Launches appsYes, this is its best featureNo
Runs with no networkYes for the index; Suggestions call AppleYes, entirely
CostFree, built in$4.99/month after a 14-day trial
HardwareAny MacApple Silicon only, macOS 13+
Setup and indexing timeNone, always runningHours for a first pass on a large library

What Spotlight actually does

Spotlight builds a metadata index of your disk and matches the characters in your query against filenames, file text, and metadata. That design is why it is instant and why it costs nothing: character matching is cheap, and macOS keeps the index warm in the background.

macOS 26 Tahoe gave it the largest upgrade it has ever had — better result ranking, filters by file type and app, quick actions you can run straight from the search bar, and clipboard history. Those are real improvements and worth having. None of them change the matching model underneath.

Where a lexical index runs out

The failure is specific, and it is not a bug. If the characters do not match, the file does not come back.

  • Search *"client contract signature terms"* and Agreement_Acme_Corp_2026.pdf does not appear, because "contract" and "agreement" share no letters.
  • A photo saved as DSC_0982.jpg is invisible unless you tagged it. Live Text can read words inside an image you have open, and Photos does natural-language search inside your library — neither indexes the loose screenshots sitting in Downloads.
  • A two-hour recorded briefing is matched on its filename. The audio track is not indexed at all.
  • Spotlight can open a 90-page contract. It cannot tell you what the budget cap in section 4 says.

One point of precision, because it gets overstated in both directions: the Spotlight file index is built and stored locally. Spotlight Suggestions is the part that sends what you type to Apple, and it can be turned off under System Settings → Spotlight → Search results.

What Dhito does differently

Dhito runs a local embedding model over your files and stores vectors instead of keywords. A query goes through the same model, and files are ranked by distance in that space rather than by character overlap — which is why a query can find a document containing none of the words you typed. Vector embeddings, explained without the math covers the mechanism.

Three things follow from that:

  • Images are indexed by content. A local vision model captions and OCRs every image in the folders you point at, wherever they live on disk.
  • Audio and video are transcribed. Whisper runs on-device and the transcript is indexed semantically, so a search lands on the minute of the recording where the topic came up.
  • Documents can be questioned. A local LLM answers from the file and cites the page, so you can check it.

All of it runs on your Mac's Neural Engine. No files or queries leave the machine, and there is no account required for search to work.

The honest trade

Dhito is doing real inference over your files, and that costs something Spotlight does not charge you: time and hardware. The first index of a large library takes hours, because transcribing recordings and captioning thousands of images is genuine work. It needs Apple Silicon and about 1.2 GB of disk for the app and its models. And it is a paid subscription.

Spotlight is free, instant, and already running. If your searches mostly succeed, that is the correct tool and there is nothing to fix.

The verdict

Dhito wins on file search outright — it finds files Spotlight structurally cannot, across documents, images and recordings. Spotlight remains the best app launcher on the Mac, which is a different job and one Dhito does not compete for. Keep Spotlight on Cmd + Space; send file search somewhere that can answer it.

Who should use what

Your searches come back empty

Dhito

The empty result is structural in a keyword index, so no amount of better ranking fixes it. Semantic matching is the only category that changes the outcome.

You have recordings, screenshots, or scans

Dhito

Spotlight indexes their filenames and nothing else. On-device transcription and image captioning is the largest single capability gap between the two.

You need an answer, not a file

Dhito

Spotlight can open a 90-page contract. It cannot tell you what the budget cap in section 4 says. Dhito answers from the document and cites the page.

You want to launch an app

Spotlight

Cmd + Space is a solved problem and Spotlight solves it. Dhito does not launch apps and is not trying to — run both and give each its own shortcut.

Honest limitations

Where Dhito falls short

  • It is not a launcher. It does not open apps, run calculations, or replace Cmd + Space, so it is an addition to Spotlight rather than a replacement for it.
  • Apple Silicon only (M1 or later), macOS 13 Ventura or newer — there is no Intel build. macOS 26 Tahoe is the last macOS to support Intel Macs at all, so this is the platform's direction rather than a gap that will be filled.
  • The first pass over a large library takes hours, because transcription and image captioning are real inference work. It is incremental after that.
  • Roughly 1.2 GB of disk for the app and bundled models, plus the index itself.
  • Subscription at $4.99/month — Spotlight is free, and that difference never goes away.
  • It indexes local files. Mail, Notes and Calendar are Spotlight's strongest ground and Dhito does not touch them.

Where Spotlight falls short

  • A keyword index cannot match on meaning, so a query phrased differently from the file returns nothing.
  • Loose images and screenshots outside the Photos library are matched by filename only.
  • Audio and video contents are not indexed at all.
  • It finds documents but cannot answer a question from inside one.
  • Spotlight Suggestions sends your keystrokes to Apple unless you turn it off.
  • The index can silently degrade, and rebuilding it means an mdutil command or a long wait.

Frequently asked questions

Does Dhito replace Spotlight?

No, and it is not built to. Spotlight remains the fastest way to launch an app or open a file you can name. Dhito covers the job Spotlight was never designed for: finding a file when you remember what it was about but not what it was called. Most people who install Dhito keep Spotlight on Cmd + Space and give Dhito a second shortcut such as Option + Space.

Is Spotlight private?

The file index itself is built and stored on your Mac. Spotlight Suggestions, which is on by default, sends what you type to Apple to fetch web and App Store results. You can disable it under System Settings → Spotlight → Search results. Dhito has no equivalent — no query, file, or telemetry leaves the machine.

Did macOS 26 Tahoe make Spotlight semantic?

Not in the sense that matters here. Tahoe brought better ranking, filters, quick actions and clipboard history, and the ranking is smarter about what you use most. The underlying match is still lexical, so a query using different words from the file still comes back empty.

Can I run both without them fighting?

Yes, and it is the setup we recommend. Leave Cmd + Space for Spotlight, give Dhito its own hotkey, and optionally narrow Spotlight to Applications and Calculations under System Settings so it stops trying to be a file browser.

Will Dhito slow my Mac down?

The first index is the expensive part and it runs in the background; you will notice it on a large library. After that it is incremental, picking up new and changed files as you work.

What happens when the trial ends?

Dhito is free for 14 days with no account and no card. After that it is $4.99/month, billed in-app, cancellable at any time with access until the end of the cycle.

Try Dhito on your own files

Fourteen days free, no account required to search. Point it at one folder and run the query that made you go looking for an alternative in the first place.