Apfel
Tap the free AI already built into your Mac
The Panel's Take
Apfel is a Swift 6.3 command-line tool that cracks open the on-device language model Apple ships with every Apple Silicon Mac running macOS 26 (Tahoe). Instead of requiring a Claude, OpenAI, or Gemini subscription, Apfel routes through Apple's FoundationModels framework and gives you three interfaces from a single brew install: a pipe-friendly CLI, an interactive chat with context management, and an OpenAI-compatible local HTTP server built on Hummingbird. Under the hood, every token is generated on your Neural Engine and GPU — nothing leaves your machine. The model is roughly 3B parameters with a 4,096-token context window, fast enough for scripting, summarisation, and quick Q&A without latency you'd notice. Pipe-friendly stdin/stdout, JSON output mode, and proper exit codes make it trivially composable with jq, xargs, and shell scripts. The OpenAI-compatible server mode is the killer feature for developers: point any tool that speaks the OpenAI API at localhost and it just works — locally, for free, with zero cold-start. The project is MIT-licensed, started by a solo developer on March 24, 2026, and hit 513 HN points within days of the Show HN post.
Share this verdict
Apfel verdict: SHIP 🚀 3 ships · 1 skip from the expert panel Full review: shiporskip.io/tool/apfel-apple-silicon-local-ai-cli-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-local-ai-cli-2026" target="_blank" rel="noopener"><img src="https://shiporskip.io/api/badge/apfel-apple-silicon-local-ai-cli-2026" alt="Apfel Ship verdict on ShipOrSkip" width="360" height="90" /></a>[](https://shiporskip.io/api/badge-click/apfel-apple-silicon-local-ai-cli-2026)<iframe src="https://shiporskip.io/embed/apfel-apple-silicon-local-ai-cli-2026" title="Apfel ShipOrSkip verdict" width="360" height="260" style="border:0;border-radius:16px;max-width:100%;" loading="lazy"></iframe>The reviews
“The OpenAI-compatible server is a genuine unlock — I swapped my local dev config from Ollama to Apfel in two minutes and everything just worked. For Apple Silicon owners who want zero-latency local AI without model downloads, this is the move.”
“A 3B-parameter model with a 4K context window is impressive for on-device, but it's nowhere near Claude or GPT-5.5 quality. If your task needs real reasoning or long context, you're back to paying for API credits anyway. This is a neat party trick, not a replacement.”
“Apfel is the first glimpse of a world where capable on-device AI comes pre-installed, not downloaded. As Apple's model improves with each macOS release, tools like Apfel will inherit the upgrade for free. The distribution moat Apple is quietly building here is enormous.”
“I used it to batch-summarise 40 draft posts overnight with a simple shell loop — no API bill, no rate limits, no internet required. For content workflows that need a cheap first pass, it's already practical.”