Skip to main content

// Section 14.2 · Operate

Operating System Support

1 min14.2Operate
TABLE
OSSupportedNotes
LinuxYesThe one-line installer bootstraps the whole stack.
macOS (Apple Silicon)YesMetal GPU via Ollama; unified memory caps the tier at "high".
macOS (Intel)YesCPU mode unless a supported GPU is present.
WindowsWSL2 onlyNative 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.