cd /news/ai-tools/voice-notes-shouldn-t-cross-the-ocea… · home topics ai-tools article
[ARTICLE · art-85721] src=derogab.com ↗ pub= topic=ai-tools verified=true sentiment=↑ positive

Voice notes shouldn't cross the ocean. Keep your thoughts private

Developer Gabriele De Rosa released AI Notes, a minimal open-source Obsidian plugin that records audio, transcribes it locally, and enriches notes using local AI models, ensuring user privacy by keeping data on-device unless the user chooses otherwise. The plugin, published as an Obsidian community plugin under GPL-3.0, aggregates existing tools like Whisper-compatible servers and OpenAI-compatible endpoints, offering a self-manageable alternative to proprietary voice note apps.

read2 min views2 publishedAug 4, 2026

It's absurd, if you think about it. People record their most private thoughts (therapy notes, business ideas, things they wouldn't say out loud in a crowded room) into proprietary, closed-source apps that ship every word to servers on the other side of the world. Nobody knows what happens there. Nobody can know: the code is closed. And we just... accept it?

Open source alternatives were born, of course. And they were great, at least in their initial phase. Minimal, focused, honest. But most of them are startups, and startups have to grow. So features pile up. Paid tiers appear. The roadmap stops serving the user and starts serving the pitch deck. And today, with AI, it has never been easier to keep shipping AI-slopped features. Seriously, it's a note enhancer! What else is it supposed to do?!

Because the thing itself is very simple:

  • record locally
  • transcribe with a local system
  • enrich with local LLMs

That's the whole product. Everything else is noise.

AI Notes

So I built AI Notes, a minimal Obsidian plugin that records audio, transcribes it, and enriches your notes. It was recently published as an Obsidian community plugin, so you can install it directly from Obsidian.

Minimalism by design

The plugin does as little as possible. It just aggregates pieces that already exist:

Obsidian manages everything as plain markdown files, on your disk.The plugin records audio, and the audio stays local, embedded next to your note.Transcription sends the audio to any Whisper-compatible server, including one running on your own machine.Enrichment connects to any OpenAI-compatible server, again including a local one (llama.cpp, DwarfStar, Ollama, LM Studio, whatever you like).

Totally self-manageable. Everyone can wire up the endpoints based on their own needs: fully local and private, self-hosted on your home server, or a cloud API if that's the trade-off you consciously choose. The point is that you choose. Nothing leaves your machine unless you decide it should.

That's all. No account, no telemetry, no premium tier, no AI copilot sidebar assistant agent whatever.

Sometimes what you need is just a plugin developed over a weekend, not software with billions in valuation.

It's open source under GPL-3.0. Give it a try. Links

| Source Code | |

── more in #ai-tools 4 stories · sorted by recency
── more on @gabriele de rosa 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/voice-notes-shouldn-…] indexed:0 read:2min 2026-08-04 ·