AIAny
AI Client2025
Icon for item

Google AI Edge Gallery

Runs open-source LLMs and multimodal models entirely on mobile devices for offline, private inference. Offers Agent Skills, Thinking Mode, Ask Image, audio scribe, model management and benchmarks, with Gemma 4 and Hugging Face integration.

Introduction

Most cloud-first generative AI demos trade privacy and latency for scale. This project flips that assumption: it packages model runtime, UI, and connectors so developers and product teams can run and evaluate modern LLMs and multimodal flows fully on-device — useful for privacy-sensitive apps, demos, and edge benchmarking.

What Sets It Apart
  • On-device-first workflow: the app emphasizes local model execution (no network roundtrips for inference), which reduces latency and keeps prompts and media on the device — so what: you can prototype privacy-focused features without provisioning servers.
  • Modular agent skills & Thinking Mode: supports loading skill modules (Wikipedia grounding, maps, visual summary cards) and a “Thinking Mode” that surfaces stepwise reasoning for supported models — so what: it makes model behavior inspectable and extensible for research and UX testing.
  • Multimodal and toolkit surface: Ask Image, audio scribe, prompt lab, and Mobile Actions let you combine vision, speech, and device automation in one sandbox — so what: you can validate cross-modal user flows before committing to cloud infra.
  • Model management + benchmarking: integrates model discovery (Hugging Face), LiteRT runtime, and device-specific benchmarks, enabling apples-to-apples perf comparisons across candidate models and hardware.
Who It's For and Trade-offs

Great fit if you need to prototype or demonstrate offline generative-AI features on phones or tablets (privacy-focused apps, field deployments, mobile UX research), or if you want a single sandbox to compare model latency, memory use, and quality on target hardware. Look elsewhere if you require scalable server-side inference, multi-user serving, or guaranteed production SLAs — on-device experiments are constrained by storage, model size, and device CPU/accelerator limits. Additionally, downloading larger models can be time- and storage-consuming; expect trade-offs between capability and local resource consumption.

Where It Fits

Think of the Gallery as the mobile counterpart to cloud-hosted playgrounds: it’s for feature validation, UX experiments, and edge benchmarking rather than large-scale serving. It pairs well with model teams who want quick iteration on behavior under realistic device constraints.

Quick technical notes

The repository bundles a mobile app and integration with Google AI Edge tooling and LiteRT for optimized runtime. Recent releases add official support for the Gemma 4 family and include example finetunes (e.g., FunctionGemma 270m) used for small tasks and mobile actions.

Information

  • Websitegithub.com
  • AuthorsGoogle AI Edge
  • Published date2025/03/31

Categories

More Items

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Model2026

Runs the Bonsai family of quantized LLMs locally (including vision-capable 27B): provides scripts and demo UIs to run 1-bit and ternary Bonsai models on macOS (Metal), Linux/Windows (CUDA/Vulkan/ROCm), or CPU, with long context, tool-calling and an optional Open WebUI agent demo.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).