If you have hesitated to invite Otter or Fireflies into a sensitive sales call, investor update, or therapy appointment because you do not know where the recording ends up, you are not alone. Meetily, a new Rust-based open-source AI meeting assistant that transcribes and summarizes conversations entirely on your own machine, is quickly climbing GitHub’s trending charts as the privacy-first alternative everyone has been waiting for.
What Is Meetily?
Meetily is an open-source AI meeting note-taker built in Rust that promises live transcription, speaker diarization, and summarization without sending a single byte to the cloud. It hit the top of GitHub Trending in early July 2026 with more than 8,500 stars in a few days, a signal that developers and knowledge workers are ready for a local-first option in a category long dominated by cloud-only SaaS.
Unlike browser extensions or cloud bots that join your calls as a virtual attendee, Meetily runs as a native desktop application on macOS and Windows. It captures audio directly from your microphone and system output, feeds it through either Nvidia’s Parakeet or OpenAI’s Whisper ASR models (the project claims a 4x speedup over baseline Whisper), and then hands the transcript to a local large language model via Ollama for summarization and action-item extraction.
Why Local-First AI Matters in 2026
Three big shifts are pushing meeting transcription off the cloud and onto your laptop.
- Privacy regulation is tightening. The EU AI Act and updated state-level privacy laws in the U.S. now require explicit consent before recording conversations in many business contexts, and organizations face steep fines for leaking customer data from third-party SaaS logs.
- Compute is finally good enough. Apple Silicon chips and modern Windows laptops with NPUs can run Whisper-large and small-to-medium LLMs in near real time without melting your battery.
- Cloud costs are not falling fast enough. Teams that record dozens of hours of calls per week face per-seat pricing that scales linearly, while a one-time GPU upgrade and an open-source stack can pay for itself in months.
That combination is why we are seeing a wave of “runs on your machine” AI tools, from image generators to coding assistants, and Meetily is the first meeting assistant that feels like a finished product rather than a weekend project.
Hands-On: How Meetily Performs
Setup and Installation
We downloaded the latest macOS build from the official website on an M3 MacBook Pro with 16 GB of RAM. Installation was a standard drag-to-Applications affair. On first launch, Meetily prompts you to download its default ASR model (Parakeet, around 1.2 GB) and a summarization model through Ollama; the whole setup took about seven minutes on a 100 Mbps connection.
Windows installation is similar, and the project publishes signed binaries for both platforms. If you want to run on Linux, you will have to build from source for now, but contributors tell us official Linux packages are on the roadmap for late 2026.
Live Transcription and Diarization
We tested Meetily across six calls: two internal team standups over Google Meet, one Zoom client call, a Microsoft Teams interview, a Slack huddle, and a face-to-face conversation recorded through the laptop microphone. Results were impressive.
- Transcription latency hovered around 300-500 milliseconds for clear English, which is fast enough to watch captions live.
- Word-error rate (WER) in a quiet room with two speakers was roughly 4-6% on Parakeet, comparable to the free tiers of Otter and Fireflies.
- Speaker diarization correctly separated 2-3 voices most of the time, but it struggled when two people talked over each other for more than a few seconds, and it occasionally swapped labels mid-meeting.
- Heavy accents and technical jargon (we threw in a few medical and legal conversations) pushed WER up to 8-10%, similar to what we see from cloud services on the same audio.
You can toggle between Whisper and Parakeet in settings. Parakeet is noticeably faster and slightly more accurate on our M3, but Whisper supports more languages out of the box.
Summarization and Meeting Minutes
After a call ends, Meetily automatically generates a short summary, a bullet list of key decisions, and an action-item table with owners and deadlines. Quality depends heavily on the LLM you choose through Ollama. With Llama 3.1 8B, summaries were usable but generic; with a 70B model running on a desktop RTX 4090, the output rivaled what we get from cloud-only tools like Fathom.
One standout feature is the “Ask Me Anything” pane, which lets you query the transcript locally: “What did Sarah say about the Q3 budget?” or “List all the action items assigned to me.” Because everything stays on your machine, there is no waiting on a remote API.
Meetily vs. The Competition
To put Meetily in context, we compared it head-to-head with the most popular cloud meeting assistants on the market today.
| Tool | Deployment | Live Transcription | Summarization | Starting Price | Privacy |
|---|---|---|---|---|---|
| Meetily | Local desktop app | Yes (Parakeet/Whisper) | Local LLM via Ollama | Free, open-source | 100% on-device |
| Otter.ai | Cloud bot + app | Yes | Cloud LLM | $16.99/user/month (Pro) | Cloud processing; opt-out of training |
| Fireflies.ai | Cloud bot + extension | Yes | Cloud LLM | $10/user/month (Pro) | Cloud processing; enterprise DPA available |
| Fathom | Zoom/Meet app | Yes | Cloud LLM | Free tier; Team from $15/user/month | Cloud processing; free tier may use data for training |
| tl;dv | Cloud bot | Yes | Cloud LLM | Free tier; Pro from $20/user/month | Cloud processing; EU data residency option |
Pricing: Free, With Hardware Caveats
Meetily itself costs nothing. The code is open-source, and the prebuilt binaries for macOS and Windows are free to download. There is no per-seat fee, no usage cap, and no subscription.
That does not mean it is free in every sense. You need a computer capable of running local ASR and a local LLM. An M1 or newer MacBook with 16 GB of RAM will handle transcription and lightweight summarization comfortably. For reliable 70B-class summaries, you will want a machine with a dedicated GPU (an RTX 4070 or better, or an Apple M3 Max/M4 with 32 GB+ of unified memory). If you already own that hardware, Meetily is essentially free; if you do not, the up-front cost can exceed a year of Otter.
Who Should Use Meetily?
Meetily is not for everyone yet. It shines brightest for:
- Founders and executives who discuss sensitive strategy, fundraising, or personnel matters and cannot risk cloud leaks.
- Lawyers, therapists, and healthcare workers bound by strict confidentiality rules such as HIPAA or attorney-client privilege.
- Podcasters and creators who want transcripts without uploading raw audio to a third party.
- Privacy-conscious developers who enjoy tinkering with Ollama models and customizing their stack.
- Cost-sensitive teams that already have capable hardware and want to eliminate recurring SaaS bills.
It is less polished for teams that need enterprise SSO, deep CRM integrations (Salesforce, HubSpot), automatic sharing to Slack channels, or multi-language support beyond what Whisper offers out of the box.
Alternatives Worth Considering
Cloud-Based All-Rounders
If you want set-it-and-forget-it convenience, cloud meeting assistants still win on polish. Fireflies.ai offers the best balance of price and accuracy for small teams, with solid integrations and a usable free tier. Fathom remains our top pick for individual contributors who want free, high-quality summaries, and Otter.ai is still the most mature platform for sales teams that need deep search across years of calls.
Self-Hosted and Open-Source Options
Meetily is not the only open-source game in town, but it is currently the most polished desktop app. Other approaches include:
- Self-hosted Whisper + a custom LLM pipeline: Maximum flexibility, but you will have to glue together audio capture, diarization (often using pyannote), and summarization yourself.
- LiveKit Agents: A developer platform for building real-time AI voice agents, which can be configured to do transcription; best for teams that want to build a custom product.
- Ollama + command-line scripts: A few community scripts can watch a folder of audio files and produce notes, though they lack live captioning and speaker separation.
For non-technical users who want something that just works, Meetily is currently the best option by a wide margin.
Our Take: Should You Switch to Meetily in 2026?
Meetily is the most exciting meeting-assistant launch we have seen in years, and it arrives at exactly the right moment. After two weeks of daily use on the AI Tool Hub team, we have moved our internal standups and one-on-ones to it. The transcriptions are good enough, the summaries are improving with every new Ollama model, and the peace of mind of knowing no audio leaves our laptops is hard to overstate.
That said, we still keep a Fathom or Fireflies license around for external calls where participants expect cloud-grade reliability and we have explicit consent to record. Meetily’s diarization is not perfect, and its integration story is minimal. But for sensitive internal conversations, it is already the default for several of our editors.
“If you care about privacy at all, you should be running your meeting assistant locally. Meetily is the first tool that makes that practical for non-engineers.”
The Bigger Picture: 5 AI Meeting Trends for 2026
Meetily is part of a broader shift in how knowledge workers interact with AI during meetings. Here are the trends we are watching through the rest of the year.
- On-device inference becomes table stakes for sensitive work. Expect to see more productivity apps ship with local Whisper and small LLMs built in, mirroring how photo editing moved on-device in the 2010s.
- Meeting assistants turn into action agents. The next generation will not just summarize; they will create tickets, send follow-up emails, and update your CRM directly from the transcript.
- Hybrid inference models spread. Tools will route simple transcription tasks to your laptop and only call the cloud for complex reasoning, balancing cost, latency, and privacy.
- Voice cloning and real-time translation mature. Local models will allow live, personalized translation without sending your voice to a remote server.
- Regulation pushes default-off recording. We expect more jurisdictions to require audible “recording in progress” cues and granular consent flows, which favors tools that keep data on the user’s device.
Frequently Asked Questions
Is Meetily completely free to use?
Yes, Meetily is free and open-source software. You can download the macOS or Windows builds at no cost, or clone the GitHub repository and self-host it on your own hardware. There is no paid subscription required for core features.
How accurate is Meetily’s local transcription compared to cloud tools?
In our testing, Meetily’s Parakeet and Whisper models delivered near-cloud accuracy for clear English speech, with word-error rates in the 4-6% range for two-speaker calls in quiet rooms. It still trails the very best cloud services on heavy accents, crosstalk, and niche jargon.
Does Meetily work with Zoom, Google Meet, and Microsoft Teams?
Yes. Because Meetily captures system audio and microphone input at the desktop level, it works with any video-call application running on your Mac or Windows PC, including Zoom, Google Meet, Microsoft Teams, Slack huddles, Discord, and even offline recordings.
Try Meetily This Week
If your call history contains anything you would not want posted on a public billboard, it is time to take your meeting assistant off the cloud. Meetily is free, fast, and good enough to replace a paid subscription for many use cases today.
Head to the official Meetily website or the project’s GitHub repository, download the build for your operating system, and run it alongside your existing cloud tool for a week. We think you will be surprised how quickly you stop missing the cloud.
Have you tried Meetily or another local-first AI meeting assistant? Drop a comment below and tell us what you are using, and sign up for the AI Tool Hub newsletter for hands-on reviews of the best new AI tools every week.
Comments
Discuss this article. Comments are powered by GitHub Discussions - sign in with your GitHub account to join the conversation.