Skip to content

PocketRAG v0.1.0 — first cut

Choose a tag to compare

@SharadhNaidu SharadhNaidu released this 19 May 13:17
· 1 commit to main since this release

First public release of PocketRAG.

Install: download PocketRAG-v0.1.0.apk below and sideload on Android 10+. Open the app, go to Settings, and download a model (Gemma 3 1B is the fastest to start).

What's in this build

  • Full on-device RAG: chunk → embed → retrieve → answer, all local.
  • PDF, .txt, .md, .docx ingest.
  • Workspaces with separate documents, conversations, and system prompts.
  • Gemini-style conversation drawer.
  • Built-in model catalog (Gemma 3 1B, Qwen 2.5 1.5B, Gemma 2 2B, Gemma 3n E2B, Phi-4 Mini) hosted on Hugging Face.
  • Prompt presets: Balanced, Strict RAG, Tutor, Summarizer, Code Reviewer.

Notes

  • Debug-signed APK. Production-signed release will follow.
  • CPU-only inference for now — GPU is disabled because of an OEM watchdog issue.