Stash is a QVAC-powered private Android save-and-find app. It captures links, notes, copied text, receipt snippets, research fragments, and shared text from other apps, then keeps them searchable on the phone.
- Use QVAC as the on-device organizer for summaries, tags, and basket hints after each save is stored.
- Save links and notes quickly from inside the app.
- Receive links and selected text from the Android share sheet.
- Organize saves into baskets such as Inbox, Read Later, Ideas, Work, and Receipts.
- Search locally across titles, text, URLs, domains, metadata, summaries, tags, and baskets.
- Keep private saves hidden until the user chooses to show them.
- No cloud account.
- Saves are written to local app storage.
- Link preview fetching is off by default.
- When link previews are on, Stash contacts the saved website to fetch title and description.
- Private items do not auto-fetch metadata.
- Android backup is disabled for the app.
- QVAC SDK integration using
QWEN3_600M_INST_Q4. - Android app built with Expo SDK 56 and React Native.
- Local JSON store with a backup file and export action.
- Empty first run with default baskets only; no demo saved items.
- Android
ACTION_SEND text/plainandACTION_PROCESS_TEXTintake. - Copy support for saved item text.
- Baskets, search, privacy toggles, export, reset, and on-device sorting status.
- CPU inference path with unused Vulkan/OpenCL native libraries excluded from the release APK.
- Common project references in
references/.
- App name:
Stash - Package ID:
com.qvac.stash - Scheme:
stash - Release APK output:
android/app/build/outputs/apk/release/app-release.apk - Local desktop copy after build:
~/Desktop/Stash-release.apk
npm install
npm run typecheck
cd android
./gradlew assembleReleaseInstall on a connected Android device:
adb install -r android/app/build/outputs/apk/release/app-release.apknpm run prebuild:android
npm run androidFor Metro only:
npm run start

