Zing Forum

Reading

Private Edge Gallery: A Zero-Tracking Edge AI App That Truly Privatizes Large Models

An open-source project deeply modified from Google AI Edge Gallery, which completely removes Firebase Analytics, Google services, and all telemetry code to enable a fully offline large language model experience.

端侧AI隐私保护大语言模型离线运行Android应用开源项目Firebase移除零追踪
Published 2026-04-06 00:11Recent activity 2026-04-06 00:19Estimated read 5 min
Private Edge Gallery: A Zero-Tracking Edge AI App That Truly Privatizes Large Models
1

Section 01

[Introduction] Private Edge Gallery: A Zero-Tracking Edge AI App That Truly Privatizes Large Models

Private Edge Gallery is an open-source project deeply modified from Google AI Edge Gallery. It completely removes Firebase Analytics, Google services, and all telemetry code to enable a fully offline large language model experience. Its core focus is privacy protection, allowing users to enjoy AI services on the edge without worrying about data leakage.

2

Section 02

Project Background: Privacy Anxiety Drives Demand for Zero-Tracking Edge AI

Although the original Google AI Edge Gallery supports running large models on the edge, it integrates Firebase Analytics, Google services, and telemetry functions, which causes anxiety among privacy-conscious users. The development team identified this pain point, systematically enhanced privacy, removed all privacy-leaking components, and created a pure version that runs completely offline except for model downloads.

3

Section 03

Core Technology: Efficient Edge Inference Solution Based on LiteRT

The technical architecture is based on Google AI Edge and LiteRT (Lightweight Runtime), ensuring smooth inference on ordinary Android devices. It supports multi-modal interactions such as text dialogue, image understanding, and speech transcription. The highlight feature "Thinking Mode" shows the model's step-by-step reasoning process. It provides a model browser to download open-source models from Hugging Face, and supports local benchmark testing and personalized configuration.

4

Section 04

Full Feature Set: Multi-Modal Interaction and Expansion Capabilities

In addition to basic AI dialogue, it also has rich features such as Ask Image multi-modal analysis, Audio Scribe speech transcription, Agent Skills expansion (built-in Wikipedia query, map navigation, etc., supporting custom skills), Mobile Actions natural language device control (in development), and Tiny Garden edge model-driven mini-games.

5

Section 05

Privacy Assurance: Fulfilling the Zero-Tracking Commitment at the Code Level

Firebase Analytics, Google services, and all telemetry tracking code are removed at the source code level. The package name is changed (from com.google.ai.edge.gallery to com.hartagis.edgear), allowing it to coexist with the original version. Privacy assurance is not just marketing rhetoric; it reduces leakage risks by completely stripping related functions.

6

Section 06

Open-Source Value: A Community Example of Privacy-First Philosophy

It uses the Apache 2.0 license, respecting the original work and facilitating community contributions. GitHub open-source provides transparent code review opportunities, offering a reference for other developers to modify for privacy. It proves that users can enjoy AI convenience without sacrificing privacy, providing technical verification and experience data for the development of the edge AI ecosystem.

7

Section 07

Future Outlook: Challenges of Edge AI and Privacy-First Trends

Currently, it faces challenges such as large model size, slower inference speed compared to the cloud, and complex tasks requiring cloud support. However, hardware improvements and model compression technologies will gradually solve these issues. The privacy-first philosophy may become an important consideration in future AI application design, especially in the context of strict data protection regulations, where locally processed applications have competitive advantages. The codebase provides learning resources for developers to develop edge AI.