On-device AI across mobile, embedded and edge for PyTorch
Project Links
Meta
Author: PyTorch Team
Requires Python: <3.14,>=3.10
Classifiers
Development Status
- 5 - Production/Stable
Intended Audience
- Developers
- Education
- Science/Research
Topic
- Scientific/Engineering
- Scientific/Engineering :: Mathematics
- Scientific/Engineering :: Artificial Intelligence
- Software Development
- Software Development :: Libraries
- Software Development :: Libraries :: Python Modules
Programming Language
- C++
- Python :: 3
- Python :: 3.10
- Python :: 3.11
- Python :: 3.12
- Python :: 3.13
ExecuTorch is a PyTorch platform that provides infrastructure to run PyTorch programs everywhere from AR/VR wearables to standard on-device iOS and Android mobile deployments. One of the main goals for ExecuTorch is to enable wider customization and deployment capabilities of the PyTorch programs.
The executorch pip package is in beta.
- Supported python versions: 3.10, 3.11, 3.12, 3.13
- Compatible systems: Linux x86_64, Linux aarch64, macOS aarch64
The prebuilt executorch.runtime module included in this package provides a way
to run ExecuTorch .pte files, with some restrictions:
- Only core ATen operators are linked into the prebuilt module
- Only the XNNPACK backend delegate is linked into the prebuilt module.
- [macOS only] Core ML and MPS backend are also linked into the prebuilt module.
- [Linux x86_64] QNN backend is linked into the prebuilt module.
- [Linux] OpenVINO backend is also linked into the
prebuilt module. OpenVINO requires the runtime to be installed separately:
pip install executorch[openvino]
Please visit the ExecuTorch website for tutorials and documentation. Here are some starting points:
- Getting Started
- Set up the ExecuTorch environment and run PyTorch models locally.
- Working with local LLMs
- Learn how to use ExecuTorch to export and accelerate a large-language model from scratch.
- Exporting to ExecuTorch
- Learn the fundamentals of exporting a PyTorch
nn.Moduleto ExecuTorch, and optimizing its performance using quantization and hardware delegation.
- Learn the fundamentals of exporting a PyTorch
- Running etLLM on iOS and Android devices.
- Build and run LLaMA in a demo mobile app, and learn how to integrate models with your own apps.
1.3.1
May 29, 2026
1.2.0
Apr 01, 2026
1.1.0
Jan 28, 2026
1.0.1
Nov 24, 2025
1.0.0
Oct 17, 2025
0.7.0
Aug 12, 2025
0.6.0
Apr 25, 2025
0.5.0
Jan 30, 2025
0.4.0
Oct 18, 2024
0.3.0
Jul 25, 2024
0.2.1
Jun 10, 2024
0.2.0
Apr 29, 2024
0.1.2
Oct 18, 2023
0.1.0
Oct 11, 2023
Wheel compatibility matrix
| Platform | CPython 3.10 | CPython 3.11 | CPython 3.12 | CPython 3.13 |
|---|---|---|---|---|
| macosx_14_0_arm64 | ||||
| manylinux_2_28_aarch64 | ||||
| manylinux_2_28_x86_64 | ||||
| win_amd64 |
Files in release
executorch-1.3.1-cp310-cp310-macosx_14_0_arm64.whl (14.9MiB)
executorch-1.3.1-cp310-cp310-manylinux_2_28_aarch64.whl (13.9MiB)
executorch-1.3.1-cp310-cp310-manylinux_2_28_x86_64.whl (15.3MiB)
executorch-1.3.1-cp310-cp310-win_amd64.whl (11.0MiB)
executorch-1.3.1-cp311-cp311-macosx_14_0_arm64.whl (14.9MiB)
executorch-1.3.1-cp311-cp311-manylinux_2_28_aarch64.whl (13.9MiB)
executorch-1.3.1-cp311-cp311-manylinux_2_28_x86_64.whl (15.3MiB)
executorch-1.3.1-cp311-cp311-win_amd64.whl (11.0MiB)
executorch-1.3.1-cp312-cp312-macosx_14_0_arm64.whl (14.9MiB)
executorch-1.3.1-cp312-cp312-manylinux_2_28_aarch64.whl (13.9MiB)
executorch-1.3.1-cp312-cp312-manylinux_2_28_x86_64.whl (15.3MiB)
executorch-1.3.1-cp312-cp312-win_amd64.whl (11.0MiB)
executorch-1.3.1-cp313-cp313-macosx_14_0_arm64.whl (14.9MiB)
executorch-1.3.1-cp313-cp313-manylinux_2_28_aarch64.whl (13.9MiB)
executorch-1.3.1-cp313-cp313-manylinux_2_28_x86_64.whl (15.3MiB)
executorch-1.3.1-cp313-cp313-win_amd64.whl (11.0MiB)
Extras:
Dependencies:
expecttest
flatbuffers
hypothesis
kgb
mpmath
(==1.3.0)
numpy
(>=2.0.0)
packaging
pandas
(>=2.2.2)
parameterized
pytorch-tokenizers
(>=1.3.0)
pyyaml
ruamel.yaml
sympy
tabulate
typing-extensions
(>=4.10.0)
coremltools
or
(==9.0)
scikit-learn
(==1.7.1)
hydra-core
(>=1.3.0)
omegaconf
(>=2.3.0)
torch
(>=2.12.0a0)
torchao
(>=0.17.0)