Apfel
Unlock Apple's built-in 3B model — CLI, chat, and OpenAI-compatible server
The Panel's Take
Every Apple Silicon Mac ships with a 3-billion-parameter language model locked inside Apple's Foundation Models framework. Apfel is a native Swift tool that cracks it open, exposing it as a UNIX CLI, an interactive chat client, and an OpenAI-compatible HTTP server — all running locally on your Neural Engine, no API keys required. Built in Swift 6.3 using LanguageModelSession, Apfel installs via a single brew command. It supports MCP (Model Context Protocol) natively for tool calling across all modes. Every token runs on-device with nothing leaving your machine. It requires macOS 26+ on Apple Silicon. Apfel cleared 513 points and 117 comments on Hacker News, making it one of the most-discussed indie AI releases of April. For developers who just want a fast, always-available local model that costs nothing per token and never phones home, Apfel is a genuinely useful tool. The model isn't frontier-quality, but for code summarization, quick answers, and workflow automation it punches well above its weight.
Share this verdict
Apfel verdict: SHIP 🚀 3 ships · 1 skip from the expert panel Full review: shiporskip.io/tool/apfel-apple-silicon-on-device-ai-cli-foundation-model-no-api-key-2026
Weekly AI Tool Verdicts
Get the next verdict in your inbox
7 critics review a new AI tool every day. Weekly digest — free.
Compare Apfel with Others
Embed this verdict
Tool makers can add a live ShipOrSkip badge to their site. Badge loads track impressions; clicks route back to this review.
<a href="https://shiporskip.io/api/badge-click/apfel-apple-silicon-on-device-ai-cli-foundation-model-no-api-key-2026" target="_blank" rel="noopener"><img src="https://shiporskip.io/api/badge/apfel-apple-silicon-on-device-ai-cli-foundation-model-no-api-key-2026" alt="Apfel Ship verdict on ShipOrSkip" width="360" height="90" /></a>[](https://shiporskip.io/api/badge-click/apfel-apple-silicon-on-device-ai-cli-foundation-model-no-api-key-2026)<iframe src="https://shiporskip.io/embed/apfel-apple-silicon-on-device-ai-cli-foundation-model-no-api-key-2026" title="Apfel ShipOrSkip verdict" width="360" height="260" style="border:0;border-radius:16px;max-width:100%;" loading="lazy"></iframe>The reviews
“This is exactly the right abstraction — the model was already there, we just needed a pipe. The OpenAI-compatible server means every tool in my stack can use it without modification. Brew install and you're done.”
“Apple's Foundation Model is a 3B parameter model optimized for Siri-style tasks, not complex reasoning. Don't expect Claude-tier quality from this — for serious dev work, you'll hit its limits within minutes and end up back on a paid API anyway.”
“Apfel is a preview of a future where capable models are ambient in every device. As Apple updates its Foundation Model, Apfel's capabilities grow for free. The infrastructure investment is zero.”
“For quick drafts, caption rewrites, and local scripting — things that don't need GPT-4 quality — having a zero-cost model in my terminal is genuinely useful. No privacy concerns, no billing surprises.”