Tools/google-ai-edge/LiteRT

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

3.4kemergingC++Apache License 2.0trending

The Lens

By Erik Loyd, SaaS CEO and former COO/CFO of an AWS Premier Partner.

Updated Sep 2026

LiteRT is Google's runtime for running machine learning models directly on phones, laptops, browsers, and small boards instead of in the cloud. It is the renamed successor to TensorFlow Lite, which already runs inside a lot of Android apps. Version 2 adds a simpler compiled-model API that picks the GPU or NPU (the dedicated AI chip in newer phones) for you. Apache-2.0 and free.

Getting started is mostly an app-integration job, not a server to run. You convert a PyTorch, TensorFlow, or JAX model to the .tflite format and load it from Kotlin, C++, or JavaScript. NPU support covers Qualcomm, MediaTek, Google Tensor, Intel, and Broadcom. For large language models, Google points you to google-ai-edge/LiteRT-LM, which sits on top of this.

Use it when you ship an Android app or cross-platform product with on-device AI. On an Apple-only stack, Core ML is still the native choice. ExecuTorch from the PyTorch team and ONNX Runtime cover similar ground if your models already live in those ecosystems.

The catch is Apple and the upgrade path. Apple's Neural Engine is still marked coming soon, so on iPhone and Mac you run on the CPU or Metal GPU. And moving from the V1 API to V2 is a real upgrade, with its own migration guide.

Free vs Self-Hosted vs Paid

fully free

Free tier: Fully free under Apache-2.0. Runtime, converters, quantizer, and CLI all ship at no cost.

Self-hosted: Nothing to host. LiteRT is a library you embed in your app on Android, iOS, macOS, Linux, Windows, the web, or IoT boards. The ops cost is engineering time: converting models, testing accelerators across devices, and keeping up with a stable release every 6 to 8 weeks.

Paid: No paid tier. Google does not sell LiteRT; it supports its own hardware and model ecosystem.

Completely free and open source. The cost is engineering time to convert models and test them across devices.

What to do by team size

Solo
free
Small team
free
Medium team
free; budget device testing time
Large team
free; plan an owner for the V1 to V2 migration
Self-hosting ops:moderate

Get tools like this every Wednesday

One featured tool, three on the radar. No fluff.

Score
64/100 · B
Adoption16/30
Maintenance10/25
Community13/20
License15/15
Analysis10/10

A low score is not a verdict on quality. Young and niche tools start low by design. How we calculate scores

Trust Signals

Community discussions enabledOrganization account (14 public repos)Notable author: 4,316 followersAuthor also built: google-ai-edge/LiteRT-LM (6,497 stars)

License: Apache License 2.0

Use freely. Patent grant included.

Commercial use: ✓ Yes

About

Owner
google-ai-edge (Organization)
Stars
3,424

Also by google-ai-edge

Explore Further

More tools in the directory