GraphCanon updated 1d · GitHub synced 1d
Decision brief
Local AI assistant for mobile phones via C++, supports multiple models.
Good fit when
- You need local deployment of LLMs on mobile devices without relying on cloud services.
- Developing applications in C++ that require AI inference and training functionalities.
Avoid when
- Your project requires real-time heavy-load AI operations beyond what mobile resources can handle locally.
- If your application is not compatible with or cannot be adapted to a C++ environment.
Observed Jul 16, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (0d since push)
- As of 1d
- Provenance
- Not a fork · Personal account
- As of 1d
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
git clone https://github.com/timmyy123/LLM-HubHow it fits your stack(1)
Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.
Relationship graph
Optional deeper exploration of typed edges and category neighbours.
Similar tools
Same-category neighbours not already linked as typed edges.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
timmyy123/LLM-Hub offers a local deployment of an AI assistant for mobile devices using C++. It supports various models and frameworks, including LLM inference and model training.
Capability facts
- Languages
- c++
Source: github.language · Aug 25, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Aug 25, 2026)
macOS native apps are planned, bringing desktop-class experiences with advanced cursor integration and Claude Code–like capabilities.Source link
Tags
README
LLM Hub 🤖
LLM Hub is an open-source mobile app for on-device LLM chat, image generation, video generation, and music generation, available for both Android and iOS. It's optimized for mobile usage (CPU/GPU/NPU acceleration) and supports multiple model formats so you can run powerful models locally and privately.
🌟 Featured: Featured by RunAnywhere on their website — read the LLM Hub iOS Case Study!
Download
|
|
💻 Desktop Versions Coming: Windows and macOS native apps are planned, bringing desktop-class experiences with advanced cursor integration and Claude Code–like capabilities.
📸 Demo & Screenshots
| Vibe Coder Demo on iOS | Image Generation on Android |
|---|---|
| Vibe Coder using Gemma 4 model on iPhone (HTML preview) | Stable Diffusion image generation on Android |
| AI Agent Termux Command Execution on Android | Music Generation on iOS |
|---|---|
Autonomous AI Agent executing Termux shell commands (ls list files) with live terminal output on Android | On-device music generation with Magenta Realtime 2 on iPhone |
🚀 Features
🛠️ AI Tools Suite
| Tool | Description |
|---|---|
| 💬 Chat | Multi-turn conversations with RAG memory, web search, TTS auto-readout, and multimodal input |
| 🤖 AI Agent | [NEW] Autonomous device agent with function calling, interactive maps, device tools, MCP tools, and Termux terminal command generation on Android |
| 🤖 creAItor | [NEW] Design custom AI personas with specialized system prompts (PCTF) in seconds |
| 💻 Vibe Coder | [NEW] Explain your app idea and watch it be built in real-time with live HTML/JS preview |
| ✍️ Writing Aid | Summarize, expand, rewrite, improve grammar, or generate code from descriptions |
| 🎨 Image Generator | Create images from text prompts using Stable Diffusion 1.5 with swipeable gallery |
| 🎵 Music Generator | [NEW] Generate music and sound effects locally with SoundGen on Android and Magenta Realtime 2 on iOS |
| 🔍 Image Upscale | [NEW] Upscale images up to 4× using AI super-resolution models (RealESRGAN, UltraSharp) with NPU acceleration |
| 🎥 Video Generator | [NEW] Generate videos from text prompts or images using Stable Video Diffusion on iOS |
| 🌍 Translator | Translate text, images (OCR), and audio across 50+ languages - offline |
| 🎙️ Transcriber | Convert speech to text with on-device processing using Whisper models |
| 🛡️ Scam Detector | Analyze messages and images for phishing with risk assessment |
| 🗣️ VibeVoice | [NEW] Hands-free AI voice chat |
🤖 AI Agent & Termux Terminal Command Generation
The AI Agent turns on-device LLMs into autonomous assistants with device function calling capabilities:
- Device Actions & Function Calling: Embedded interactive maps (OpenStreetMap), calendar management, alarm setup, flashlight toggle, SMS & Email composition, cryptographic hashing (SHA-256/MD5), and math calculation.
- MCP Tools: Connect Model Context Protocol (MCP) servers so the Agent can discover and use e
For agents
This page has a .md twin and JSON over the API.
