Notari — voice notes that never leave your phone, structured by Gemma 4
Notari is a new Android app designed to record and transcribe voice notes while ensuring user privacy. The app processes audio entirely on-device without requiring internet access, making it a secure option for users concerned about data leaks. It structures the transcribed notes into a clean Markdown format, allowing for easy organization and retrieval.
- ▪Notari records voice notes and transcribes them into structured Markdown notes on-device.
- ▪The app does not require internet access, ensuring that audio data is not uploaded to external servers.
- ▪It uses a local AI model to generate structured notes, maintaining user privacy throughout the process.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3938350) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Mario Posted on May 23 Notari — voice notes that never leave your phone, structured by Gemma 4 #devchallenge #gemmachallenge #gemma Gemma 4 Challenge: Build With Gemma 4 Submission This is a submission for the Gemma 4 Challenge: Build with Gemma 4 What I Built Notari is an Android app that records a voice note, transcribes it, and turns it into a clean, structured Markdown note — entirely on-device.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).