MeetScribe: Your complete guide to recording and summarizing meetings locally with full privacy
Article description: Discover the open-source tool MeetScribe that allows you to turn meeting recordings into smart transcripts and summaries using local artificial intelligence (WhisperX and Ollama) without requiring an internet connection or monthly subscriptions.
Introduction
Taking notes during meetings has always been a task that distracts our attention, as we often find ourselves stuck between trying to understand the points being discussed and writing down every small detail. With the rise of artificial intelligence technologies, many cloud solutions have appeared, but they often come with security concerns related to the privacy of sensitive data or expensive subscription costs.
This is where MeetScribe comes in, an innovative tool that changes the rules of the game by moving the power of artificial intelligence from the cloud directly to your personal computer, ensuring both complete privacy and high efficiency.
What is MeetScribe?
MeetScribe is an open-source project designed to simplify the management of digital meetings. Instead of relying on external servers, the tool records audio from the microphone or system and then processes it to convert it into highly accurate written text.
At its core, the tool follows a “privacy-first” principle, as all data is processed within your local environment, making it an ideal choice for companies and researchers dealing with information that must not leave their devices.
How does the tool work? (the secret behind local technologies)
MeetScribe does not rely on magic but on a smart integration between two leading technologies in the field of artificial intelligence:
- WhisperX for audio transcription: the tool uses the WhisperX model developed by “OpenAI” to perform speech-to-text conversion. What makes this version special is its ability to identify speakers (Speaker Diarization) and align words with remarkable accuracy.
- Ollama for smart summaries: once the full text is obtained, it is sent to a local language model running through Ollama (such as Llama 3 or Mistral). This model reads the conversation and extracts the key points, decisions made, and required tasks (Action Items).
Key features of MeetScribe
- Comprehensive recording: it does not only record your voice but can also capture system audio (other participants) and the microphone simultaneously.
- Speaker identification: you can clearly see who said what and when.
- Wide application support: works smoothly with Zoom, Google Meet, Microsoft Teams, as well as messaging apps such as WhatsApp and Telegram.
- Professional export: you can convert meeting outputs into well-organized PDF files ready to be shared.
- Free and fully offline: no internet connection required, no limits on the number of meetings, and no hidden fees.
Who is this tool useful for?
MeetScribe is an ideal companion for several groups:
- Project managers: to track costs and tasks without wasting time replaying recordings.
- Journalists and researchers: to quickly transcribe long interviews while maintaining source confidentiality.
- Students: to take notes from online lectures and focus on the explanation instead of writing.
- Developers: as an open-source tool that can be customized and integrated into specialized work environments.
Practical example: a MeetScribe usage scenario
Imagine you are in a weekly meeting via Zoom to discuss updates on a new project. As soon as the meeting starts, you launch MeetScribe.
- The tool captures your voice and your colleagues’ voices.
- Ten minutes after the meeting ends, you find a text file containing the full conversation.
- With a single click, the Ollama model summarizes the meeting into 5 key points along with a list of tasks assigned to each member.
- You export this summary as a PDF file and send it to your team as a professional “Minutes of Meeting”.
Conclusion
The MeetScribe tool represents a significant step toward regaining control over our data in the age of artificial intelligence. Thanks to the integration of WhisperX and Ollama technologies, documenting and summarizing meetings has become easier, faster, and more secure than ever. If you are looking for efficiency without sacrificing privacy, this project available on GitHub is your next destination.
Project link: MeetScribe on GitHub


