MLX
MLX: An array framework for Apple silicon observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 99
- Release rhythm 99
- Longevity 72
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 13
- age_days: 1009
- days_rel: 8
- days_push: 7
- n_releases_24m: 44
Adoption not part of the score
28172 stars · 2186 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
MLX is an array computation framework for machine learning on Apple silicon, developed by Apple ML research. It offers NumPy-like Python APIs plus C++ and Swift bindings, with autodiff, lazy evaluation, dynamic graphs, and a unified memory model across CPU and GPU.
Use cases
- train and run machine learning models on Apple silicon
- run LLMs locally on a Mac
- finetune LLaMA with LoRA on Apple GPU
- generate images with Stable Diffusion on macOS
- run Whisper speech recognition locally
- NumPy-like array math with GPU acceleration on Mac
When to choose
- you develop or deploy ML models on Apple silicon Macs
- you want PyTorch-like training APIs optimized for unified memory
- you want to run or finetune LLMs locally on macOS
When to avoid
- you need NVIDIA CUDA GPUs or Linux/Windows servers
- you need the broad ecosystem and production tooling of PyTorch or JAX
- your project targets non-Apple hardware
Facets
framework · maturity active
machine-learning deep-learning llm-inference llm-training stable-diffusion speech-recognition gpu-computing machine-learning deep-learning large-language-models artificial-intelligence gpu-computing python cpp apple-silicon numpy-like autodiff unified-memory mlx macos swift gpu
2 sources
- readme: https://github.com/ml-explore/mlx · fetched 2026-08-28 · fbb17a7f3ae0
- homepage: https://ml-explore.github.io/mlx/ · fetched 2026-08-29 · 44136fa355b3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ml-explore/mlx | main | 94 |
| ml-explore/mlx-examples | examples | 61 |
| ml-explore/mlx-swift-examples | examples | 73 |
| ml-explore/mlx-swift | sdk | 91 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem