Your Mac Already Has a Free AI Model Built in: Here’s How to Unlock It with Apfel
TL;DR
Apple ships a local language model through the Foundation Models framework for Apple Intelligence. It has roughly 3 billion parameters and runs directly on supported Apple Silicon Macs. apfel is an independent open-source tool that exposes that model through a CLI, chat mode, or an OpenAI-compatible local server. The project pitches setup as a single Homebrew install.
Nauti's Take
The headline is strong, but a little too convenient: your Mac only has this model sitting there in a useful way if the hardware, macOS version, and Apple Intelligence setup match. apfel still turns it into a useful operator toy.
The best use is not grand AI magic, but boring terminal work: shortening logs, explaining commands, sorting small text chunks, drafting commit messages. That is where privacy matters more than benchmark glamour.
Briefingshow
Apple is moving local AI from a tinkerer setup into the standard Mac stack. If apfel works reliably, developers get a cheap private mode for small automations without an Ollama setup or cloud contract. The boundary matters: this is not a GPT-5 replacement, but a fast local helper for short, well-scoped tasks.