570775-ux

570775-ux / Benetto

Public

VoiceNotes Local — on-device voice transcription with Whisper. No cloud, no API, everything on-device.

10
0
80% credibility
Found May 26, 2026 at 10 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Kotlin
AI Summary

Benetto is a voice notes app for Android that listens to you speak and instantly writes down everything you say — completely on your phone, with no internet connection needed. It uses a powerful speech recognition system called Whisper to convert your voice to text, and includes a small AI assistant that can summarize your notes. Your recordings and transcriptions are stored locally in a database on your device, keeping everything private and accessible even offline. The app supports 99 languages and works on Android phones from 2017 onward.

How It Works

1
🔍 You discover a voice notes app

A friend tells you about Benetto — an app that writes down everything you say, right on your phone.

2
📱 You install it on your phone

Download the app from the website and install it on your Android device — it works on phones from 2017 onward.

3
🎙️ You tap record and speak naturally

Press the big button and just talk — your thoughts, ideas, reminders — whatever comes to mind.

4
Your words become text instantly

As you speak, the app transforms your voice into written words on the screen, right there on your device.

5
You choose what to do next
📝
Get a summary

The app reads through your note and gives you a short summary to remember the key points.

💾
Save the note

Your transcribed note is saved to your phone, ready whenever you need it.

🔒 Everything stays private

Your voice notes never leave your phone — no cloud, no internet, just you and your words.

Sign up to see the full architecture

4 more

Sign Up Free

Star Growth

See how this repo grew from 10 to 10 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is Benetto?

Benetto is an Android voice notes app that transcribes speech entirely on your device—no cloud, no API calls, nothing leaves your phone. It uses Whisper.cpp for speech recognition and a Rust-based native layer for audio processing, wrapped in a clean Kotlin frontend with Jetpack Compose. The app records your voice, runs it through an on-device Whisper model, and stores the transcripts locally in a Room database. It also includes experimental LLM summarization using Qwen2.5 running via Candle.

Why is it gaining traction?

Privacy is the hook. Every other voice transcription tool sends your audio to servers—Benetto refuses to. The entire pipeline runs locally after the ~466MB Whisper Small model downloads once. For developers tired of API latency, costs, and privacy concerns, this is a refreshing architectural reference. The multilingual support (99+ languages) via Whisper adds broad appeal without any cloud dependency.

Who should use this?

Android developers building privacy-first features will find the JNI bridge and Rust integration patterns useful as a reference. Privacy-conscious power users who want voice notes without surveillance capitalism can use the APK directly. If you're evaluating on-device ML architectures for production apps, the Candle + Whisper combination here demonstrates a viable Kotlin/Rust stack.

Verdict

This shows promise but is early-stage—the Rust pipeline, audio recorder, and LLM engine are largely stubs with TODO comments. With a 0.8% credibility score and only 10 stars, treat this as a proof-of-concept reference rather than production-ready software. The architecture is sound; the implementation needs completion. Worth watching, not yet worth shipping.

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.