#WWDC26 was the biggest local AI release Apple has ever shipped. I build local AI on macOS with MLX, so I went through the sessions, the docs, and the GitHub repos. Here's what actually changed.
The context: Apple already had the pieces. The Foundation Models framework arrived last year with an on-device model. MLX, Apple's open source machine learning framework, has powered local models on Macs since late 2023, and its biggest performance advances quietly shipped months before the keynote.
What's new is that Apple connected everything.
The Foundation Models framework now accepts any model, not just Apple's. One protocol, one session API, and the model behind it becomes a swappable choice: Apple's on-device model, a bigger Apple model running on Private Cloud Compute, open source models via MLX, or your own custom weights through Core AI, a brand new framework for running your own models on device with a ready catalog that includes Qwen and Mistral.
The framework also went agentic. Dynamic Profiles lets one session switch models, tools, and instructions on the fly. Models can now see images, read text and barcodes through the camera, and search your Mac with Spotlight for fully local retrieval. A new command line tool brings all of it to scripts.
And Apple put real weight behind open source. The Core AI model implementation is already on GitHub, and a new Apache licensed utilities package adds agent skills, conversation memory management, and a bridge that lets any local model server plug into Apple's API. Even the developer tools caught up, with new Instruments profiling for on-device models and Xcode connecting directly to a local MLX server.
Add it up and there are more ways to run a local model on a Mac than ever: Apple's own, open source models, custom weights, a local server, even a cluster of Macs working as one. No cloud account required for any of it.
Local AI on Apple platforms is now a platform strategy, not a side project.