How to Set Up Raycast for Maximum Productivity (2026)
Published February 10, 2026 • 9 min read
Raycast is one of those tools where the first five minutes determine whether you'll use it forever or uninstall it by the end of the week. The default setup is fine, but with a few tweaks you can turn it into the backbone of your entire Mac workflow. I've been using Raycast daily since 2022 and have helped dozens of teammates get set up. This is the guide I wish I'd had on day one.
Everything below works on the free plan. I'll note where Pro features are involved, but you don't need to pay anything to follow along.
Step 1: Download and Install Raycast
Head to raycast.com and download the app. It's a standard macOS .dmg — drag it to Applications, open it, and grant the permissions it requests. Raycast needs accessibility access to manage windows and detect selected text, and it needs automation permission to control other apps via extensions.
The installer will walk you through a brief onboarding. Don't skip it — it covers the basics of how the command palette works and lets you import settings if you're migrating from another Mac.
Important: Raycast requires macOS 12.0 (Monterey) or later. It runs natively on both Apple Silicon and Intel Macs with minimal resource usage. You won't notice any performance impact.
Step 2: Replace Spotlight with Raycast
This is the single most impactful change you'll make. Raycast can do everything Spotlight does — and much more — so having both on the same hotkey creates confusion. Here's how to swap them:
- Open System Settings → Keyboard → Keyboard Shortcuts → Spotlight
- Uncheck "Show Spotlight search" (this frees up Cmd+Space)
- Open Raycast Settings → General
- Set the Raycast Hotkey to Cmd+Space
Now every time you press Cmd+Space, Raycast opens instead of Spotlight. If you're wondering whether you'll miss Spotlight, the answer is no. Raycast handles app launching, file search, calculations, dictionary lookups, and system commands — everything Spotlight does. For a deeper comparison, see our Raycast vs Spotlight breakdown.
Step 3: Configure Essential Settings
Open Raycast Settings (Cmd+, while Raycast is focused, or search "Raycast Settings" in the command palette). Here are the settings worth changing immediately:
General
- Start at Login: Enable this. Raycast should always be running.
- Show in Menu Bar: I disable this to keep my menu bar clean, but it's personal preference.
Extensions
- Clipboard History: Enable it and set the hotkey. I use Cmd+Shift+V. This single feature replaces dedicated clipboard manager apps.
- Window Management: Enable it. Assign hotkeys for left half, right half, maximize, and center. I use Ctrl+Option+Arrow keys for halves and Ctrl+Option+Return for maximize.
- Snippets: Enable and set a global hotkey. Snippets expand text shortcuts into full blocks — useful for email templates, code boilerplate, and frequently typed responses.
Advanced
- Navigation: Enable "Keep search query on close" if you frequently reopen Raycast to continue a search. Disable it if you prefer a clean slate each time.
- Window Position: "Center" works for most people. If you have a large monitor, "Remember Last Position" is useful.
Step 4: Install Your First 5 Extensions
The Raycast Store has thousands of extensions, but you don't need most of them. Here are the five I recommend every new user install first. You can install them directly from the command palette — search "Store" and browse, or search for the extension name directly.
1. GitHub
If you write code, this is non-negotiable. Search pull requests, view issues, check CI status, and open repositories — all from the command palette. I use "Search Pull Requests" multiple times daily to jump to PRs I need to review without opening a browser.
2. Brew
Search, install, and manage Homebrew packages without opening Terminal. Useful for quickly checking if a package is installed or finding the right formula name. It also shows outdated packages and lets you update them.
3. Color Picker
A system-wide color picker that copies hex/rgb/hsl values to your clipboard. Essential for frontend work. Trigger it, click any pixel on your screen, and the color code is on your clipboard. Way faster than opening a browser-based color picker.
4. Kill Process
Search for a running process by name and kill it. Faster than opening Activity Monitor, finding the process, and clicking Force Quit. When a process hangs, this gets you back to work in seconds.
5. Spotify / Apple Music
Control your music without switching apps. Play, pause, skip, search — all from the command palette. A small quality-of-life improvement that adds up when you're in the zone and don't want to break focus.
For more recommendations, see our full guide to the best Raycast extensions for developers.
Step 5: Master the Essential Keyboard Shortcuts
Raycast is built for the keyboard. Learning these shortcuts will make everything faster.
| Shortcut | Action |
|---|---|
| Cmd+Space | Open Raycast (after replacing Spotlight) |
| Cmd+K | Show available actions for the selected item |
| Cmd+Shift+V | Open Clipboard History (customizable) |
| Tab | Autocomplete a command or navigate deeper |
| Cmd+Enter | Run the primary action on the selected item |
| Esc | Go back or close Raycast |
| Cmd+, | Open Raycast Settings |
| Ctrl+Option+Arrows | Window management (snap to halves/quarters) |
The most important shortcut to internalize is Cmd+K. In Raycast, almost everything has secondary actions. When you search for a file, Cmd+K shows you options like "Open With," "Reveal in Finder," "Copy Path," and more. When you search for an app, it shows "Uninstall," "Show in Finder," and "Force Quit." This actions menu is what makes Raycast feel like a Swiss Army knife.
Step 6: Set Up Quicklinks
Quicklinks are bookmarks that live in your command palette. They can open URLs, files, or folders with a simple search. The power move is using dynamic parameters.
For example, create a quicklink called "GitHub Search" with the URL:
https://github.com/search?q={query}&type=code
Now when you type "GitHub Search" in Raycast and enter a term, it opens a GitHub code search for that term. You can build quicklinks for Jira tickets (https://yourcompany.atlassian.net/browse/{query}), internal documentation, dashboards — anything you navigate to frequently.
I have about 15 quicklinks set up and use them constantly. They replace browser bookmarks for anything work-related because they're accessible from anywhere — you don't need to find the right browser window first.
Step 7: Create Your First Snippets
Snippets are text expansions that trigger when you type a keyword. They work system-wide — in any app, any text field. Here are some useful starter snippets:
- Keyword:
!email→ expands to your work email address - Keyword:
!zoom→ expands to your personal Zoom meeting link - Keyword:
!addr→ expands to your mailing address - Keyword:
!sig→ expands to your email signature - Keyword:
!lgtm→ expands to your standard code review approval message
Snippets support dynamic placeholders like {date}, {time}, and {clipboard}. A snippet for meeting notes might look like: "Meeting Notes — {date}" followed by your standard template. Every time you type the keyword, the date automatically fills in. Once you're comfortable with snippets, explore Raycast's calendar integration to pull meeting details and events directly into your launcher.
Tips for Building a Daily Workflow
After the initial setup, the goal is to make Raycast your default entry point for everything. Here's how to build that habit:
- Week 1: Use Raycast to launch apps instead of the Dock or Finder. This builds the Cmd+Space muscle memory.
- Week 2: Use Clipboard History for everything. Stop worrying about overwriting your clipboard. Copy freely, knowing everything is saved.
- Week 3: Replace your window management app (Magnet, Rectangle, etc.) with Raycast's built-in window management. One less app running.
- Week 4: Start using quicklinks and snippets for repetitive navigation and text. Identify patterns in your daily work and create shortcuts for them.
The compound effect is real. After a month, you'll wonder how you ever worked without it. And this is all on the free tier. If you want to take it further with AI commands, cloud sync, and custom themes, Raycast Pro is available at 80% off with a free trial.
Common Mistakes to Avoid
I've seen these patterns derail new Raycast users. Here's what to watch out for:
Installing Too Many Extensions
The Raycast Store is tempting — there's an extension for everything. But installing 30 extensions on day one clutters your command palette and makes it harder to find what you need. Start with 5-7 extensions, use them for a week, then add more based on actual needs.
Not Setting Up Aliases
If you use a command frequently, give it a short alias. "Clipboard History" becomes "ch." "Search Pull Requests" becomes "pr." Without aliases, you're typing full command names every time, which defeats the speed advantage.
Ignoring the Actions Menu
Many users never press Cmd+K and miss half of what Raycast can do. Every search result has secondary actions. A file can be opened, revealed, copied, moved, or shared. An app can be quit, uninstalled, or opened in a new window. Explore the actions menu for every type of result.
Keeping Spotlight Enabled
Running both Spotlight and Raycast on different hotkeys creates decision fatigue. Commit to one. Raycast does everything Spotlight does and more. Disable Spotlight's hotkey and go all-in on Raycast.
Not Using Window Management
Many people install Raycast and keep using a separate window management app. Raycast's built-in window management handles halves, thirds, quarters, and custom layouts. It's one less app to install, configure, and pay for.
What to Do Next
Once you're comfortable with the basics, explore these areas:
- Script Commands — write custom shell scripts that appear in the command palette. Convert frequently-used terminal commands into one-click actions.
- Hotkeys — assign global hotkeys to your most-used commands. Launch specific apps, open specific URLs, or trigger specific extensions with a single keystroke from anywhere.
- Floating Notes (Pro) — quick notes that hover above your windows. Great for keeping a todo list or reference information visible while working.
- AI Commands (Pro) — system-wide AI that works with your selected text. Fix grammar, explain code, translate, and more without leaving your current app.
Raycast grows with you. The more you use it, the more you find places where it eliminates friction. Start with the basics outlined in this guide, and add complexity as you need it.
Frequently Asked Questions
What are the system requirements for Raycast?
Raycast requires macOS 12.0 (Monterey) or later and runs natively on both Apple Silicon (M1/M2/M3/M4) and Intel Macs. It uses minimal system resources — typically under 100MB of RAM — and launches nearly instantly. Raycast is macOS-only and is not available for Windows or Linux.
Can Raycast replace Spotlight completely?
Yes. Raycast can do everything Spotlight does — launch apps, search files, perform calculations, look up definitions — and much more. Most users disable Spotlight's keyboard shortcut (Cmd+Space) and assign it to Raycast instead. You won't miss any Spotlight functionality.
Does Raycast work with multiple monitors?
Yes. Raycast appears on whichever monitor is currently active (where your cursor is). It also includes built-in window management that works across all connected monitors, letting you snap windows to different screens, halves, or quarters using keyboard shortcuts.
Which Raycast features are free?
The free plan includes the launcher, all community extensions from the Raycast Store, clipboard history (30 days), snippets, quicklinks, window management, calculator, and file search. Raycast Pro adds AI commands, unlimited clipboard history, cloud sync, custom themes, and floating notes.