v1.0 — Now available for macOS · Press ⌘ Space to launch
← Back to blog

Raycast privacy in 2026: what their AI and sync features mean for your data

CmdSpace Team·

Raycast is a good launcher and a well-run company. The privacy posture is also genuinely transparent — the privacy page and security page are clearer than most SaaS competitors. None of what follows is "Raycast is shady." It is a careful l…

Raycast is a good launcher and a well-run company. The privacy posture is also genuinely transparent — the privacy page and security page are clearer than most SaaS competitors. None of what follows is "Raycast is shady." It is a careful look at what changes for your data when you use Raycast Pro versus the free tier in 2026, what your threat model needs to allow, and where the structural limits are.

If you skim: the launcher core is local. The Pro features (AI, sync, notes, Pro Chat) are not. Choosing Raycast Pro means choosing to send specific kinds of content through Raycast's backend to OpenAI or Anthropic. That is fine for most users, wrong for some.

What stays on your Mac

Raycast's launcher core in 2026 is local:

  • App and file search.
  • Clipboard history (default config).
  • Snippet expansion (default config).
  • Calculator and unit conversion.
  • Window management.
  • Calendar peek.
  • Most third-party extensions, unless the extension itself reaches out.

If you only use the launcher core and never opt into Pro features, your queries do not leave your machine. Verifying this with Little Snitch confirms it.

What leaves your Mac when you enable Pro

Raycast Pro's feature list includes AI features and remote sync. Each of those involves traffic to Raycast's backend.

Raycast AI (core features page) — your prompt is sent to Raycast's backend, which routes to OpenAI or Anthropic, which returns a response, which routes back. Raycast is transparent about this. They do not train on your prompts. They encrypt the connection. They have a documented retention policy. None of that changes the fact that your text is processed by three companies before it returns to your screen.

Remote sync — your snippets, scripts, themes, and preferences are stored on Raycast's servers and replicated across your devices. The data is encrypted in transit and at rest. The keys are held by Raycast.

Pro Chat and Quick AI — same data path as Raycast AI.

Image generation — your prompt goes to a third-party image model via Raycast's backend.

Translator — your text goes to a translation model via Raycast's backend.

The pattern is consistent: Pro features depend on cloud-routed inference or storage, and the trade-off is documented honestly.

The threat model question

Whether this is a problem depends on your threat model:

If your threat model is "I do not want my queries used to train a model" — Raycast's commitment not to train on prompts addresses this directly. Reasonable to use Pro.

If your threat model is "I do not want my queries logged by any third party" — Pro features fail this bar. The launcher core does not.

If your threat model is "I am under an NDA that forbids cloud LLM use for work content" — Pro AI features are off-limits for work content. The launcher core is fine.

If your threat model is regulated industry compliance — Raycast Pro likely fails formal review for some industries. Verify with your compliance team; do not rely on a marketing copy assessment.

If your threat model is "I want to know what each connection does" — the Raycast privacy page actually lets you map this out, which is more than most SaaS products allow.

Specific concerns I have heard from users

Drawing from the CmdSpace support inbox, public discussions on Hacker News, and the Raycast subreddit:

"I do not always know when AI features are firing"

This is a real concern. AI Commands can be wired into snippets and extensions in ways where a user prompt that looks like a launcher search ends up triggering a Raycast AI call. The mitigation is to disable AI features entirely in preferences if you want full control.

"I am paying for sync I do not use"

Roughly half of Pro users I have heard from are on a single Mac. The sync feature is doing nothing for them; they are paying for AI features they may or may not use. If sync is the reason you went Pro and you only use one Mac, reconsider.

"The line between local and remote keeps shifting"

This is the most defensible concern. Raycast's roadmap has consistently moved features that were initially local toward the cloud over time. The direction is clear and unlikely to reverse. Users who joined Raycast for a local launcher and find themselves on a SaaS product have a legitimate point.

"Extensions can phone home and I have no audit trail"

Raycast extensions are community-built. Some of them call external services. The Raycast Store does not require disclosure of network behavior, so verifying a specific extension requires reading its code or watching its connections. This is a real friction point.

What Raycast does right

For balance, three things Raycast handles well:

  1. Transparent documentation. The privacy page actually answers "what gets sent and what does not" without marketing fog.
  2. Clear opt-out paths. AI features, sync, telemetry all have settings toggles. The default is opt-in for new accounts but not always for upgrades.
  3. Honest about constraints. Raycast does not claim Pro is local-first. They claim it is "private," which in their language means "we do not train on your prompts" — a different claim.

If you want to use Pro, read the privacy page once and decide based on the actual policy rather than the vibes.

Specific config to reduce surface area

If you want to use Raycast as a launcher while minimizing cloud exposure:

  1. Settings → Account → sign out (you can use most features without an account).
  2. Settings → AI → disable Raycast AI, AI Commands, Quick AI, Pro Chat, Notes.
  3. Settings → Sync settings (remote) → disable (requires an account anyway).
  4. Settings → Telemetry → "Help improve Raycast" → off.
  5. Settings → Extensions → review each installed extension, remove any whose network behavior you have not verified.

After these changes, Raycast behaves much like CmdSpace or Alfred: local, no cloud round-trips on normal use. The only outbound connection in default config is the auto-update check.

If you do all this, you are effectively using Raycast Free as a local launcher. Which raises the question of whether you want a launcher that asks you to disable five things to behave the way you want, versus one that defaults to that behavior.

Comparing the data posture

PostureRaycast FreeRaycast ProCmdSpaceAlfred
Launcher queriesLocalLocalLocalLocal
ClipboardLocalLocalLocalLocal
SnippetsLocalSynced via cloudLocalLocal
AI featuresNoneRouted via Raycast → LLMNoneNone
ThemesLocalSyncedLocalLocal
TelemetryOpt-outOpt-outNoneNone
Account requiredNoYesNoNo

This is the table that matters more than any marketing comparison.

When Raycast is the right call

You should use Raycast despite the cloud surface if:

  • You use AI features daily and the trade-off is worth $96/year.
  • You have multiple Macs and want shared snippets.
  • Your threat model permits cloud-routed inference with the documented retention.
  • You manage a team and want one launcher.

When the data posture pushes you elsewhere

You should consider an alternative if:

  • Your threat model excludes cloud-routed AI features.
  • You want the default behavior to match what you want, not "the result of disabling five things."
  • The trend toward more cloud features is itself a signal.
  • You prefer one-time pricing.

The CmdSpace vs Raycast comparison covers the alternative side in depth. Why Raycast users are switching covers the broader pattern.

The honest summary

Raycast is a well-run company with a transparent privacy posture. Pro features involve cloud round-trips, by design. Whether that is acceptable depends on your threat model, not on whether the company is "good" or "bad." For users where Pro features are useful and the cloud surface is acceptable, Raycast is excellent. For users where it is not, the right move is a different launcher.


Sources