The Local provider is configured under Settings → Models → Custom Providers. No API key is required — you only point Parsaa at the local endpoint. The default base URL is
http://localhost:1234/v1.LM Studio
Install LM Studio
Download LM Studio from lmstudio.ai.
Start the local server
Open the Local Server tab and start it. LM Studio serves an OpenAI-compatible API (default
http://localhost:1234/v1).Configure Parsaa
In Settings → Models → Custom Providers, select the Local provider and confirm the base URL matches LM Studio.
Ollama
Install Ollama
Download Ollama from ollama.com.
Configure Parsaa
In Settings → Models → Custom Providers, select the Local provider and set the base URL to Ollama’s endpoint.
Hardware Recommendations
Apple Silicon with 16GB+ RAM is recommended. Larger models (13B+) benefit from 32GB+. Apple’s unified memory makes M-series chips well-suited to local inference.
| Model Size | Minimum RAM | Recommended RAM |
|---|---|---|
| 7B parameters | 8 GB | 16 GB |
| 13B parameters | 16 GB | 32 GB |
| 34B+ parameters | 32 GB | 64 GB |
Privacy
With a local model, requests never touch the network — everything runs on your Mac. This suits:- Proprietary codebases that can’t leave the organization
- Regulated industries with data-residency requirements
- Air-gapped environments with no internet access
Local models trade some capability for privacy. Frontier cloud models generally produce higher-quality results on complex tasks. Choose based on your privacy needs and the difficulty of the work.