google-ai-edge/LiteRT

LiteRT, successor to TensorFlow Lite. is Google's On-device framework for high-performance ML & GenAI deployment on edge platforms, via efficient...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 57 minutes ago
Added to GitGenius on March 13th, 2026
Created on September 4th, 2024
Open Issues & Pull Requests: 2,522 (+0)
Number of forks: 419
Total Stargazers: 3,305 (+0)
Total Subscribers: 27 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 16.4 hours
Mean response time: 3.6 days
90th percentile: 3.6 days
Tracked items: 439

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 99% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "status:need more data" is answered fastest, typically in about 4 hours, while "status:stale" waits about 27 hours. 14% of tracked open issues have had no activity in three months. Only 3% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 98
New in 7 days: 14
Closed in 7 days: 2
Avg open age: 55 days
Stale 30+ days: 44
Stale 90+ days: 16

Recent activity

Opened in 7 days: 14
Closed in 7 days: 2
Comments in 7 days: 34
Events in 7 days: 148

Top labels

  • status:awaiting user response (181)
  • status:awaiting LiteRTer (176)
  • type:bug (164)
  • status:stale (118)
  • type:support (102)
  • type:feature (82)
  • type:build/install (43)
  • status:need more data (23)

Detailed Description

LiteRT is Google's on-device runtime framework designed as the successor to TensorFlow Lite, enabling high-performance machine learning and generative AI deployment on edge platforms. Written primarily in C++, the project focuses on efficient model conversion, runtime execution, and optimization specifically tailored for resource-constrained devices including mobile phones, embedded systems, and IoT hardware.

The framework addresses the complete pipeline from model to on-device deployment, supporting PyTorch, TensorFlow, and JAX models. LiteRT V2 introduces a Compiled Model API that streamlines development through automated accelerator selection without requiring explicit delegate configuration, true asynchronous execution capabilities, simplified NPU distribution, and efficient I/O buffer handling. The runtime features unified NPU acceleration providing seamless access to neural processing units from major chipset providers including Google Tensor, Intel, MediaTek, and Qualcomm through a single consistent API.

Key capabilities include LiteRT-LM for deploying large language models directly on-device, LiteRT.js for secure client-side ML inference in browsers via WebGPU and WebAssembly, a Tensor API offering a lightweight C++ library for high-performance tensor manipulation, and the LiteRT CLI command-line toolkit for streamlining AI coding agent workflows. The framework supports GPU acceleration across multiple APIs including OpenCL, OpenGL, Metal, and WebGPU, with particular emphasis on minimizing latency through new buffer interoperability features designed to support generative AI inference workloads.

Platform support spans Android, iOS, Linux, macOS, Windows, web browsers, and IoT devices. The project maintains nightly wheel builds for Linux, macOS, and Windows alongside continuous integration builds for various architectures including macOS ARM64, Linux x86_64, Windows x86_64, and CMake Android builds.

The project roadmap emphasizes broadening NPU support and improving performance across hardware accelerators, introducing generative AI-specific optimizations, developing better debugging and profiling utilities, and enhancing platform support for emerging ecosystems. LiteRT integrates within Google's broader AI-Edge ecosystem of on-device machine learning tools and maintains official sample applications and code examples covering use cases including automatic speech recognition, image segmentation, and real-time inference tasks.