FULL STORY

Perplexity's Hybrid Compute: From Mac Launch to Open-Sourcing

Perplexity launched Hybrid Compute in its Mac app, keeping sensitive files local while running other tasks in the cloud. It then opened the feature to all users and open-sourced its privacy classifier.

2026-08-31 ~ 2026-09-03 · 2 episodes · 17 posts

Episode 1 · Perplexity launches hybrid compute on Mac, handling sensitive files locally (2026-08-31, 15 posts)

Perplexity announced hybrid compute for its Mac app on Sept 1: Computer agent tasks can start in the cloud, but steps involving privacy-sensitive files (lab results, tax returns, legal documents) are automatically routed to local models running on the Mac, with cloud and local work merged on-device into a single output—sensitive data never reaches a server. The feature is live for Pro/Max/Enterprise users, alongside an open-sourced PII classifier and a research blog on the privacy-preserving local runtime.

Confirmed

  • Official details (@perplexityai): cloud models handle search, planning and reasoning, while steps touching private files switch to local models; a privacy gateway detects PII before data leaves the device, letting users choose local processing, cloud upload, or skip.
  • CEO Arav Srinivas open-sourced the PII classifier deciding whether tasks go local: Qwen3-based, 596M parameters, on Hugging Face (perplexity-ai/pplx-pii-masking), detecting names, addresses and other PII before data leaves the device.\- Per @testingcatalog's Aug 31 scoop, local model options include a 5.6GB Gemma (16GB RAM), a 17.4GB Qwen 2.5 32B (32GB RAM), and a 3B in-house Perplexity model; a cloud orchestrator distributes suitable tasks locally.
  • Srinivas framed the motivation: most agent apps don't distinguish native vs web runtimes; the Mac lets token consumption shift to Apple Silicon, where local tokens are free and private.

Why it matters

  • Hybrid compute offers an architecture balancing privacy and compute: frontier-model reasoning stays in the cloud while sensitive data remains on-device—a key trust foundation for agents handling tax and medical files; multiple commenters called it the future of personal and enterprise computing.
  • Open-sourcing the PII classifier lowers the barrier to replicating cloud-device orchestration and signals Perplexity's strategy of using Apple Silicon to cut cloud compute costs and make the Mac a new agent platform.

Episode 2 · Perplexity Brings Hybrid Compute to Mac, Open-Sources Privacy Classifier (2026-09-03, 2 posts)

Perplexity has rolled out Hybrid Compute to all Mac app users, splitting agent tasks between cloud and on-device models so privacy-sensitive steps stay local. It also open-sourced the privacy classifier that decides which content runs on-device.