#31 · Primary category: Inference & Local Deploy

runanywhere-sdks

android apple-intelligence cpp diffusion-models edge flutter inference ios kotlin llamacpp llm multimodal ollama on-device-ai react-native swift vlm voice-ai web websdk

Production ready toolkit to run AI locally

Project last updated:08/29/26

GitHub Stars

10.3K

Forks

370

Contributors

48

License

Other

Why we included this project

Most teams building AI into a mobile app or a desktop or browser product end up wiring up llama.cpp, ONNX, and MLX by hand. RunAnywhere avoids that with one API over a shared C++ core, plus SDKs for Swift, Kotlin, Flutter, React Native, Python, and the web, so a single chat, vision, speech, RAG, embeddings, or image generation call behaves the same on every platform. It routes each request to the engine that fits the device, sending QHexRT to Snapdragon NPUs, MLX to Apple silicon, Core ML to diffusion workloads, and llama.cpp elsewhere, which removes most of the per-backend fiddling. Everything runs on-device by default, which keeps data private and makes offline use straightforward, and the structured output, tool calling, and voice-agent pipeline cover the harder integration scenarios. For a small team that wants one coherent local-AI layer rather than several separate engine bindings, it is a practical fit.

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