TensorFlow Lite gets a rebrand and a GenAI overhaul
Google's edge ML runtime grows up, adds async NPU support, and finally admits PyTorch exists.

What it does
LiteRT is Google’s renamed, expanded runtime for running machine learning models on phones, IoT boards, browsers, and anything else that isn’t a data center. It inherits TensorFlow Lite’s .tflite format and adds a new Compiled Model API that handles accelerator selection, async execution, and buffer management without manual delegate wrangling.
The interesting bit
The rebrand isn’t just cosmetic. Google is explicitly targeting generative AI on-device via LiteRT LM, a separate library for LLMs and diffusion models, plus a PyTorch converter that can reauthor PyTorch LLMs into an “Apache format” for edge deployment. The NPU support is also notably broad: Qualcomm, MediaTek, Google Tensor, and Intel are already in, with Apple Neural Engine and others marked “coming soon.”
Key highlights
- Cross-platform: Android, iOS, Linux, macOS, Windows, Web, and IoT (WebGPU on desktop/web, OpenCL/OpenGL/Metal on mobile)
- New Compiled Model API with automated accelerator selection and true async execution
- Unified NPU acceleration, previously early-access, now open to all users
- Zero-copy GPU buffer interoperability to cut latency
- Companion ecosystem: LiteRT Torch Converter, LiteRT LM for GenAI, and LiteRT Samples
Caveats
- “Model Coverage and Performance” section is literally blank — “Coming soon…”
- Several NPU targets (Apple Neural Engine, Samsung LSI, Broadcom, Raspberry Pi) are also “coming soon” or asterisked
- The README’s “best-in-class” and “superior” claims are unbenchmarked in the source
Verdict
Mobile and embedded developers already using TensorFlow Lite should pay attention — this is where Google’s edge ML investment is going. Pure cloud or desktop CUDA users can keep scrolling; this is for battery-powered devices that need to run a model without phoning home.
Frequently asked
- What is google-ai-edge/LiteRT?
- Google's edge ML runtime grows up, adds async NPU support, and finally admits PyTorch exists.
- Is LiteRT open source?
- Yes — google-ai-edge/LiteRT is open source, released under the Apache-2.0 license.
- What language is LiteRT written in?
- google-ai-edge/LiteRT is primarily written in C++.
- How popular is LiteRT?
- google-ai-edge/LiteRT has 3.2k stars on GitHub and is currently cooling off.
- Where can I find LiteRT?
- google-ai-edge/LiteRT is on GitHub at https://github.com/google-ai-edge/LiteRT.