Run Equos characters natively on iPhone and iPad with on-device rendering.
The Equos iOS SDK brings the full character experience to native iOS apps, with rendering running directly on the device for real-time performance at any scale.
It runs smoothly on consumer hardware going back to the iPhone 11, and can be used either with the full Equos voice pipeline or paired with your own audio stack.
Drop-in simple. A single component handles video rendering, audio capture, and session lifecycle—no WebRTC wiring, no custom track management, no boilerplate. Your app starts a conversation in a few lines of Swift.
Lowest possible latency. Because video is rendered directly on the phone, there’s no cloud round-trip for every frame. Responses feel instant, even on cellular networks—and entirely network-free when paired with your own on-device audio stack.
Connect to the Equos voice agent and get the full experience: character video, audio, and conversational AI—the same flow as the Web and Next.js integrations.
Video rendering only
Use the SDK purely for on-device character rendering and plug in your own voice pipeline. No network required for video—and no per-minute cost.
Ideal if you want the fastest path to a complete character experience on mobile.Unlike the web integration, you do not create a conversation up front. Instead:
Your backend generates a short-lived consumer access token by calling the dedicated Equos API endpoint.
Your app passes the token to the iOS SDK.
The SDK starts the conversation directly—audio, video, and AI all managed by Equos.
This removes a round-trip: there’s no “create conversation, then join” dance. The token alone is enough for the SDK to stand up the live session.
Ideal if you already run your own voice stack (STT/LLM/TTS, or a real-time audio model) and only need a high-quality animated face.In this mode, no token, no backend call, no network required. The iOS SDK renders the character on-device from your audio stream the moment you start it—no Equos network calls, no per-user cost, unlimited usage.This is what makes Equos unique: our rendering model runs in real time on consumer iPhones (including iPhone 11), which means you can ship an animated AI character to millions of users without provisioning a single GPU.
Learn more about on-device rendering
How Equos scales to millions of users by running on the device itself.