Running Strix with local models allows for completely offline, privacy-first security assessments. Data never leaves your machine, making this ideal for sensitive internal networks or air-gapped environments.Documentation Index
Fetch the complete documentation index at: https://docs.strix.ai/llms.txt
Use this file to discover all available pages before exploring further.
Privacy vs Performance
| Feature | Local Models | Cloud Models (GPT-5/Claude 4.5) |
|---|---|---|
| Privacy | 🔒 Data stays local | Data sent to provider |
| Cost | Free (hardware only) | Pay-per-token |
| Reasoning | Lower (struggles with agents) | State-of-the-art |
| Setup | Complex (GPU required) | Instant |
Ollama
Ollama is the easiest way to run local models on macOS, Linux, and Windows.Setup
- Install Ollama from ollama.ai
- Pull a high-performance model:
- Configure Strix:
Recommended Models
We recommend these models for the best balance of reasoning and tool use: Recommended models:- Qwen3 VL (
ollama pull qwen3-vl) - DeepSeek V3.1 (
ollama pull deepseek-v3.1) - Devstral 2 (
ollama pull devstral-2)