Replace Raycast Pro?

KINDA · weekend project
catalog price reference $10/mocategory ⚙️ productivity utilitiesreported replacement votes 0

A personal launcher command or menubar utility is buildable, but Raycast's native polish, extension ecosystem, sync, AI, and Mac integration take serious product work.

the prompt
Build me a Mac command palette covering the parts of Raycast Pro I actually use:
clipboard history, snippets, and AI commands. Requirements:

- An Electron tray app with a global hotkey (alt+space) opening one centered input
  window; electron-store for settings, better-sqlite3 for data.
- Clipboard history: watch the clipboard, keep the last 500 text entries with timestamp
  and source app, fuzzy-search them with fuse.js, Enter pastes the selection.
- Snippets: a snippets.json of {keyword, expansion}; picking one copies the expansion
  with {date} and {clipboard} placeholders filled in.
- AI commands: Fix Grammar, Summarize, and Translate run the current clipboard through
  an LLM (key in .env) and put the result back on the clipboard with a notification.
- Custom commands: shell scripts in a commands/ folder appear in the palette by
  filename; their output is copied or shown.
- Everything local except the LLM calls; no accounts, no telemetry.
- Out of scope: an extension store, file search, window management, and cloud sync. Do
  not chase native launcher speed, this is Electron and that is the tradeoff.
- README: the macOS accessibility permission needed for paste simulation, and how to
  change the hotkey.

$ open in your agent (prompt prefilled, you press enter) or copy it raw · this prompt is generated from the build plan · improve it via PR

why people still pay

They pay because the launcher is a daily OS layer; latency and polish matter a lot.

what you lose

xextension ecosystem

xstore/discovery

xnative speed

xcloud sync

xteam/shared snippets

xpolished AI commands

prior art to inspect before buildingUlauncherOpen-source app launcher prior art; strongest on Linux, not a full Raycast-for-Mac replace
reported replacements · 0share on X ↗"Raycast Pro replacement research and build prompt"
questions
What does the Raycast Pro verdict mean?

The core job looks buildable, with meaningful gaps: extension ecosystem, store/discovery. Read the full tradeoff list before committing. This research record is not a hosted IVCIFY tool.

What price does this directory record show for Raycast Pro?

The directory records $10/month for Pro, checked 2026-07-30. Verify the source before making a purchase decision. This reference stays outside retail Stack Math unless current matched evidence supports the comparison.

What do I lose by replacing Raycast Pro?

Honestly: extension ecosystem; store/discovery; native speed; cloud sync; team/shared snippets; polished AI commands. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to Raycast Pro?

The listed prior art includes Ulauncher (Open-source app launcher prior art; strongest on Linux, not a full Raycast-for-Mac replace). Inspect those projects before starting from a blank prompt.