{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreifd3x7nkne2indmm6vp3qfh25d67uzy35sg6yomaoplu235bbhfvm",
    "uri": "at://did:plc:25rdn5elo5izoxrmtis34zuk/app.bsky.feed.post/3mp3qdjy3jrr2"
  },
  "coverImage": {
    "$type": "blob",
    "ref": {
      "$link": "bafkreihipnipx6665m7cfsetspwg6qgfxegouxe3gjz33u44hmjxbzpym4"
    },
    "mimeType": "image/webp",
    "size": 371574
  },
  "path": "/alichherawalla/how-to-run-a-private-ai-meeting-notetaker-zoom-and-google-meet-on-device-3jkc",
  "publishedAt": "2026-06-25T05:21:36.000Z",
  "site": "https://dev.to",
  "tags": [
    "ai",
    "privacy",
    "productivity",
    "meetings",
    "GitHub →",
    "the GitHub repo"
  ],
  "textContent": "When you invite a cloud notetaker to a call, a bot joins, records everyone, and ships the audio to a vendor's servers. Half the room often does not know it is there. Off Grid AI Desktop is a free, open-source app that records, transcribes, and summarizes your meetings on your own Mac or PC, with the recording in plain sight and the data never leaving the machine.\n\n**GitHub →**\n\nFree, open-source, runs offline. No account, no API key, no telemetry.\n\n##  Why a Local Notetaker\n\nA meeting note is supposed to save you time, not hand your conversations to a third party. Here is what changes when the notetaker lives on your desktop.\n\nThere is no bot joining the call, so the only consent at stake is yours and your participants', not a vendor's terms of service. The recording, the transcript, and the summary all stay on your disk. There is no per-minute fee, so it costs nothing to keep notes on every call you take.\n\n##  What You Need\n\nThe notetaker runs Whisper for transcription and a local LLM for the summary. Both want a little memory.\n\nTier | macOS | Windows | RAM / VRAM | Free disk\n---|---|---|---|---\nMinimum | Apple Silicon M1 | Any modern CPU or iGPU | 8 GB | 10 GB\nRecommended | M2 / M3 / M4 | NVIDIA RTX (6 GB+ VRAM) | 16 GB+ | 20 GB\n\nThe minimum tier handles a smaller Whisper model and a compact LLM fine. The recommended tier runs larger models and finishes the transcript faster. Both macOS and Windows are supported.\n\n##  Consent Comes First\n\nThe recorder does nothing until you press start. While it runs, a visible recording indicator stays on, so anyone watching your screen knows a capture is in progress, and you stop it with one action. There is no always-on listening and no bot lurking in the participant list.\n\nThat design is the point. A notetaker should make recording obvious, not hide it. You decide which calls get captured, and the indicator makes it honest for everyone in the room.\n\n##  How It Works\n\nThe recorder captures the screen video, the system audio, and your microphone together, so both sides of a Zoom or Google Meet call are covered. When you stop, the bundled `whisper.cpp` engine transcribes the audio locally, with no upload.\n\nThen the local LLM turns the transcript into a real note: a title, a summary, and the people who came up. You get the outcome of the call without rewatching it.\n\nThe summary does not just sit in a folder. It folds into your private memory and your Day, the persisted journal of what you did, so a meeting becomes part of a searchable record of your work instead of a one-off file you forget about.\n\n##  Privacy: Stronger Than Otter or Fireflies\n\nCloud notetakers like Otter and Fireflies route your meeting audio and video through their servers. The recording, transcript, and summary live in their account, under their retention policy, with their access. Off Grid AI Desktop keeps all of it on your machine, because nothing in the pipeline touches a server.\n\nIt is AGPL-3.0 licensed, so the code is auditable rather than a black box. There is no account to breach and no telemetry phoning home. On an air-gapped machine, every part still works.\n\n| Cloud notetaker | Off Grid AI Desktop\n---|---|---\nWhere audio goes | Vendor's servers | Your disk\nBot in the call | Yes | No\nPer-minute fee | Often | None\nCode you can audit | No | Yes (AGPL-3.0)\nWorks offline | No | Yes\n\n##  Getting Started\n\n  1. Download or clone from the GitHub repo.\n  2. Install and launch the app on your Mac or PC.\n  3. Open the Models browser and download a Whisper model plus a local LLM.\n  4. Press start before your call, confirm the recording indicator is on.\n  5. Stop when the call ends, then read the note in your Day.\n\n\n\n\n    git clone https://github.com/off-grid-ai/desktop\n    cd desktop\n    npm install\n    npm run dev\n\n\n##  What's Coming\n\n  * Cross-device sync so meeting notes follow you between machines.\n  * Unified search across meeting summaries and the rest of your memory.\n  * More transcription and summary models as new open-weight releases ship.\n\n\n\n##  FAQ\n\n###  Q: Is it really free?\n\nYes. The app is free and open-source under AGPL-3.0. No subscription and no per-minute charge.\n\n###  Q: How is this different from Otter or Fireflies?\n\nNo bot joins your call, and nothing uploads. Recording, transcription, and the summary all happen on your machine.\n\n###  Q: Does it work with Zoom and Google Meet?\n\nYes. It records the screen, system audio, and mic, so it captures both sides of any call.\n\n###  Q: How does it handle consent?\n\nRecording is explicit start-and-stop, and a visible indicator stays on the whole time. Nothing records silently.\n\n###  Q: Does it work offline?\n\nYes. Recording, transcription, and summarizing all run with no network connection.\n\n###  Q: Where do my meeting notes live?\n\nOn your disk, folded into your private memory and your Day. No vendor account holds them.\n\nKeep your meeting notes private, on hardware you already own. **GitHub →**",
  "title": "How to Run a Private AI Meeting Notetaker (Zoom and Google Meet, On-Device)"
}