Skip to content

Latest commit

 

History

History
98 lines (59 loc) · 4.21 KB

File metadata and controls

98 lines (59 loc) · 4.21 KB

Install MiniCPM-V Apps

English | 中文

Pre-built apps for iOS, Android, and HarmonyOS are listed below. All three apps run the MiniCPM-V multimodal model fully on-device via llama.cpp-omni — no remote server, no data leaves your phone.

Looking to build from source instead? See the main README.

At a Glance

Platform Latest Package Size Min OS Recommended RAM
🍎 iOS / iPadOS TestFlight (rolling) iOS / iPadOS 16+ ≥ 6 GB
🤖 Android v2.3 APK ~21 MB Android 8.0 (API 26)+ ≥ 6 GB
📱 HarmonyOS v2.3 HAP ~31 MB HarmonyOS API 12+ ≥ 6 GB

All packages target 64-bit ARM (arm64-v8a).

🍎 iOS — TestFlight

Public TestFlight link: https://testflight.apple.com/join/yNKyFZwW

NOTE: iOS ships slower than Android / HarmonyOS. Every iOS build must clear Apple's TestFlight review before reaching users, so new features and bug fixes on iOS typically land several days to a couple of weeks behind the Android APK and HarmonyOS HAP releases. If you need the latest fix immediately, please use the Android or HarmonyOS package on this page.

Requirements

  • iPhone or iPad running iOS / iPadOS 16 or later
  • Device with ≥ 6 GB RAM recommended (e.g. iPhone 15 Pro, or iPad with an M-series chip) for smooth on-device inference
  • The TestFlight app installed from the App Store

How to install

  1. Install TestFlight from the App Store on your iPhone or iPad.
  2. Open the public link above on the same device, then tap AcceptInstall.
  3. Launch MiniCPM-V Demo from the Home Screen and follow the in-app prompts to download the model files.

Each TestFlight build is valid for up to 90 days. When a new build is published, TestFlight will notify you automatically.

🤖 Android — APK

Latest release: v2.3  |  Download APK

File Size MD5
MiniCPM-V-demo-Android-v2.3.apk ~21 MB 667da8e03b98b6adf88004695d9567dc

Requirements

  • Android device with a 64-bit ARM SoC (arm64-v8a)
  • Android 8.0 (API 26) or later
  • ≥ 6 GB RAM recommended

How to install

  1. Download the latest .apk from the link above onto your phone.
  2. If you see a security prompt, allow installation from this source in Settings → Apps → Install unknown apps.
  3. Open the installed MiniCPM-V Demo app and tap Download in the in-app Model Manager to fetch the GGUF model files.

📱 HarmonyOS — HAP

Latest release: v2.3  |  Download HAP

File Size MD5
MiniCPM-V-demo-HarmonyOS-v2.3.hap ~31 MB f149ecf4b431673ed8456468f546dd80

Requirements

  • HarmonyOS device on API 12 or later (e.g. nova 14 Vitality, Mate 60, Pura 70)
  • 64-bit ARM (arm64-v8a)
  • ≥ 6 GB RAM recommended

How to install

  1. Enable Developer Mode and USB debugging on the device.

  2. Connect to a PC with hdc installed, then run:

    hdc install MiniCPM-V-demo-HarmonyOS-v2.3.hap
  3. Open the installed app and tap Download in the in-app Model Manager to fetch the model files.

Notes

  • On first launch, each app downloads the GGUF model files (a few GB). Use Wi-Fi for the initial download.
  • These demos are intended for research / preview only and are not optimized products.
  • Found a bug or have a suggestion? Please file an issue, or send feedback through TestFlight (iOS).