Caught off-guard in standup
You don't need every word from the planning meeting. You just need to be ready when the lead PM asks you about the blocker. Until then you'd rather code.
MeetPing is a Mac menubar app that listens to your meetings on your own device, watches for the words that actually matter to you, and shows you the last 30 seconds before and after every match. Zoom, Google Meet, Teams, Slack huddles — works with all of them, no integration setup, no cloud, no transcripts saved.
You’re on three calls and writing a doc. The PM is in week-two of the migration sync. The customer call is winding down. You’re half listening to all of it — until someone in the third meeting says your name and the chat goes silent.
Replying with “sorry, can you repeat that?” is the worst possible signal to send. It says you weren’t there. MeetPing exists so you can be there in the moments that actually matter, without paying the attention cost of every minute that doesn’t.
You don't need every word from the planning meeting. You just need to be ready when the lead PM asks you about the blocker. Until then you'd rather code.
Sales is leading the call. Halfway through, the customer mentions your area. By the time you tab over, the context is gone.
The migration sync overlaps with your incident review. You can't be in both — but you'd hear it if either one said something you actually own.
You drop in 12 minutes late. Nobody summarises. You spend the rest of the call guessing what the question was.
The whole pipeline runs on your machine. No audio leaves your hardware. Transcripts never get written to disk — the past 30s lives in RAM until your next ping replaces it.
MeetPing watches Core Audio for mic activation and the foreground app. When Zoom, Meet, or any meeting app starts using the microphone, the listener arms automatically.
Audio streams into Parakeet TDT v3 running on Apple Neural Engine. Partial transcripts arrive every ~1.4s and are scanned against your watchword list with per-word boundary regex.
On a match, MeetPing snapshots the past 30s of transcript, opens a popover with the keyword highlighted, and fires alerts on every channel you've enabled. The next 30s fills in live.
Comma-separated keywords and names. Regex with word boundaries so "rob" doesn't fire on "robust". 8-second per-keyword cooldown so a single mention pings once.
Every ping snapshots the past 30 seconds of confirmed transcript and starts collecting the next 30 seconds. Both render in a popover with the keyword highlighted in cyan.
macOS Notification Center, a configurable system sound, and a full-screen flash for when you need to be yanked back hard. Each toggleable independently per workflow.
Parakeet TDT v3 (CoreML, 25 European languages) runs on the Apple Neural Engine. There is no backend service, no cloud key, no usage telemetry. Network monitor will show 0 bytes.
Listener idles until Core Audio reports the mic is in use AND a meeting app is foregrounded. No constant background recording. No transcript exists when you're not in a meeting.
Engineering, sales, all-hands, parental — different meetings, different keywords. Switch the active profile from the menubar; auto-arm picks up the change at the next chunk.
ScreenCaptureKit pulls system audio, AVAudioEngine pulls the mic, both mix in-process at 16 kHz before Parakeet sees a frame. Falls back cleanly to mic-only if Screen Recording is denied.
App-agnostic by design. Auto-arms for Zoom, Microsoft Teams, Google Meet, Slack huddles, Discord, Webex — anything that drives the mic. No SDK, no plugin, no per-vendor login.
Also: menubar cockpit, the live transcript popover, and the full instrument index.
All instruments ↗MeetPing is the listener you can install on your work laptop without filing a security ticket. The model lives in your app bundle. Audio buffers stay in RAM until they age out of the 30-second window. Transcripts are never written to disk.
v0.1 has zero outbound connections. Pull the ethernet, kill your Wi-Fi, run MeetPing in airplane mode — nothing changes. Verify it yourself with Activity Monitor or Little Snitch. Remote alerts in v0.2 will be opt-in and visibly outlined in Settings.
MeetPing is $24.90 once. No subscription, no per-seat math, no automatic renewal. You buy it, you keep using it, you get updates as we ship them. If MeetPing isn’t for you, we’ll refund the purchase inside 14 days — no questions, no support form runaround.
Pay once, you own the seat. We’ll never call you back for another $5 a month.
Signed and notarized DMG. macOS 14.2+, Apple Silicon. ~24 MB. Works offline after install.