Why local-only inference is the default for Outlier, and how to verify nothing is leaving the device. The whole sequence below stays on the Mac.
Apple Silicon Mac, macOS 12 or later, the unified-memory minimum that the chosen tier requires (6 GB for Nano, 12 GB for Lite, 24 GB for Core / Code / Vision, 32 GB for Plus). Internet is required only for the one-time model download.
The chat path in v1.11.469 calls only http://127.0.0.1:8766 — the FastAPI sidecar bound to localhost. The Tauri Content Security Policy in tauri.conf.json denies remote connect-src origins by default.
The cloud privacy story is ‘trust the provider’. The Outlier privacy story is ‘packets do not leave the device’, which is verifiable with a network monitor.
The chat path in v1.11.469 calls only http://127.0.0.1:8766 — the FastAPI sidecar bound to localhost. The Tauri Content Security Policy in tauri.conf.json denies remote connect-src origins by default.
The chat path in v1.11.469 calls only http://127.0.0.1:8766 — the FastAPI sidecar bound to localhost. The Tauri Content Security Policy in tauri.conf.json denies remote connect-src origins by default.
This guide does not claim feature parity with cloud-side workflows for “how to keep prompts private on a mac”. Specifically, the product surface in v1.11.469 covers chat, file attachment, the local agent loop, project scoping, and the model picker. Cross-device sync, team workspaces, and shared session history are out of scope and are not on the v1.9 backlog either.
Run Outlier with the network monitor of your choice (Little Snitch, LuLu, pktap). Once the model is downloaded, send a chat message with web search disabled. The expected packet count to any non-loopback destination is zero. The loopback traffic on 127.0.0.1:8766 is the front end speaking to the local FastAPI sidecar; that is the entire chat path.
If your threat model excludes even outbound HTTPS, disable the auto-updater (Settings > General > Updates) and avoid the web-search toggle. Once both are off, the running app touches only loopback for the chat path.
4 steps, zero network requests after the model is downloaded. Disabling search drops outbound traffic to zero on the chat path; the only remaining network is the model-download check, which can be paused.
Download Outlier for MacRequires Apple Silicon (M1, M2, M3, or M4) — Intel Macs are not supported. macOS 12+.
Outlier runs entirely on your Mac. No prompts leave the device. macOS 12+ on Apple Silicon (arm64). Apache 2.0 model weights. Back to home.