Running Local LLMs on Xcode
Apple Silicon is fast enough to run real language models locally. No API keys, no servers, no network round trips. And if you're already an iOS or macOS developer, you don't need to leave Xcode or learn Python to do it. This article walks through setting up a Swift package that runs a quantized Qwen...
2026-05-05
How to get local LLMs running on Xcode using MLXSwift