#109 · Primary category: Inference & Local Deploy
react-native-executorch
Declarative way to run AI models in React Native on device, powered by ExecuTorch.
Project last updated:08/28/26
GitHub Stars
1.7K
Forks
95
Contributors
35
License
Other
Why we included this project
On-device inference in React Native has usually meant fighting with native modules, and this library tries to smooth that path. It loads ExecuTorch-exported models and runs them entirely on the phone, covering object detection, segmentation, OCR, and text generation. Because models stay local, you avoid server round trips, which matters for privacy-sensitive content like documents or medical records and for apps that need to work offline. The repo includes prebuilt modules and example integrations, so you can test a model on real hardware before committing to a feature, and swapping models during prototyping is straightforward.
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
ollama
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
llama.cpp
LLM inference in C/C++
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.