ollama - 💡(How to fix) Fix MLX runner not available in windows 11 [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
ollama/ollama#14797Fetched 2026-04-08 00:43:23
View on GitHub
Comments
1
Participants
2
Timeline
3
Reactions
0
Timeline (top)
closed ×1commented ×1labeled ×1

Error Message

time=2026-03-12T13:05:21.148+01:00 level=WARN source=server.go:139 msg=mlx-runner msg="Error: MLX runner not available: build with mlx tag" time=2026-03-12T13:05:21.152+01:00 level=INFO source=server.go:361 msg="stopping mlx runner subprocess" pid=32760 [GIN] 2026/03/12 - 13:05:26 | 500 | 8.6428696s | 127.0.0.1 | POST "/api/generate"

Code Example

time=2026-03-12T13:05:21.148+01:00 level=WARN source=server.go:139 msg=mlx-runner msg="Error: MLX runner not available: build with mlx tag"
time=2026-03-12T13:05:21.152+01:00 level=INFO source=server.go:361 msg="stopping mlx runner subprocess" pid=32760
[GIN] 2026/03/12 - 13:05:26 | 500 |    8.6428696s |       127.0.0.1 | POST     "/api/generate"
RAW_BUFFERClick to expand / collapse

What is the issue?

ollama run x/z-image-turbo "A chef in a busy kitchen, steam rising from pots" Error: 500 Internal Server Error: mlx runner failed: Error: MLX runner not available: build with mlx tag (exit: exit status 1)

I installed the ollama using the .exe. Could you provide this functionality in the next .exe version, please?

Relevant log output

time=2026-03-12T13:05:21.148+01:00 level=WARN source=server.go:139 msg=mlx-runner msg="Error: MLX runner not available: build with mlx tag"
time=2026-03-12T13:05:21.152+01:00 level=INFO source=server.go:361 msg="stopping mlx runner subprocess" pid=32760
[GIN] 2026/03/12 - 13:05:26 | 500 |    8.6428696s |       127.0.0.1 | POST     "/api/generate"

OS

Windows

GPU

Intel, Nvidia

CPU

Intel

Ollama version

0.17.7

extent analysis

Fix Plan

To resolve the issue, we need to build ollama with the MLX tag. Here are the steps:

  • Rebuild ollama from source with the MLX tag enabled
  • Update the go build command to include the MLX tag
  • Example command: go build -tags mlx -o ollama.exe .

Code Changes

No code changes are required, but you need to modify the build command to include the MLX tag.

Verification

After rebuilding ollama with the MLX tag, run the command again to verify that the MLX runner is available:

ollama run x/z-image-turbo "A chef in a busy kitchen, steam rising from pots"

If the command runs successfully without the "MLX runner not available" error, the fix has worked.

Extra Tips

  • Make sure to update the ollama version to the latest one after rebuilding from source.
  • If you are using a pre-built binary, wait for the next release that includes the MLX tag.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

ollama - 💡(How to fix) Fix MLX runner not available in windows 11 [1 comments, 2 participants]