by jegly
Private on-device AI suite for Android. Fork of Google AI Edge Gallery with llama.cpp, whisper.cpp, stable-diffusion.cpp, GGUF import, voice chat, vision AI, on-device image generation, biometric lock, encrypted history, and CPU/NPU/GPU acceleration.
# Add to your Claude Code skills
git clone https://github.com/jegly/BoxGuides for using mcp servers skills like Box.
Last scanned: 5/19/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-19T07:46:47.861Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}Box is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by jegly. Private on-device AI suite for Android. Fork of Google AI Edge Gallery with llama.cpp, whisper.cpp, stable-diffusion.cpp, GGUF import, voice chat, vision AI, on-device image generation, biometric lock, encrypted history, and CPU/NPU/GPU acceleration. It has 575 GitHub stars.
Yes. Box passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/jegly/Box" and add it to your Claude Code skills directory (see the Installation section above).
Box is primarily written in Kotlin. It is open-source under jegly on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh Box against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
If this project helped you, please ⭐️ star it to help others find it.
Note: If you're using a custom ROM (LineageOS, GrapheneOS, CalyxOS), download the
custom-rom-supportAPK from the latest release instead.
https://github.com/jegly/BoxRecommended for most users: Main version
| Version | For |
|---|---|
| Main | Stock Android (Pixel, Samsung, etc.) |
| Custom ROM | GrapheneOS, LineageOS, CalyxOS — no Google services |
The in-app updater is also available in Settings
Maincustom-rom-supportNote: As of v2.0.0, the in-app App version matches the Box release version (2.0.0) — the earlier mismatch with the upstream Google AI Edge Gallery build number (which showed 1.0.15) is fixed (#67). Box releases are tracked via GitHub tags. Use Settings → Check for updates to see if a newer Box release is available.
Box is a security-hardened feature rich fork of Google AI Edge Gallery — with on-device image generation, AI image upscaling, voice mode (speech-to-speech AI chat), voice input, multilingual text-to-speech, document analysis, vision AI, biometric lock, encrypted chat history, llama.cpp support, and GGUF model import and more
[!IMPORTANT]
Disclaimer
Box is an independent community fork of Google AI Edge Gallery and is not affiliated with or endorsed by Google LLC. Google branding has been replaced throughout. All credit for the underlying platform goes to Google and the original contributors — this fork simply builds on top of their work.
| Version | Feature | Details |
|---|---|---|
| v2.0.2 | New model tier — Gemma 3 270M | Brand-new ultra-lightweight model (~460–555 MB) — fast and low-RAM, ideal for quick tasks on modest devices. Ships dedicated NPU builds for Snapdragon (SM8550 / 8650 / 8750 / 8750-AB / 8850) and MediaTek Dimensity (MT6991 / MT6993). |
| v2.0.2 | New models — Gemma 3 1B-IT with broad NPU coverage | Gemma 3 1B now ships dedicated on-device NPU builds across Snapdragon (SM8550 → SM8850, incl. the Samsung SM8750-AB) and MediaTek Dimensity (MT6989 / 6991 / 6993), plus a universal GPU/CPU build. Each device automatically downloads the build that matches its chip. |
| v2.0.2 | New models — Gemma 3n E2B & E4B (multimodal) | Text, image and audio input, up to 32K context, with Gemma 3n's selective-parameter architecture. Run on GPU/CPU on every device; NPU-accelerated on MediaTek (MT6993). |
| v2.0.2 | Samsung Galaxy S26 Ultra (SM8850) NPU models | Added SM8850 ("Snapdragon 8 Elite Gen 5") allowlist keys across the new Gemma 3 1B and 270M entries, so dedicated NPU models now appear and run on the S26 Ultra. |
| v2.0.1 | Fix — Snapdragon 8 Elite NPU crash (SM8750 / SM8750-AB) | The audio sub-graph was incorrectly routed to the NPU on all SM8750 devices, causing an instant hard crash (SIGABRT) when loading the Snapdragon NPU model — no error popup, just an immediate exit. Audio always uses CPU regardless of the primary backend, matching upstream behaviour. Fixes Red Magic NX799J, iQOO 13, and any other SM8750 or SM8750-AB device. |
| v2.0.1 | Fix — Samsung Galaxy S25 / S26 Ultra NPU models not listed | Samsung's "Snapdragon 8 Elite for Galaxy" variant reports SM8750-AB as its SoC identifier, not SM8750. The model allowlist only matched sm8750, so dedicated NPU models were invisible to all S25 and S26 Ultra users. |
| v2.0.1 | New model — Gemma 4 E2B (Qualcomm QCS8275 / Dragonwing IQ8) | Added an NPU model entry for the Qualcomm QCS8275 SoC. Appears automatically on matching hardware. |
| v2.0.0 | Google Tensor G5 (Pixel 10) acceleration | Gemma now runs on the Pixel 10's Tensor G5 TPU, not just the GPU. Supported models route to the TPU automatically and expose a dedicated TPU option in the accelerator picker. |
| v2.0.0 | MediaTek NPU support | Bundled the MediaTek dispatch runtime and added the first models that run on MediaTek Dimensity neural engines. |
| v2.0.0 | New models | Gemma 4 E2B (Tensor G5) and Gemma 4 12B (GPU); Gemma 3 1B-IT (Tensor G5), Gemma 3n E2B (MediaTek, multimodal) and Qwen3 0.6B (MediaTek) |
| v2.0.0 | Face Recognition — on-device & encrypted | New tool in the image section: detect, enroll and name people, then recognise them in photos or live from the camera, fully offline. Multi-sample enrollment with face alignment, capture-to-add, an on-screen face mesh, and a settings panel (match strictness, fro |