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, 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.
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.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_12_0_arm64 | ||||
| manylinux_2_28_aarch64 | ||||
| manylinux_2_28_x86_64 | ||||
| win_amd64 |
Files in release
executorch-1.2.0-cp310-cp310-macosx_12_0_arm64.whl (11.5MiB)
executorch-1.2.0-cp310-cp310-manylinux_2_28_aarch64.whl (12.2MiB)
executorch-1.2.0-cp310-cp310-manylinux_2_28_x86_64.whl (19.6MiB)
executorch-1.2.0-cp310-cp310-win_amd64.whl (9.2MiB)
executorch-1.2.0-cp311-cp311-macosx_12_0_arm64.whl (11.5MiB)
executorch-1.2.0-cp311-cp311-manylinux_2_28_aarch64.whl (12.2MiB)
executorch-1.2.0-cp311-cp311-manylinux_2_28_x86_64.whl (19.6MiB)
executorch-1.2.0-cp311-cp311-win_amd64.whl (9.3MiB)
executorch-1.2.0-cp312-cp312-macosx_12_0_arm64.whl (11.5MiB)
executorch-1.2.0-cp312-cp312-manylinux_2_28_aarch64.whl (12.2MiB)
executorch-1.2.0-cp312-cp312-manylinux_2_28_x86_64.whl (19.6MiB)
executorch-1.2.0-cp312-cp312-win_amd64.whl (9.3MiB)
executorch-1.2.0-cp313-cp313-macosx_12_0_arm64.whl (11.5MiB)
executorch-1.2.0-cp313-cp313-manylinux_2_28_aarch64.whl (12.2MiB)
executorch-1.2.0-cp313-cp313-manylinux_2_28_x86_64.whl (19.6MiB)
executorch-1.2.0-cp313-cp313-win_amd64.whl (9.3MiB)
Extras:
None
Dependencies:
expecttest
flatbuffers
hypothesis
kgb
mpmath
(==1.3.0)
numpy
(>=2.0.0)
packaging
pandas
(>=2.2.2)
parameterized
pytest
(<9.0)
pytest-xdist
pytest-rerunfailures
(==15.1)
pytest-json-report
pytorch-tokenizers
(>=1.2.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.11.0)
torchao
(>=0.17.0)