GadgetBond

  • Latest
  • How-to
  • Tech
    • AI
      • Apple Intelligence
      • Gemini AI
      • Google DeepMind
      • Anthropic
      • Claude AI
      • Claude Code
      • OpenAI
      • ChatGPT
      • Codex
      • Perplexity
      • SpaceXAI
      • Grok AI
      • Microsoft Copilot
      • Meta AI
    • Amazon
    • Apple
    • CES
    • Computing
    • Creators
    • Google
    • Meta
    • Microsoft
    • Mobile
    • NVIDIA
    • Samsung
    • Security
    • Smart Home
    • Sony
    • Xbox
    • YouTube
  • Transportation
    • Audi
    • BMW
    • Cadillac
    • E-Bike
    • Ferrari
    • Ford
    • Honda Prelude
    • Lamborghini
    • McLaren
    • Mercedes
    • Porsche
    • Rivian
    • Tesla
  • Culture
    • Gaming
    • Streaming
    • Apple TV
    • Disney
    • Hulu
    • Marvel
    • HBO Max
    • Netflix
    • Paramount
    • SHOWTIME
    • Spotify
    • Star Wars
Add GadgetBond as a preferred source to see more of our stories on Google.
Font ResizerAa
GadgetBondGadgetBond
  • Latest
  • Tech
  • AI
  • Deals
  • How-to
  • Apps
  • Computing
  • Gaming
  • Mobile
  • Streaming
  • Transportation
Search
  • Latest
  • Deals
  • Buying Guide
  • How-to
  • Tech
    • Amazon
    • Apple
    • CES
    • Computing
    • Creators
    • Google
    • Meta
    • Microsoft
    • Mobile
    • NVIDIA
    • Samsung
    • Security
    • Smart Home
    • Sony
    • Xbox
    • YouTube
  • AI
    • Apple Intelligence
    • Gemini AI
    • Google DeepMind
    • Anthropic
    • Claude AI
    • Claude Code
    • OpenAI
    • ChatGPT
    • Codex
    • Perplexity
    • SpaceXAI
    • Grok AI
    • Microsoft Copilot
    • Meta AI
  • Transportation
    • Audi
    • BMW
    • Cadillac
    • E-Bike
    • Ferrari
    • Ford
    • Lamborghini
    • McLaren
    • Mercedes
    • Porsche
    • Rivian
    • Tesla
  • Culture
    • Gaming
    • Streaming
    • Apple TV
    • Disney
    • Hulu
    • Marvel
    • HBO Max
    • Netflix
    • Paramount
    • SHOWTIME
    • Spotify
    • Star Wars
Follow US
AIAppleComputingMacmacOS

Perplexity launches Hybrid Compute for Mac

Perplexity Computer can now divide a single task between powerful cloud AI and a local model running on an Apple silicon Mac.

By
Shubham Sawarkar
Shubham Sawarkar's avatar
ByShubham Sawarkar
Editor-in-Chief
I’m a tech enthusiast who loves exploring gadgets, trends, and innovations. With certifications in CISCO Routing & Switching and Windows Server Administration, I bring a sharp...
Follow:
- Editor-in-Chief
Sep 2, 2026, 2:00 AM EDT
Share
We may get a commission from retail offers. Learn more
A compact desktop computer, resembling an Apple Mac mini, is shown in silhouette against a dark, textured background. Its curved edges are rim-lit in white, with a subtle power indicator dot on the right and bottom vents visible, overlaid by soft, diagonal streaks of warm gold, white, and cool blue spotlight beams.
Image: Perplexity
SHARE

Perplexity is giving its AI agents a new way to work with sensitive information on the Mac. The company has launched Hybrid Compute, a system that splits individual Perplexity Computer tasks between cloud-based AI models and a local model running on the user’s Apple silicon Mac.

The idea is fairly simple, but potentially important: the cloud handles the parts of a task that benefit from powerful frontier models, while the Mac handles sensitive files, personal information, and other work that users may not want sent to a remote server. Perplexity says the two sides can work together within the same task, so users don’t have to manually separate private information from cloud-based prompts.

Perplexity introduced Personal Computer for Mac earlier this year, giving Computer access to local files, applications and other resources on a Mac. Hybrid Compute takes that local capability a step further by adding a local AI model to the workflow.

