#125 · Primary category: LLM Application Frameworks
ai
On-device LLM execution in React Native with Vercel AI SDK compatibility
Project last updated:07/07/26
GitHub Stars
1.4K
Forks
58
Contributors
12
License
MIT
Why we included this project
Mobile teams that want LLM features without running their own inference server get a genuinely useful on-device layer here. The library wraps Apple's Foundation Models, llama.rn for GGUF files, and the MLC runtime behind an API that mirrors the Vercel AI SDK, so web developers can carry over familiar patterns to React Native instead of learning a new stack. Beyond chat and text generation it also handles embeddings for local RAG, plus transcription and speech synthesis, which fits offline-first or privacy-sensitive apps where user data should not leave the phone. Model handling is refreshingly explicit: Apple models run immediately on iOS, while GGUF and MLC models need a download step with progress reporting and an explicit prepare and unload cycle to manage memory. There is also an optional dev-tools profiler that captures OpenTelemetry spans from AI SDK requests, handy for teams debugging mobile inference in the field.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform