What's New in Raycast 2026: Latest Features & Updates
Published March 1, 2026 • 9 min read
Raycast has had a remarkable start to 2026. If you've been using the launcher since its early days, you know how fast the team ships. But this year feels different. The updates aren't incremental tweaks — they represent a fundamental step forward in what a macOS productivity launcher can do. Here's everything that's changed, why it matters, and what's coming next.
The Big Picture: Raycast in 2026
When Raycast launched, it was a fast, extensible Spotlight replacement. In 2024, it became an AI-powered productivity hub. Now in 2026, Raycast has evolved into something closer to an operating system layer — a persistent intelligence layer that sits between you and everything you do on your Mac.
The 2026 updates focus on five areas: AI model upgrades, a revamped extensions API, significant performance improvements, a refreshed UI, and deep new integrations. Let's break each one down.
Upgraded AI Models
The most impactful change for Raycast Pro users is the AI overhaul. Raycast AI now ships with access to the latest generation of models, and the difference is immediately noticeable in everyday use.
What changed:
- Faster inference across the board — AI responses now start streaming in under 300ms for most queries, compared to 500-800ms in late 2025. For quick lookups and code explanations, the response feels instantaneous.
- Improved code understanding — The new models are significantly better at understanding project context. When you highlight a code block and ask Raycast AI to explain or refactor it, the output respects your codebase's patterns and conventions more accurately.
- Multi-model selection — Pro users can now choose between multiple AI providers directly in the command palette. You can set different defaults for different AI commands — use a fast model for quick translations and a more capable model for complex code review.
- Extended context windows — The models powering Raycast AI now support significantly longer context, which means you can feed in larger files, longer conversation threads, and more complex prompts without hitting limits.
- Custom model endpoints — For teams running self-hosted or fine-tuned models, Raycast now supports configuring custom API endpoints. This is huge for organizations with strict data privacy requirements.
If you've been using Raycast AI commands for code review, writing assistance, or data transformation, the quality jump is substantial. Commands that produced decent-but-not-great output in 2025 now reliably produce production-quality results.
New Extensions API (v3)
The Extensions API has been rewritten, and if you build Raycast extensions — or use ones from the store — this is a big deal.
Key changes in the API v3:
- React 19 foundation — The extension framework now runs on React 19, giving developers access to server components, improved suspense handling, and better concurrent rendering. Extensions feel snappier as a result.
- Native AI integration — Extension developers can now tap into Raycast's AI capabilities directly through the API. This means third-party extensions can offer intelligent features (smart search, content summarization, auto-categorization) without managing their own AI infrastructure.
- Persistent background processes — Extensions can now run lightweight background tasks. Think: a GitHub extension that monitors your PRs and surfaces notifications through Raycast, or a calendar extension that pre-fetches your next meeting details before you search for them.
- Richer UI components — New form fields, table views, chart components, and inline previews. Extensions can now display data in ways that previously required leaving Raycast to open a browser.
- Shared state between extensions — Extensions can now share data with each other through a controlled API. Your project management extension can read from your Git extension, your time-tracking extension can see your calendar — all with explicit user permission.
The practical impact is already visible in the Raycast Store. Extensions that felt basic a year ago have been updated to take advantage of v3's capabilities. The best Raycast extensions are now genuinely powerful applications in their own right.
Performance Improvements
Raycast was already fast. The 2026 updates make it faster in ways that matter daily.
Launch time: Raycast now activates in under 50ms on Apple Silicon Macs. The team rewrote the activation pipeline to eliminate unnecessary rendering passes. When you hit your hotkey, the window appears essentially instantly — there's no perceptible delay between keystroke and UI.
Search indexing: The search engine has been rebuilt with a new incremental indexing system. Instead of periodically re-indexing everything, Raycast now watches for file system changes and updates its index in real-time. This means newly created files, recently installed applications, and updated extensions appear in search results immediately — no waiting, no manual refresh.
Memory usage: Idle memory consumption is down roughly 30% compared to 2025. The team implemented aggressive lazy loading for extensions and deferred initialization for features you haven't accessed in the current session. On a typical 16GB MacBook Pro, Raycast now sits at around 80-100MB idle, compared to 120-150MB previously.
Extension sandboxing: A misbehaving extension can no longer tank the entire app. Each extension now runs in its own process sandbox with memory limits. If an extension leaks memory or hangs, Raycast terminates just that extension and shows you a notification — the launcher stays responsive.
UI Refresh
The visual update is tasteful rather than dramatic. Raycast still looks like Raycast, but everything feels more polished.
- Refined typography — Slightly adjusted font sizes and weights across the interface. Search results are easier to scan, and long text in previews is more readable.
- Improved contrast — Dark mode (still the default) has better contrast ratios throughout. Text is crisper against backgrounds, and interactive elements have clearer visual states.
- Smooth animations — Transitions between views are now animated at 120fps on ProMotion displays. Navigating between search results, extension views, and AI conversations feels fluid in a way that's hard to describe but immediately noticeable.
- Compact mode — A new display density option for users who want to see more results without scrolling. It reduces vertical padding and shrinks icons slightly, fitting roughly 40% more items on screen.
- Customizable command bar — You can now pin frequently used commands to a persistent bar at the top of the Raycast window. It's like a toolbar for your most-used actions.
The theme engine has also been expanded. Custom themes now support more granular color tokens, and the community has created some outstanding themes that take advantage of the new capabilities.
New Integrations
Raycast's built-in integrations have expanded significantly in 2026. These aren't just extensions from the store — they're deeply integrated features maintained by the Raycast team.
- Linear 2.0 integration — Create, search, and update Linear issues directly from the command palette. The integration understands your project structure and suggests relevant teams and labels.
- Notion database support — Query and update Notion databases without opening Notion. You can filter, sort, and edit records inline. For teams that manage project data in Notion, this eliminates a lot of context switching.
- Figma quick access — Browse recent Figma files, search components, and copy design tokens. Designers and front-end developers can reference designs without leaving their workflow.
- Docker management — View running containers, check logs, restart services, and manage images. If you run Docker Desktop, the Raycast integration is faster for quick operations than switching to the Docker GUI.
- Enhanced GitHub integration — The GitHub integration now supports code search across your repos, PR review workflows with inline diff viewing, and Actions monitoring. Combined with AI, you can ask Raycast to summarize a PR's changes before you review it.
What These Updates Mean for Pro vs. Free Users
Not all 2026 updates require Pro. Here's the breakdown:
Available to all users (Free):
- Performance improvements (faster launch, lower memory)
- UI refresh and compact mode
- New Extensions API v3 (for using and building extensions)
- Extension sandboxing
- Basic integrations (GitHub search, Docker status)
Requires Raycast Pro:
- Upgraded AI models and multi-model selection
- Extended context windows for AI
- Custom model endpoints
- AI-powered integration features (PR summarization, smart issue creation)
- Custom themes (including new theme tokens)
- Cloud sync (including synced command bar configuration)
- Beta channel access
If you're on the free plan and curious about what Pro adds, you can start a free 14-day trial to test all the 2026 features with no commitment. And with the current 80% discount, upgrading to Pro is more affordable than ever.
What's Coming Next
Based on the Raycast team's public roadmap and recent community calls, here's what's expected in the rest of 2026:
- Raycast for Windows — One of the most requested features is finally on the horizon. We cover everything known so far in our Raycast for Windows deep dive.
- Raycast for iOS — A mobile companion app has been teased. It won't replicate the full launcher experience, but it's expected to provide access to AI commands, snippets, and quicklinks on iPhone and iPad.
- Collaborative AI workspaces — Teams will be able to share AI command libraries and prompt templates, building institutional knowledge into the tool.
- Extension marketplace analytics — Developers will get install counts, usage metrics, and rating data to better understand how their extensions are used.
- Workflow automation — Chain multiple commands, extensions, and AI actions into automated sequences triggered by a single hotkey or schedule.
The Raycast team ships fast, so some of these may arrive sooner than expected. If you want early access, Pro subscribers can opt into the beta channel.
How to Get the Best Deal on Raycast Pro
With all these new features, 2026 is an excellent time to upgrade. The current best deal gives you 80% off Raycast Pro plus a free 14-day trial. No coupon code required — the discount applies automatically at checkout.
For a detailed cost breakdown, see our Raycast Pro pricing guide.
Frequently Asked Questions
Does Raycast update automatically?
Yes. Raycast includes a built-in auto-updater that downloads and installs new versions in the background. You'll see a subtle notification when an update is ready, and it applies the next time you relaunch Raycast. You can also manually check for updates in Raycast Preferences > General.
Are Raycast 2026 updates free?
Core launcher updates — performance improvements, UI refresh, new Extensions API — are free for all users. AI model upgrades, cloud sync improvements, and advanced features are included with Raycast Pro at no additional cost beyond the subscription. There are no separate upgrade fees.
How often does Raycast release updates?
Raycast ships updates roughly every two to three weeks for the main app, with smaller hotfixes as needed. Extensions are updated independently by their developers through the Raycast Store. Major feature releases typically happen quarterly.
How can I access Raycast beta features?
Raycast Pro subscribers can opt in to the beta channel in Preferences > General > Updates. Beta builds include upcoming features one to two weeks before general release. You can switch back to the stable channel at any time without losing data.