Directory

A curated MLX directory, not a repo dump

Use the filters and search to cut through the stack. This mixes official projects, community tools, apps, and high-signal resources.

Official Intermediate

MLX

The core MLX framework for arrays, neural networks, autograd, and Apple silicon-optimized ML work.

Why care: Foundational, not the fastest first win.
framework official core apple-silicon
Official Beginner-friendly

MLX LM

The most practical entry point for running and fine-tuning language models in the MLX ecosystem.

Why care: Best first lane for most newcomers.
llm official inference finetuning
Official Beginner-friendly

MLX Examples

A repo of example projects and demos showing how MLX gets used in practice.

Why care: Great bridge between docs and real use.
examples official tutorials
Official Beginner-friendly

Official MLX docs

The documentation hub for installation, APIs, and core MLX concepts.

Why care: Best used in small doses, not as your only learning path.
docs official reference
Community Beginner-friendly

mlx-community on Hugging Face

A major source of MLX-compatible model weights so you can try models without conversion drama.

Why care: Huge practical unlock for newcomers.
models community weights hugging-face
Resource Beginner-friendly

Hugging Face MLX model browser

A filtered model browser showing Hugging Face models tagged for MLX compatibility.

Why care: Listings vary in quality; treat it like a browser, not a guarantee.
resource models browser hugging-face
Official Beginner-friendly

ML Explore GitHub org

The official GitHub organization where the MLX ecosystem's core repos live.

Why care: More map than project — still worth bookmarking.
official hub github
Official Beginner-friendly

MLX GitHub Discussions

The discussion forum around MLX, including Q&A, announcements, and ecosystem chatter.

Why care: Forum quality varies, but it's still a strong pulse check.
community support official
Official Intermediate

MLX Data

A data loading and pipeline library for feeding datasets into MLX workflows cleanly.

Why care: Important later, not usually your first click.
data official training
Official Intermediate

MLX Swift

Swift interfaces for using MLX in native Apple-platform apps.

Why care: Native-app lane, not the main beginner lane.
swift official native-apps
Official Intermediate

MLX Swift Examples

Example projects showing how MLX Swift gets used in native Apple workflows.

Why care: Best viewed after you understand the basic MLX mental model.
swift examples official
Official Intermediate

MLX Swift LM

An official repo for LLM and VLM workflows built on the MLX Swift stack.

Why care: More specialized than MLX LM, but strategically important.
swift llm vlm official
Official Advanced

MLX C API

The C API for MLX, aimed at lower-level integrations and bindings.

Why care: Useful, but absolutely not beginner-first.
c official interop advanced
Official Advanced

MLX ONNX

Official MLX support for ONNX, the cross-framework model interchange format.

Why care: Important for interoperability, not for first-day understanding.
onnx official interop advanced
Community Intermediate

mlx-vlm

A community project for running vision-language models with MLX.

Why care: Exciting, but less foundational than the official repos.
vision-language community multimodal
Community Intermediate

mlx-audio

A speech and audio library built on MLX for TTS, STT, and related audio workflows on Apple Silicon.

Why care: Community-maintained and narrower in scope than the official core stack.
audio speech community multimodal
Community Beginner-friendly

MFLUX

MLX-native implementations of modern image generation models on Apple Silicon.

Why care: Strong demo value and very shareable.
image-generation community mlx visual
Community Beginner-friendly

Klee

A native macOS AI chat app powered by MLX for fully local inference on Apple Silicon.

Why care: Great example of the 'apps built with MLX' layer.
app chat macos community