Skip to content

SeekMyDocs v1.0.0-alpha.1

Pre-release
Pre-release

Choose a tag to compare

@Arjun941 Arjun941 released this 13 Jul 09:36
· 5 commits to main since this release

SeekMyDocs v1.0.0-alpha.1 — first public alpha

Offline, privacy-first document search for Android. Indexes PDFs, Office
files, text, and more already on your device, then finds them by filename,
keyword, OCR'd scan text, or meaning — all on-device, no network access at
all.

What's in this alpha

  • On-device semantic search via Snowflake arctic-embed-s (ONNX Runtime),
    bundled in the app — nothing downloaded at runtime.
  • Real OCR via PaddleOCR PP-OCRv4 for scanned/image-only PDFs; digitally
    authored PDFs use their real text layer directly and never touch OCR.
  • An in-process HNSW vector index for fast semantic search over larger
    document sets.
  • Hybrid ranking across filename, keyword, OCR, and semantic matches.

Downloads

Pick the APK matching your device's CPU. If unsure, use universal — it
works everywhere but is a larger download.

File Use for
SeekMyDocs-v1.0.0-alpha.1-arm64-v8a.apk Most phones from the last ~7 years (64-bit ARM)
SeekMyDocs-v1.0.0-alpha.1-armeabi-v7a.apk Older 32-bit ARM devices
SeekMyDocs-v1.0.0-alpha.1-x86_64.apk 64-bit x86 devices/emulators
SeekMyDocs-v1.0.0-alpha.1-x86.apk 32-bit x86 devices/emulators
SeekMyDocs-v1.0.0-alpha.1-universal.apk Any device, larger file
SeekMyDocs-v1.0.0-alpha.1-source.zip Source snapshot at this tag

Installing

This build is self-signed for alpha distribution (not on the Play Store), so
Android will warn about an unknown source — that's expected. You'll need to
allow installs from your browser/file manager, and grant "All Files Access"
on first launch so the app can index your storage.

Known limitations

  • Alpha quality: expect rough edges. Please file issues for anything broken.
  • Search/indexing pipeline (outside the vector index and PDF-text-vs-OCR
    path) is currently only manually verified, not covered by automated tests.