ollama - 💡(How to fix) Fix MacOS app 500's on latest version of Ollama [1 comments, 1 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#15432Fetched 2026-04-09 07:51:15
View on GitHub
Comments
1
Participants
1
Timeline
3
Reactions
0
Participants
Timeline (top)
closed ×1commented ×1labeled ×1

Error Message

% ollama run x/z-image-turbo:latest 'foo' Error: 500 Internal Server Error: mlx runner failed: Error: failed to initialize MLX: MLX: Failed to load /Applications/Ollama.app/Contents/Resources/libmlxc.dylib: dlopen(/Applications/Ollama.app/Contents/Resources/libmlxc.dylib, 0x0009): tried: '/Applications/Ollama.app/Contents/Resources/libmlxc.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64e.v1' or 'arm64' or 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Applications/Ollama.app/Contents/Resources/libmlxc.dylib' (no such file), '/Applications/Ollama.app/Contents/Resources/libmlxc.dylib (exit: exit status 1)

Code Example

% ollama run x/z-image-turbo:latest 'foo'
Error: 500 Internal Server Error: mlx runner failed: Error: failed to initialize MLX: MLX: Failed to load /Applications/Ollama.app/Contents/Resources/libmlxc.dylib: dlopen(/Applications/Ollama.app/Contents/Resources/libmlxc.dylib, 0x0009): tried: '/Applications/Ollama.app/Contents/Resources/libmlxc.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64e.v1' or 'arm64' or 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Applications/Ollama.app/Contents/Resources/libmlxc.dylib' (no such file), '/Applications/Ollama.app/Contents/Resources/libmlxc.dylib (exit: exit status 1)

---
RAW_BUFFERClick to expand / collapse

What is the issue?

Latest issue of Ollama breaks on macOS.

% ollama run x/z-image-turbo:latest 'foo'
Error: 500 Internal Server Error: mlx runner failed: Error: failed to initialize MLX: MLX: Failed to load /Applications/Ollama.app/Contents/Resources/libmlxc.dylib: dlopen(/Applications/Ollama.app/Contents/Resources/libmlxc.dylib, 0x0009): tried: '/Applications/Ollama.app/Contents/Resources/libmlxc.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64e.v1' or 'arm64' or 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Applications/Ollama.app/Contents/Resources/libmlxc.dylib' (no such file), '/Applications/Ollama.app/Contents/Resources/libmlxc.dylib (exit: exit status 1)

Reverting to 0.20.3 fixes this error.

Relevant log output

OS

macOS

GPU

No response

CPU

No response

Ollama version

0.20.4

extent analysis

TL;DR

The issue can likely be resolved by downgrading Ollama to version 0.20.3, as the latest version appears to have compatibility issues with macOS.

Guidance

  • The error message indicates an architecture mismatch between the libmlxc.dylib file and the system architecture, suggesting a compatibility issue with the latest version of Ollama on macOS.
  • Verify that downgrading to version 0.20.3 resolves the issue, as reported by the user.
  • If downgrading is not feasible, consider waiting for an update to Ollama that addresses the compatibility issue with macOS.
  • Check the Ollama documentation or issue tracker for any known issues or workarounds related to macOS compatibility.

Notes

The issue appears to be specific to the latest version of Ollama (0.20.4) on macOS, and downgrading to a previous version (0.20.3) is a known workaround.

Recommendation

Apply workaround: Downgrade to version 0.20.3, as it is a known stable version that resolves the issue.

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 MacOS app 500's on latest version of Ollama [1 comments, 1 participants]