QuoteStrappy is like Siri AI for jailbroken iPhones iOS 5+ and for Macs running Mac OS X 10.4 Tiger+. Strappy is a custom harness written in C that provides a suite of tools that the model can use to query your data from your apps on your iPhone. It also includes a coding assistant. Yes, a coding assistant! So that you can vibe-code iPhone apps RIGHT ON YOUR PHONE! Strappy is built on OpenRouter, so you can control the models and the providers you want to trust with your data.This has been a really exciting project for me. Basically, while developing apps with AI I noticed that the LLM is really good at reading arbitrary data out of arbitrary SQLite databases. So I took that idea and ran with it. "What if I scanned for every SQLite database in my home folder and then gave the LLM access to them?" And thus Strappy was born. On retro versions of Mac OS X, SQLite is not as popular of a data format as on the iPhone, but since Mac OS X has better development tools, the Vibe Coding experience is better.

Quote from: ZombiePhysicist on Aug 25, 2026, 06:40 PMSuper cool. Does the driver work under emulators? That would give it a heck of a kick.My shot was from VirtualBox (i386 guest—or, well, I guess it's an i686 guest now!) on an amd64 Windows PC, so there was no slowdown due to CPU emulation. The guest definitely has to be white hardware since this is a Pentium CPU feature being hacked into an i386 driver. I am not sure what turbolent used; you may have to find out for yourself how it behaves under 86box.