Use the Lite or Core tier for focused unit-test scaffolding without sending the function under test to a cloud API. 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.
For test scaffolding the Lite tier is usually the right speed-quality balance on a 16 GB Mac, with Core reserved for trickier or long-context work.
Hosted test-writing tools log your function-under-test alongside the prompt. Outlier’s local path leaves no log on a third-party server.
For test scaffolding the Lite tier is usually the right speed-quality balance on a 16 GB Mac, with Core reserved for trickier or long-context work.
For test scaffolding the Lite tier is usually the right speed-quality balance on a 16 GB Mac, with Core reserved for trickier or long-context work.
This guide does not claim feature parity with cloud-side workflows for “how to write unit tests with a local ai model”. 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.
Lite at 5 GB, 12 GB RAM minimum, 53.4 tok/s on M1 Ultra reference. That is the baseline. If the function under test is short and the test framework is well-known (pytest, vitest, jest), Lite handles it. For tricky fixtures or property-based testing, Core (24 GB RAM) is the upgrade.
Lite is good enough for most pytest scaffolds; Core is the upgrade for tricky fixtures or property-based tests. Quick is not the right tier for any test work despite its fast tok/s.
4 steps, zero network requests after the model is downloaded. Recommended pattern: one test per turn, paste the failure into the next turn, iterate until green.
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.