Got an M4 Mac? Nvidia's new free tool lets it offload local AI tasks to your PC, turning your home network into a shared supercomputer.
The Personal AI Router (PAIR) isn't hardware. Instead, it's software that connects supported Apple Silicon Macs, Nvidia RTX PCs, and DGX Spark systems.
PAIR works with Ollama and LM Studio, two tools for running AI models locally. It discovers participating computers and gives AI apps a single connection for sending requests, so users don't have to configure each app to reach every machine.
For someone already running local AI on a Mac, PAIR could put a compatible gaming PC to work when requests pile up. An AI agent reviewing several documents, for example, could have independent requests handled on different computers.
Nvidia released the open-source beta on September 3.
How PAIR distributes local AI requests
PAIR chooses an available computer for each request, while Ollama or LM Studio runs the model on that machine. When a computer is busy or unavailable, the router can direct new requests elsewhere.
The computers remain separate systems, according to Nvidia's technical FAQ. PAIR doesn't combine their GPUs or memory, so connecting two 16GB Macs doesn't create one 32GB memory pool for a larger model.
Adding another computer doesn't automatically make an individual AI response faster.
In a performance demonstration, Nvidia ran a task divided among five AI subagents in Hermes, using Ollama and the Qwen 3.6 35B A3B model. It reported average completion times of 18 minutes on an RTX Spark laptop and 8 minutes and 48 seconds across that laptop, a DGX Spark, and an RTX 5090.
Nvidia describes the result as an unofficial demonstration specific to that configuration. The comparison didn't include a Mac, so it doesn't establish how much a Mac user would gain from PAIR.
Mac requirements leave M3 Ultra outside the support list
Nvidia's system requirements list macOS Tahoe and an M4 or newer chip for Mac support. The general requirements specify at least 8GB of RAM and recommend 20GB or more of disk space.
Features of Nvidia PAIRThe cutoff leaves the M3 Ultra Mac Studio outside PAIR's published hardware requirements. Apple introduced that Mac in March 2025 with configurations offering up to 512GB of unified memory, and its launch announcement specifically promoted running large language models locally.
Nvidia's requirements page doesn't explain the M4 cutoff, and the published support list doesn't establish whether PAIR would work on an older Mac.
Supported Nvidia hardware includes GeForce RTX 20-series GPUs and newer, RTX Pro workstation GPUs based on the Turing architecture or newer, and DGX Spark systems. PAIR supports Windows and Linux alongside macOS.
Users need to install PAIR, pair their computers, and make the required models available through Ollama or LM Studio. Each participating machine still needs the resources to run the requested model.
Nvidia describes PAIR's local inference as keeping prompts, files, and agent context on the user's network. Models need to be downloaded first, but PAIR itself doesn't require an internet connection to operate.