MLX

Apple's array framework for machine learning on Apple silicon with unified memory and lazy evaluation.

Open SourceSelf HostedOffline Capable
0.0 (0)

About

Apple's machine learning research team built MLX as an array framework designed specifically for Apple silicon, and it has become the standard base for local LLM inference and fine-tuning on Macs. Arrays live in unified memory, so operations run on CPU or GPU without copying data between devices, and computation is lazy: graphs are built dynamically, materialized only when needed, and never trigger slow recompilation when input shapes change. The API mirrors NumPy with higher-level neural network modules, composable function transformations provide automatic differentiation, vectorization, and graph optimization, and bindings cover Python, C++, C, and Swift. Installation is pip install mlx on macOS, with CUDA and CPU-only variants for Linux. The wider ecosystem matters as much as the core: mlx-lm handles LLM generation and fine-tuning, mlx-swift brings models to iOS, and mlx-examples covers Stable Diffusion and Whisper. MIT licensed with about 27.8k GitHub stars, it is the reason a consumer MacBook can fine-tune and serve open-weight models locally.

Reviews (0)

Leave a Review

No reviews yet. Be the first to review!

Details

Price
Free
Platform
Local/Desktop
Difficulty
Intermediate (3/5)
License
MIT
Added
Jul 29, 2026

Related Tools

Minimalist ML framework in Rust by Hugging Face for fast inference.

Open SourceSelf HostedOffline
Advanced
0.0 (0)

Open-source ChatGPT alternative that runs 100% offline on your computer.

Open SourceSelf HostedOffline
Beginner
0.0 (0)
Featured

Port of Meta's LLaMA model in C/C++ for efficient CPU inference

Open SourceSelf HostedOffline
Intermediate
0.0 (0)

Fast LLM inference on consumer GPUs using neuron-aware sparse computation.

Open SourceSelf HostedOfflineGPU 4GB+
Advanced
0.0 (0)
Featured

High-throughput LLM serving engine with PagedAttention

Open SourceSelf HostedOfflineGPU 16GB+
Intermediate
0.0 (0)

Minimalist machine learning framework for Rust focused on performance and serverless inference.

Open SourceSelf HostedOffline
Intermediate
0.0 (0)
Browse all LLM Inference & Serving tools