AI Skill Hub 强烈推荐:Box — AI 图像生成工具中文文档 是一款优质的AI工具。AI 综合评分 8.1 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。
Box — AI 图像生成工具中文文档 是一款基于 Kotlin 开发的开源工具,专注于 ai-assistant、android-ai-app、artificial-intelligence 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
Box — AI 图像生成工具中文文档 是一款基于 Kotlin 开发的开源工具,专注于 ai-assistant、android-ai-app、artificial-intelligence 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 克隆仓库 git clone https://github.com/jegly/Box cd Box # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 box --help # 基本运行 box [options] <input> # 详细使用说明请查阅文档 # https://github.com/jegly/Box
# box 配置说明 # 查看配置选项 box --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export BOX_CONFIG="/path/to/config.yml"
<p align="center"> <img src="https://raw.githubusercontent.com/jegly/Box/main/images/banner-box002.svg" alt="Box Header" width="81%" /> </p>
[
]()
[
]() [
]()
-FF79C6.svg)
[
]() [
]() [
]() [
]()
If this project helped you, please ⭐️ star it to help others find it.
- Ubuntu (amd64) with a GTK4 / libadwaita desktop session - ~3–4 GB of free storage for a model - A webcam is optional (live vision mode) - CPU-only works fine; GPU acceleration is faster but not required. NPU/GPU paths are included but not all hardware is tested.
---
1. Open Obtainium on your phone 2. Tap the + button 3. Paste this repo URL: https://github.com/jegly/Box 4. Tap Add
Recommended for most users: Main version
### Which version should I install? | 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 ### Setup steps 1. Tap the badge for your version above — this opens Obtainium with the repo pre-filled 2. Under APK filter regex, enter one of the following: - Main: Main - Custom ROM: custom-rom-support 3. Tap Add — Obtainium will find the latest release and install it 4. Future updates will be detected automatically > Note: The version number shown inside the app (1.0.13) reflects the > upstream Google AI Edge Gallery build number and is unrelated to the Box > release version. Box releases are tracked via GitHub tags (v1.0.5 etc). > Use Settings → Check for updates to see if a newer Box release is available.
Box is a security-hardened fork of Google AI Edge Gallery — with on-device image generation, voice mode (speech-to-speech AI chat), voice input, document analysis, vision AI, biometric lock, encrypted chat history, llama.cpp support, and GGUF model import.
[!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.
git clone --recurse-submodules https://github.com/jegly/box
cd box/Android
./gradlew :app:assembleDebug
The --recurse-submodules flag is required to pull llama.cpp, stable-diffusion.cpp, and whisper.cpp submodules. The first build compiles all three native libraries from source — expect 15–25 minutes.
Open Android/ in Android Studio and run on a physical device for best performance.
Download the latest .deb from the Releases page:
sudo apt install ./box_<version>_amd64.deb
The package pulls its system dependencies automatically. Then launch Box from your application menu, or run box from a terminal. On first run, Box offers to download a model (Gemma 4 E2B, ~2.59 GB) — models are downloaded once and then used entirely offline.
![]() Home Overview |
![]() AI Chat |
![]() Chat Overview |
![]() Vision AI |
![]() Voice Input |
![]() Audio Scribe |
![]() Whisper STT |
![]() Voice Mode |
![]() Image Generation |
![]() Agent Skills |
![]() Prompt Lab |
![]() Model Config |
![]() Model Select |
![]() Settings |
![]() Gemini Nano |
</div>
--- > [!NOTE] >## What Box adds on top of upstream
Box is a fork of Google AI Edge Gallery. The upstream project is excellent — Box just layers on additional capabilities:
| Area | What Box adds |
|---|---|
| Inference engines | llama.cpp (GGUF LLMs), stable-diffusion.cpp (image gen), whisper.cpp (STT) alongside LiteRT |
| Model import | Import any local GGUF file — not limited to the curated download list |
| NPU / TPU | All Snapdragon / Tensor / MediaTek variants bundled in one APK (upstream ships per-SoC) |
| Voice mode / Vision mode | Free talk (continuous hands-free loop) and Vision talk (live camera + voice) |
| Image generation | On-device Stable Diffusion via GGUF |
| Speech-to-text | On-device Whisper STT |
| Document analysis | Attach text files (.txt, .md, .csv, .kt, etc.) directly in chat |
| Document Q&A | RAG pipeline: import PDFs, embed with MiniLM on-device, ask questions grounded in document content — answers cite their source passages |
| Gemini Nano | 6 on-device ML Kit features (Summarize, Proofread, Rewrite, Chat, Describe, Speech) — NPU/TPU-accelerated on Pixel 9+, entirely on-device via AICore (main branch) |
| Background Removal | ML Kit Subject Segmentation — remove backgrounds from photos, output a transparency-preserving PNG (main branch) |
| Chat history | Persisted to a SQLCipher-encrypted Room database, resumable across sessions |
| Security | Biometric app lock, hard offline mode, prompt sanitisation, audit log, tap jacking protection, accessibility data sensitivity |
| Themes | Catppuccin (14 accents) and Dracula (7 accents) alongside Material You — three-way picker in Settings |
| Agent skills | 20 built-in skills (upstream has 9) |
| Math rendering | LaTeX expressions rendered as Unicode in chat, including inside markdown table cells |
| App shortcut | Long-press icon → AI Chat for instant cold-start navigation |
| In-app updates | Settings → Check for updates — compares against latest GitHub release, downloads correct variant |
---
![]() Local Chat |
![]() Knowledge Base |
![]() Permission Prompts |
![]() Web & File Tools |
![]() Agent Mode |
![]() Persistent Memory |
![]() Vision & Camera |
![]() Voice & TTS |
![]() RAG Settings |
![]() Model Settings |
![]() Behaviour |
![]() Themes & Appearance |
</div>
---
Attach a PDF, Markdown file, source file, or plain text and Box chunks, embeds, and indexes it for retrieval — every answer is grounded in your documents, and a card on each reply shows exactly which passages the model used. Notebooks are named, reusable collections of documents that live independently of any chat: index a body of knowledge once and attach it to as many chats as you like, with an optional auto-attach for collections you always want. Retrieval unions a chat's private sources with every attached notebook.
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
总体来看,Box — AI 图像生成工具中文文档 是一款质量优秀的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | Box |
| 原始描述 | 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. |
| Topics | ai-assistantandroid-ai-appartificial-intelligenceboxggufgoogleimage |
| GitHub | https://github.com/jegly/Box |
| License | NOASSERTION |
| 语言 | Kotlin |
收录时间:2026-05-22 · 更新时间:2026-05-22 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。