Private, searchable AI memory built for Android.
Kotlin, Jetpack Compose, Gemma
- Problem
- Useful information is scattered across notifications, screens, apps, and conversations, then becomes difficult to retrieve when only its meaning is remembered.
- System
- Wake captures text on device, stores it in Room, combines FTS keyword retrieval with local embeddings, and grounds answers in cited memories using an on-device or user-selected cloud model.
- Engineering proof
- On-device text and embeddings
- Hybrid semantic and keyword retrieval
- Cited answers with approval-gated actions