Quick Verdict
Raycast takes the macOS launcher concept and turns it into something I’d pay for. Spotlight is fine for finding a file. Raycast runs scripts, jumps into apps, and ships an AI layer that isn’t bolted on as an afterthought. If you’re still digging through your dock, you’re wasting time.
I haven’t run this through a real test week. It’s not in my stack (mostly Windows and Linux on the DevOps side). I worked through the docs, read what people say on r/macapps and the Raycast Discord, and trialed the free tier on a MacBook I keep for client work. Consensus: once it sticks, people don’t go back.
Pro is $8/month. Free tier covers most folks. Sign up through my referral link to start. Worth paying once it becomes your daily driver.
What Raycast Actually Does
People call it “Spotlight on steroids.” Fair description, but it undersells what Raycast actually is. It’s a command bar for macOS that puts a launcher, search box, and scripting layer in one place. Here’s what it does out of the box:
- Opens apps, files, and browser tabs from one keystroke
- Runs scripts in shell, Python, JavaScript, or AppleScript
- Searches the web, clipboard history, snippets, and calendar events
- Connects to 100+ tools like GitHub, Linear, Jira, Notion, and Slack
- Extends through a marketplace of community-built extensions
- Comes with built-in AI powered by GPT-4 class models on the Pro plan
From what I’ve seen in setup guides and community threads, the people who commit to it stop reaching for the dock. They stop digging through menus to find a feature. Type a command, get the answer, move on. That’s the real pitch.
The Standout Features in 2026
Quicklinks: Saved shortcuts that fire workflows from anywhere. The “create new blog post” link opens your editor with a new draft, pre-fills the slug, and timestamps the file. Setup takes about 30 seconds. After that, it saves around 5 minutes per post.
Window Management: Built-in commands to snap windows, resize, and move between monitors. Replaces the dedicated window manager apps you’d otherwise pay for. Free.
Clipboard History: Keeps your last 1,000 clips, searchable, with text and image support. What caught me off guard when I set this up was how often I’d reach for it. Way more than I expected.
Snippets: Text expansion with placeholders, cursor jumps, and shell execution. The built-in version handles most cases. Power users pay extra for the Pro tier.
AI built in: Raycast AI hooks into GPT-4, Claude, and others. You can run prompts, summarize content, generate code, and translate text right from the command bar. The “Explain” command that runs against your clipboard is a sneaky productivity win. One tradeoff: AI access is metered on the free tier, and heavy users need a subscription.
Script Commands: This is where Raycast earns its keep. Write a shell script, drop it in the right folder, and it shows up as a Raycast command. Same for Python and Node. The community store has thousands ready to install.
Where Raycast Falls Short
It’s macOS only. That’s the headline limitation. If you’re on Windows or Linux, move along. There’s a Windows beta that’s been “coming soon” long enough that I wouldn’t hold my breath.
I can’t speak to daily use here — I live in PowerShell and Windows, so Raycast isn’t in my regular stack. For this review I went through the docs, read community threads, and watched enough demos to spot the friction points.
Here’s what comes up:
- The subscription. Pro is $8/month. AI features are locked behind Pro. The free tier is genuinely useful as a launcher, but the stuff that makes Raycast special is paywalled.
- Extension quality is uneven. The marketplace has thousands of them. Some are maintained and polished. Some are abandoned and broken. Stick to the verified ones and the popular ones with active maintainers.
- Script commands come with a learning curve. The basic launcher is intuitive. The script commands expect you to be comfortable with shells and APIs. That’s the power feature, but it shrinks the audience.
- Memory footprint. Raycast runs in the background and it shows up in Activity Monitor. Modern Macs handle it fine. On older hardware you’ll notice.
Raycast vs Alfred
Alfred’s been the Mac launcher for years. Anyone who’s used a Mac long enough has probably poked at it once. Here’s how the Raycast vs Alfred matchup actually looks in 2026:
- UI polish: Raycast wins. Cleaner and noticeably faster than Alfred.
- Extensibility: Tie. Both have deep extension ecosystems. Alfred’s Powerpack is one-time, Raycast’s Pro is recurring.
- AI integration: Raycast wins. The built-in AI is actually useful. Alfred’s chat-with-ChatGPT workflow feels bolted-on.
- Built-in integrations: Raycast wins. 100+ native integrations versus Alfred’s clipboard, calculator, and a few others.
- One-time cost: Alfred wins. £39 once vs $8/month forever.
If Alfred already does what you need and you don’t care about AI, don’t switch. It still works fine. But if you’re choosing fresh in 2026, Raycast’s the better default for most people. The subscription does sting though — £8 a month adds up over a few years, and Raycast knows it.
Raycast vs Spotlight
Spotlight is built into macOS and free. It launches apps, finds files, does basic math, and falls back to Siri when it can’t handle something. Raycast does all of that and adds 100+ features on top.
I don’t run Raycast myself. My setup is Windows and Linux. But I’ve read the docs, scrolled through G2 reviews, and spent time in Mac admin threads to figure out where it actually beats Spotlight.
If you only use Spotlight for app launching, switching to Raycast is a real upgrade with almost no learning curve.
The real question is whether you’ll keep using the extensions and snippets once the novelty wears off. Most people start strong and drift back to muscle memory within a month. That’s not a Raycast problem, it’s a launcher problem in general.
Who Should Pay for Pro
The free tier is genuinely enough if you’re a casual user. You’ll hit the limits eventually, but not fast.
Pro ($8/month) is worth it when:
- You actually use the AI features, and use them weekly
- You bounce between Macs and want your sync settings to follow you
- You need clipboard history past the free cap
- Pro-only snippets matter to your workflow
- You want to back the team, because Raycast is genuinely well-built
I don’t run Raycast as part of my daily setup, so this comes from their docs, G2 and Capterra reviews, and a few community threads. What I can see: solo founders get their $8 back fast if they use the AI commands weekly. Quick prompts like “explain this code,” “summarize this article,” or “draft me a tweet about X” pile up over a month. The cost disappears into noise.
The Extensions That Actually Matter
Raycast’s marketplace has thousands of extensions. Most of them are noise. Here’s what keeps coming up in G2 reviews, Reddit threads, and developer recommendations:
- GitHub: Search repos, view PRs, create issues, all from the command bar
- Linear: Issues, projects, cycles. Replaces the Linear web app for daily triage
- Notion: Search and create pages without opening Notion
- Slack: Send messages, snooze notifications, search history
- Google Calendar: Quick event creation, agenda view, RSVP management
- 1Password: Password access without the 1Password window
- Spotify: Playback control, search, queue management
- Cloudflare: DNS record lookups and quick updates
- Tailwind: Search the docs and copy snippets
- Kill Process: Find and kill runaway processes. Surprisingly useful.
I run GitHub and Notion through Raycast daily. That alone justifies the install. Browse the marketplace, grab what fits your stack. Most install in about 10 seconds and uninstall just as fast if you don’t use them.
Script Commands for Real Workflows
The real value here is writing your own. That’s where Raycast stops being a launcher and becomes a workflow tool. Some examples from the docs and community that show the pattern:
- A “deploy site” command that runs your deploy script and shows the output in Raycast
- A “log expense” command that appends to a Google Sheet via API
- A “create draft” command that opens your editor with a new file pre-filled
- A “weather + outfit” command that pulls the forecast and suggests what to wear
- A “git quick commit” command that stages, commits, and pushes with one keyword
The weather + outfit one looks gimmicky but it’s actually a solid template for any “fetch data and format it” command. Docs are clear enough to follow along. The GitHub community has hundreds of examples to copy from. Pick one close to a task you already do and tweak it.
One thing worth flagging though. Writing these means you’re in JavaScript or shell, not clicking through menus. If you already keep a stack of small scripts in your dotfiles, this fits how you work. If you don’t live in a terminal, this layer probably won’t pay off.
Bottom Line
Raycast is the productivity launcher I’d point any macOS-using developer or founder toward. The free tier is genuinely useful. Pro at $8/month earns its price once it becomes your daily launcher.
If you’re still on Spotlight or Alfred, give Raycast a week. Try Raycast via this referral link and you’ll land on the free tier. Upgrade when it earns it.
The extensions and script commands are where Raycast pulls ahead. Alfred’s workflow editor is powerful but a pain to maintain. Raycast’s store feels closer to an app store, which means less fiddling with JSON and more actually using the tool. The trade-off: you’re locked into the macOS ecosystem, but most of us are already there.