
Pocket Node: Local AI on Android
Hey r/droidappshowcase — I’ve been building Pocket Node, an Android app that turns your phone into a local AI inference node.
It runs GGUF models directly on-device, so prompts stay local instead of being sent to a cloud API.
RC2 is live here:
https://github.com/Zero-Cloud-Tax/pocket-node-releases/releases/tag/v0.1.0-rc2
This is a free public prerelease APK. Public Pro key issuance/payment is not open yet.
What works in RC2:
- Local GGUF model loading/inference on Android
- Model Hub for downloading/importing models
- Built-in Operator model download, about 1.68 GB
- Device profiles for Fold 6, Snapdragon 8 Gen 3, and Tensor G3
- OpenAI-compatible Edge API path included in the app
- Streaming/non-streaming API compatibility fixes
top_p/top_krequest passthrough
Requirements:
- Android 9.0+ / API 28+
- arm64-v8a device
- Enough storage for GGUF model files
- Wi-Fi recommended for model downloads
Tested device:
- Samsung Galaxy Z Fold 6
Important RC2 notes:
- This is a prerelease, so expect rough edges.
- RC2 is free to test.
- Some Pro/licensing paths exist in the app, but public Pro key issuance/payment is not open yet.
- The Edge API has no authentication in RC2. Use it only on a trusted LAN. Do not expose it to the internet.
- Auto-updater is disabled for RC2.
- Vision/RAG are not implemented yet.
- Community GGUF models may show as “Unverified” if their hash is not in the local registry.
SHA-256 — verify before installing:
f1fe2887dd9f7ab0f9bd62021857bae0efdcb98c090b489a626b960154964126
I’d love to hear what people think of the app idea, especially from anyone interested in local AI, offline-first Android apps, or using old/new phones as small edge compute nodes.