I just released Scowld under the MIT license: https://github.com/apoorvdarshan/scowld
Scowld is an iOS AI companion with an animated 3D (VRM) avatar that talks, listens, and can see you through the camera. It's built with SwiftUI, renders the character in a WKWebView (three.js + three-vrm), and talks to LLMs directly from the device.
The interesting constraint: no backend. It's bring-your-own-key, so all provider calls go straight from the phone to the provider, and keys live in the iOS Keychain.
If you're curious how a SwiftUI + VRM + multi-LLM app fits together, the whole thing is readable. Stars and issues welcome 🙏
Top comments (0)