← Về thư mục
📄 / / root / GitHub / docs / research / meeting-transcription-solution.md

Open-Source Meeting Transcription & Saving Solutions Research

This document evaluates open-source alternatives for real-time meeting transcription, with the capability to automatically save the transcription in a local Markdown (.md) format, using multiple audio API providers.

The evaluation is designed around the M2 Mac (16GB RAM) Apple Silicon hardware baseline and tailored to a non-IT professional / Business Analyst persona (prioritizing simple "click & run" GUI installers and high privacy/security compliance without command-line overhead).


📊 Comparison Matrix

Name (Link) Stars Latest Commit Date Setup Overhead (Dễ/TB/Khó) Pros & Cons License & Cost Key Core Features
Otter.ai (Baseline) N/A Proprietary Dễ (Browser/App) + Highly polished UI and automated meeting bots.
- Cloud-hosted (privacy risks); restrictive minute caps; high subscription pricing.
Proprietary / Free to Paid (starts at "$16.99 USD/month") "300 monthly transcription minutes; 30 minutes per conversation" on Basic.
my-translator ~1.2K 2026-06-02 Dễ (Pre-compiled macOS dmg) + Supports multiple cloud STT/audio API providers;
+ Automatically saves aligned transcripts as .md locally per session;
+ Simple click-and-run GUI installer.
- No automated calendar join bots.
MIT / Free (Pay-as-you-go API costs) "Soniox · OpenAI Realtime · Qwen LiveTranslate Flash · Local MLX" engines.
meetily ~12.5K 2026-06-05 Dễ (Pre-compiled macOS dmg) + 100% local processing; extremely active community.
- Lacks multi-provider audio transcription API support (transcription is local-only Whisper/Parakeet).
MIT / Free (PRO features are paid) "Privacy-First AI Meeting Assistant... 100% local processing. no cloud required."
faster-whisper ~23.6K 2025-11-19 Khó (Terminal build, Python script) + High-speed, optimized local inference.
- CLI/Library only; no GUI; no built-in .md saving or multi-provider API fallback.
MIT / Free "up to 4–6x faster transcription compared to the original OpenAI Whisper implementation".
buzz ~19.7K 2026-06-15 Dễ (Pre-compiled macOS dmg) + Offline/GUI capability; supports external APIs.
- No built-in dual-channel mixing (Zoom requires complex loopbacks).
MIT / Free "transcribes and translates audio offline on your personal computer" with cloud API options.

🔍 Detailed Evaluation

2. meetily

3. faster-whisper

4. buzz


For your objective of live meeting transcription + saving transcripts to .md files using multiple audio API providers, my-translator is the winner.

Why it fits:

  1. True Multi-API Support: It lets you choose between Soniox, OpenAI Realtime, Alibaba Qwen LiveTranslate, and local Apple Silicon MLX.
  2. Automatic Markdown Saving: Unlike other tools that export raw TXT or subtitle formats, my-translator is designed from the ground up to save aligned, structured bilingual or monolingual transcripts as .md files locally on your machine.
  3. No-Setup Audio Mixing: Capturing both system audio and mic is notoriously difficult on macOS. my-translator includes native support for macOS ScreenCaptureKit and cpal to record "Both (System + Mic)" out-of-the-box without requiring complex virtual audio cable workarounds.
  4. Click-and-Run: It provides a signed and notarized .dmg for Mac M2, aligning perfectly with a click-and-run workflow.