Anyone tried using this as a sub-agent for a more capable model like Claude/Codex?
Show HN: Apfel – The free AI already on your Mac
11–20 of 180 posts
Re: Show HN: Apfel – The free AI already on your Mac
#12Re: Show HN: Apfel – The free AI already on your Mac
#13Anyone tried using this as a sub-agent for a more capable model like Claude/Codex?
trying to run openclaw with it in ultra token saving mode, did totally not work.
great for shell scripts though (my major use case now)
Re: Show HN: Apfel – The free AI already on your Mac
#14Imagine they baked Qwen 3.5 level stuff into the OS. Wow that’d be cool.
Re: Show HN: Apfel – The free AI already on your Mac
#15It’s a very small model but I’ve been playing with it for some time now I’m impressed. Have we been sleeping on Apple’s models? Imagine they baked Qwen 3.5 level stuff into the OS. Wow that’d be cool.
Re: Show HN: Apfel – The free AI already on your Mac
#16> $0 cost
No kidding.
Why not just link the GH Github: https://github.com/Arthur-Ficial/apfel
Re: Show HN: Apfel – The free AI already on your Mac
#17Cool tool but I don't get why these websites make idiotic claims > $0 cost No kidding. Why not just link the GH Github: https://github.com/Arthur-Ficial/apfel
Re: Show HN: Apfel – The free AI already on your Mac
#18Some such projects use CORS to allow read back as well. I haven’t read Apfel’s code yet, but I’m registering the experiment before performing it.
Re: Show HN: Apfel – The free AI already on your Mac
#19I’ve seen several projects like this that offer a network server with access to these Apple models. The danger is when they expose that, even on a loop port, to every other application on your system, including the browser. Random webpages are now shipping with JavaScript that will post to that port. Same-origin restrictions will stop data flow back to the webpage, but that doesn’t stop them from issuing commands to…
Re: Show HN: Apfel – The free AI already on your Mac
#20I’ve seen several projects like this that offer a network server with access to these Apple models. The danger is when they expose that, even on a loop port, to every other application on your system, including the browser. Random webpages are now shipping with JavaScript that will post to that port. Same-origin restrictions will stop data flow back to the webpage, but that doesn’t stop them from issuing commands to…