google-ai-edge/LiteRT

Description: 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 ↓

Summary Information

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

Issue Activity (beta)

Open issues: 73
New in 7 days: 4
Closed in 7 days: 4
Avg open age: 74 days
Stale 30+ days: 22
Stale 90+ days: 16

Recent activity

Opened in 7 days: 4
Closed in 7 days: 4
Comments in 7 days: 8
Events in 7 days: 31

Top labels

  • status:awaiting user response (173)
  • status:awaiting LiteRTer (156)
  • type:bug (137)
  • status:stale (118)
  • type:support (100)
  • type:feature (78)
  • type:build/install (43)
  • status:need more data (23)

Repository Insights (GitGenius)

Median issue/PR response: 11.7 hours
Mean response time: 2.9 days
90th percentile: 2.8 days
Tracked items: 408

Most active contributors

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.

According to GitGenius activity tracking across 385 issues and pull requests, the repository demonstrates a median response latency of 13.2 hours with a mean of 72.4 hours, indicating active maintenance and community engagement. The most frequently tracked issue labels are status:awaiting user response with 168 occurrences, status:awaiting LiteRTer with 145 occurrences, and type:bug with 121 occurrences. Primary contributors tracked by GitGenius include pkgoogle with 873 events, aravindmurali22 with 808 events, and gaikwadrahul8 with 631 events. The repository shares overlapping contributors with microsoft/vscode, rust-lang/rust, and microsoft/typescript, indicating cross-project collaboration within the broader developer ecosystem.

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.

LiteRT
by
google-ai-edgegoogle-ai-edge/LiteRT

Repository Details

Fetching additional details & charts...