#31 · Primary category: Inference & Local Deploy
runanywhere-sdks
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
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.