Give apfel the web and your files.
apfel runs Apple's model on-device, so on its own it can't reach the internet or read your files. These four tools do exactly that - and trim every result to fit apfel's 4096-token window.
45 real runs. Nothing edited.
Every card below is a real apfel --mcp … command run on an Apple Silicon Mac, on-device, on 2026-07-09. The prompt is what was typed; the answer is what apfel returned, verbatim, with the tool's timing.
Honest note: the raw apfel-mcp-ddg-search tool is experimental - DuckDuckGo rate-limited it during this run, so none of the examples use it directly. The compound search-and-fetch (which also searches) worked fine. That's the trade-off the README is upfront about.
Install, attach, ask.
You need apfel first (brew install Arthur-Ficial/tap/apfel, macOS 26 + Apple Intelligence).
Install
Four commands land on your PATH.
brew install Arthur-Ficial/tap/apfel-mcpAttach a tool with --mcp
apfel runs it as a subprocess and discovers what it offers.
apfel --mcp $(which apfel-mcp-search-and-fetch) \ "What is the Model Context Protocol?"
Ask
The on-device model calls the tool, reads the trimmed result, and answers. For long --chat sessions add --context-strategy sliding-window --context-max-turns 4.
What you need.
brew install Arthur-Ficial/tap/apfel.