When a task starts, Computer can use cloud models for research, web searches, planning and complex reasoning. When it encounters sensitive information stored on the Mac, the workflow can hand that portion of the task to the local model instead.

A privacy gate running on the Mac controls what information can leave the device. Depending on the situation, it can mask sensitive information, keep it entirely local, refuse an action or ask the user for permission before allowing information to reach the cloud.

Perplexity says the privacy gate uses an on-device classifier to identify personally identifiable information such as names, addresses, account numbers and secrets. Credentials, payment-card numbers and government identification numbers receive stronger protections, with the system able to keep them local or rewrite a request so that the cloud model can continue without exposing the protected information. The company has also open-sourced the PII classifier used for this purpose.

That means Hybrid Compute isn’t simply a choice between “local AI” and “cloud AI.” Instead, Perplexity is trying to make both approaches part of one agentic workflow.

For example, an investment team could ask Computer to research a prospective company using public filings, market information and comparable transactions in the cloud. The local model could then examine confidential deal documents stored on the Mac and compare their assumptions with the public research without sending those documents to Perplexity’s cloud.

The same approach could be used by law firms, advertising agencies and other organizations handling confidential information. Perplexity gives the example of lawyers researching case law online while keeping privileged documents on the Mac. The local model can extract relevant facts and turn them into anonymized research questions that the cloud model can use.

The Mac therefore becomes more than a place where files happen to live. It becomes another compute environment inside the AI agent’s workflow.

Three local models are available

Perplexity is launching Hybrid Compute with three local model options: Gemma 4 E4B, Qwen3.6 35B-A3B and a Perplexity model. Users can download a model directly from the Mac app without installing Ollama or manually configuring a local inference runtime.

Once a local model is installed, users can open Perplexity’s model selector, choose Hybrid and select the local and cloud models they want to use for the task.

The local processing also doesn’t consume cloud credits for the work handled by the local model, according to Perplexity. No API key or separate local runtime setup is required.

There are some hardware requirements, though. Hybrid Compute requires an Apple silicon Mac running macOS 15 or later with at least 24GB of unified memory. Perplexity recommends 32GB for the best results.

That memory requirement makes sense given the size of some of the models involved. Qwen3.6-35B-A3B, for example, has 35 billion parameters but uses a sparse architecture that activates roughly 3 billion parameters per token.

Perplexity has also been working specifically on making local inference fast on Apple silicon. Its Lily inference engine is designed around Qwen3.6-35B-A3B and Apple’s hardware, with separate optimizations for prompt processing and token generation. In Perplexity’s testing on an M5 Max MacBook Pro with 128GB of unified memory, Lily delivered an average 1.23x higher prefill throughput and 1.35x higher decode throughput than MLX-LM across the tested workloads.

That optimization work matters because Hybrid Compute needs local processing to happen quickly enough that switching between cloud and on-device models doesn’t make the overall agent feel sluggish.

Your iPhone can trigger the Mac

One of the more interesting parts of the system is that the Mac doesn’t necessarily need to be sitting in front of you.

Perplexity says Computer can be triggered from an iPhone while the Mac performs the local portions of the task. The Mac can access its local files and run the sensitive steps on-device, allowing users to start work remotely while retaining local processing for information that shouldn’t leave the computer.

Perplexity even suggests using a dedicated Mac mini as an always-on Computer machine. Because the Mac mini can remain powered on and connected, it can act as a local AI workstation that users control remotely from an iPhone.

That is a particularly interesting use of Apple’s desktop Macs. Instead of buying a Mac mini simply as a conventional desktop computer, users could potentially leave one running as a private local AI machine that handles sensitive parts of automated workflows.

Perplexity is betting on hybrid AI

Hybrid Compute arrives as the AI industry continues to move away from the idea that every AI workload has to run entirely in the cloud.

Fully local AI offers obvious privacy and cost advantages, but smaller local models don’t always match the reasoning and tool-use capabilities of the largest cloud models. Cloud AI, meanwhile, offers substantially more compute but requires users to trust a remote service with the information being processed.

Perplexity’s approach is to avoid forcing users to choose.

The company wants Computer to decide which parts of a workflow belong on the Mac and which belong in the cloud, with the privacy gate enforcing boundaries around sensitive information. That could make agentic AI more practical for professional workflows where confidential documents and powerful cloud-based reasoning need to coexist.

