Ross ROSS = Recommend OSS · open-source software intelligence for agents

pytorch/executorch

On-device AI across mobile, embedded and edge for PyTorch observed · 2026-08-28

github.com/pytorch/executorch · homepage · Python · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 99
  • Release rhythm 86
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 65.5
  • age_days: 1650
  • days_rel: 19
  • days_push: 7
  • n_releases_24m: 11

Full methodology

Adoption not part of the score

4953 stars · 1122 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

ExecuTorch is PyTorch's framework for exporting and running AI models on-device across mobile, embedded, and edge hardware, with a tiny (~50KB) runtime and 12+ hardware backends. It supports LLMs, vision, speech, and multimodal models with native PyTorch export and no intermediate format conversions.

Use cases

  • run llm inference on a smartphone offline
  • deploy pytorch models to mobile without onnx conversion
  • run computer vision models on embedded devices
  • on-device speech recognition with privacy
  • deploy ai models to microcontrollers with tiny runtime
  • quantize and optimize models for edge hardware
  • run multimodal ai on ar/vr headsets

When to choose

  • you need privacy-preserving, offline inference on phones or embedded devices
  • your models are already in PyTorch and you want direct export without format conversion
  • you need a very small runtime footprint down to microcontroller scale
  • you need to target many hardware backends (CPU, GPU, NPU) from one toolchain

When to avoid

  • your inference runs server-side with abundant compute and no edge constraints
  • your models are in TensorFlow/JAX and you prefer TFLite or ONNX ecosystems
  • you need training on device rather than inference
  • you want a turnkey app rather than an SDK to integrate into your own code

Facets

library · maturity active

machine-learning llm-inference deep-learning compiler sdk machine-learning deep-learning large-language-models embedded-systems mobile-development computer-vision speech-processing embedded python cpp cross-platform on-device-inference edge-ai pytorch model-export quantization microcontrollers runtime android ios mobile gpu

3 sources

Member repositories

RepositoryRoleHealth v2
pytorch/executorchmain95

For agents

markdown · JSON · MCP: product_card(name="pytorch/executorch")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem