MLX
free · open sourceMLX is Apple's open-source machine-learning framework built specifically for M-series Macs, using unified memory to run open-weight models that would not fit in a typical graphics card's memory. For a Mac owner, it is the native fast path to serious local inference on hardware you already own. It is developer-oriented; non-coders will reach it indirectly through apps like LM Studio.
Trust shape
Trustless
Runs on your hardware with no third party in the loop — nobody can stop it, nobody can take it.
Facts
- Website: github.com/ml-explore/mlx
- Source: github.com/ml-explore/mlx
- Platforms: macos
- Last updated: 2026-06-12
Editor's note
The native fast path on M-series Macs — directly relevant to the Mac-as-sovereign-AI-box angle.
Climbing the ladder?
This atlas tells you what exists. If you want the how — building with AI on infrastructure you control — that's what AI Captains Academy teaches, fellow builder to fellow builder.
AI Captains Academy →Build or maintain MLX? Claim this listing to keep its facts current.
Related in Local AI
AUTOMATIC1111
AUTOMATIC1111's Stable Diffusion web UI is the long-standing default interface for generating images locally with Stable Diffusion models. It runs in your browser against your own GPU, with a huge extension ecosystem and simpler controls than node-based tools like ComfyUI. Your prompts and images never leave your machine. Development has slowed, but it remains the easiest local image-generation on-ramp.
ComfyUI
ComfyUI is an open-source, node-based editor for running image-generation models like Stable Diffusion and Flux on your own GPU. You wire models, prompts, and processing steps into reusable workflows, which makes it the professional's tool for local image work. Prompts and outputs never leave your machine. The node interface has a real learning curve compared to simpler front ends.
Hugging Face
Hugging Face is the central registry for open-weight AI models — the place where models you can download and run on your own hardware are actually published. Every local tool on this list pulls from it directly or indirectly. It is a venture-backed platform, not sovereign infrastructure itself, but once the weights are on your disk, the platform's fate no longer affects you.
llama.cpp
llama.cpp is the open-source C++ inference engine underneath much of the local-AI ecosystem, including Ollama and LM Studio. It runs open-weight models efficiently on ordinary CPUs and GPUs and gives you direct control over quantization, context size, and performance. It is a power tool: most people should start with the friendlier layers above it and drop down only when they need that control.