SaaSHub helps you find the best software and product alternatives Learn more →
Executorch Alternatives
Similar projects and alternatives to executorch
-
ollama
Get up and running with Kimi-K2.6, GLM-5.1, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
gallery
A gallery that showcases on-device ML/GenAI use cases and allows people to try and use models locally.
-
ml-ane-transformers
Reference implementation of the Transformer architecture optimized for Apple Neural Engine (ANE)
-
coremltools
Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.
-
-
-
-
-
-
DALI
A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to accelerate deep learning training and inference applications.
-
-
-
LiteRT
LiteRT, successor to TensorFlow Lite. is Google's On-device framework for high-performance ML & GenAI deployment on edge platforms, via efficient conversion, runtime, and optimization
-
executorch discussion
executorch reviews and mentions
-
Executorch: On-device AI across mobile, embedded and edge for PyTorch
I get the impression that https://github.com/pytorch/executorch is Meta’s take on TFLite / LiteRT, which is quite interesting.
While reading the README and related documentation, I noticed that Samsung Exynos NPU acceleration was listed, which immediately caught my attention. According to
-
Google AI Edge – on-device cross-platform AI deployment
Genuine question, why should I use this to deploy models on the edge instead of executorch? https://github.com/pytorch/executorch
For context, I get to choose the tech stack for a greenfield project. I think that executor h, which belongs to the pytorch ecosystem, will have a way more predictable future than anything Google does, so I currently consider executorch more.
-
Run LLMs on Apple Neural Engine (ANE)
Something to consider for deploying LLMs on the ANE is: https://github.com/pytorch/executorch/tree/main/examples/app...
The model does have some limitations (e.g., need for QAT for 4-bit quantization), lack of a C++ runner to execute the model, but parts of the model are promising.
-
PyTorch – Torchchat: Chat with LLMs Everywhere
Did not know executorch existed! That's so cool! I have it on my bucket list to tinker with running LLMs on wearables after I'm a little further along in learning, great to see official tooling for that!
https://github.com/pytorch/executorch
-
ExecuTorch: Enabling On-Device interference for embedded devices
Yes ExecuTorch is currently targeted at Edge devices. The runtime is written in C++ with 50KB binary size (without kernels) and should run in most of platforms. You are right that we have not integrated to Nvidia backend yet. Have you tried torch.compile() in PyTorch 2.0? It would do the Nvidia optimization for you without Torchscript. If you have specific binary size or edge specific request, feel free to file issues in https://github.com/pytorch/executorch/issues
-
A note from our sponsor - SaaSHub
www.saashub.com | 6 Jun 2026
Stats
pytorch/executorch is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of executorch is Python.