Hybrid Compute is now available to Perplexity Pro, Max and Enterprise subscribers on Apple silicon Macs running macOS 15 or later. Enterprise administrators can also establish organization-wide policies controlling what information must remain on the Mac, what can be masked before being sent to the cloud, and which actions require user approval. Administrators can audit when information leaves a device as well.

For users with a compatible Mac, getting started is straightforward: install the latest Perplexity Mac app, download one of the supported local models, then select Hybrid in the model selector.

It’s an intriguing direction for Perplexity Computer. Rather than treating local AI as a replacement for cloud AI, Hybrid Compute turns the Mac into a private extension of the cloud-based agent—and, for sensitive workflows, that distinction could be the whole point.


Discover more from GadgetBond

Subscribe to get the latest posts sent to your email.

Topic:Apple Mac StudioApple siliconMac mini
Leave a Comment

Leave a ReplyCancel reply

Most Popular

Apple starts 27.2 beta cycle with iPhone Duo support coming
I installed iOS 27 on my iPhone SE 3. Here’s everything that’s new—or, in some cases, what’s not
Snap launches $2,195 SPECS AR glasses and SPECS Intelligence
Prime Video sets October 21 premiere for The Terminal List Season 2
Firefox adds Mistral Small 4 to Smart Window beta

Also Read

A blurred person works at a laptop in warm indoor lighting. To the right, three floating speech bubbles display a live meeting transcription with speakers Zharia, Mikel, and Hayle discussing starting a call. The bottom left features text that reads: "Wispr Flow Notetaker — Meeting notes accurate enough to act on."

Wispr Flow Notetaker now works on Windows

White text reading "Grok Voice Transcribe 2.0" centered against a soft, grainy gradient background of vibrant orange, deep black, and purple.

SpaceXAI launches Grok Voice Transcribe 2.0

User interface popup displaying the effort control slider set to the maximum "Ultra" position. The text above reads: "GPT-6 Astra for max effort and thoroughness. Highest credit usage," with a "Custom" option at the bottom.

Perplexity Computer adds Light, Standard, High and Ultra modes

A row of popular non-fiction ebook covers floating above an AI prompt bar reading "Help me personalize learnings from this book". The featured book covers include Thinking in Bets, The Sense of Style, The Lean Startup, Radical Candor, The New Menopause, Food Rules, and The Power of Habit.

Google launches Expert Intelligence for Gemini Notebook

A promotional graphic set against a soft blue and lavender gradient background. On the left is the white text "CC" next to an outlined pill badge reading "EXPERIMENT." On the right, layered digital interface cards tilt forward into view: a central card titled "Your Day Ahead" details a personalized family agenda with sections like "Top of mind," "On your calendar" (featuring drop-off, pickup, and appointment times), and "On your list." In the background sits a Google Calendar view with an open event card titled "[Maya] Swim Class Youth Level 2," displaying activity details, dates, and instructions.

Google’s CC AI agent can now manage family calendars, tasks, and chores

Mozilla logo

Mila, Mozilla, and Hypertec partner to build local, sovereign AI in Canada

ASUS Ascent QN10 hero

ASUS unveils Ascent QN10 with Snapdragon X2 Elite

A collage of user interface screens showcasing new podcast features on the Threads app against a black background, including analytics insights, post creation tools, video episode previews, and interactive transcript cards.

Threads launches new tools for podcast creators

Company Info
  • Homepage
  • Support my work
  • Latest stories
  • Company updates
  • GDB Recommends
  • Daily newsletters
  • About us
  • Contact us
  • Write for us
  • Editorial guidelines
Legal
  • Privacy Policy
  • Cookies Policy
  • Terms & Conditions
  • DMCA
  • Disclaimer
  • Accessibility Policy
  • Security Policy
  • Do Not Sell or Share My Personal Information
Socials
Follow US

Disclosure: We love the products we feature and hope you’ll love them too. If you purchase through a link on our site, we may receive compensation at no additional cost to you. Read our ethics statement. Please note that pricing and availability are subject to change.

Copyright © 2026 GadgetBond. All Rights Reserved. Use of this site constitutes acceptance of our Terms of Use and Privacy Policy | Do Not Sell/Share My Personal Information.