// Section 14.2 · Operate
Operating System Support
1 min14.2Operate
TABLE
| OS | Supported | Notes |
|---|---|---|
| Linux | Yes | The one-line installer bootstraps the whole stack. |
| macOS (Apple Silicon) | Yes | Metal GPU via Ollama; unified memory caps the tier at "high". |
| macOS (Intel) | Yes | CPU mode unless a supported GPU is present. |
| Windows | WSL2 only | Native Windows is not supported. Install WSL2, open Ubuntu, and run everything inside it. |
Ollama is the open-source LLM runtime that actually executes inference.
The one-line installer installs and starts it for you; the CLI talks to
it at http://127.0.0.1:11434.