Meetily, the local meeting assistant

At a time when almost all meeting assistants rely on cloud services and external infrastructure, Meetily tries to take a different path. The idea is simple but powerful: record, transcribe, and summarize meetings directly on the user's device, minimizing the exposure of sensitive data. It's a promise that intercepts two very strong themes in the current technological debate, privacy and data sovereignty, and it does so just as the cost of getting it wrong on this front continues to rise. The 2024 IBM report on the cost of data breaches estimates an average cost of 4.4 million dollars for each corporate breach, while overall GDPR sanctions exceeded 5.88 billion euros by 2025, according to figures reported by the development team themselves in the project documentation.
Meetily is not born as a simple automatic notebook. It's a concrete case of on-device artificial intelligence applied to a very daily problem: transforming call audio into usable notes without passing anything through a third-party server. And it's a project that, quietly launched at the end of 2024, today finds itself on the GitHub trending page with over twenty-three thousand stars. But are visibility and good positioning enough to talk about a mature product, or does Meetily remain a brilliant experiment reserved for those who chew terminal and environment variables? Let's try to answer starting from facts, not marketing.
What it is, in practice
Meetily is a desktop application that records system audio and the microphone, transcribes it in real-time, and generates a structured summary with key decisions and action items. There's no need to invite any bot to the meeting: the software captures audio directly from the device, much like a screen recorder would, and for this reason, it works indifferently with Zoom, Google Meet, Microsoft Teams, Discord, or any other platform producing sound on the computer. No "bot joined the call" notifications, no administrative permissions to ask from the organizer.
The project follows a rather transparent open-core model. The Community Edition is free, under the MIT license, with no functionality limits or registration requirements. Above this base exists Meetily Pro, at ten dollars a month or one hundred and twenty a year, which adds more accurate transcription models, automatic meeting detection, PDF and DOCX export, and customizable summary templates. For larger organizations, there is finally an Enterprise tier, with price on request, designed for those who want to deploy the software on their own infrastructure with administrative dashboards and managed compliance. The promise stated by the team, however, is that the Community edition will remain free forever.
The architecture under the hood
Technically Meetily is built with Tauri, a framework that packs a Rust backend and a Next.js interface into a single lightweight binary, avoiding the typical heaviness of Electron apps. The heart of the system is the transcription pipeline: by default, Parakeet is used—the model developed by NVIDIA and converted into ONNX format—which according to the official repository runs at a speed about four times faster than Whisper Large V3 while maintaining a comparable error rate. Those who prefer higher accuracy on noisy audio or particular accents can switch to Whisper, available as an integrated alternative.
Hardware acceleration is handled automatically depending on the platform, with Metal and CoreML support on Apple Silicon, CUDA on NVIDIA cards, and Vulkan on AMD and Intel. Once transcription is finished, the text passes to a language model to generate the summary: here the default choice is Ollama, which keeps the entire cycle on the device, but it's possible to connect your own API key for Claude, Groq, OpenRouter, or an endpoint compatible with OpenAI APIs. Transcriptions and summaries end up in a local SQLite database, without cloud synchronization. The latest stable release, 0.4.0, dates back to early June 2026—a pace of update that testifies to a project still very active rather than abandoned after the initial hype.

What really convinces
The most cited strength, even by those who look at Meetily with a critical eye, is native support for Windows. Most local-first competitors, from Granola down, remain tied to the Apple ecosystem, while Meetily runs natively on Windows machines too, opening the door to the vast majority of corporate desktops. An independent review published by andrew.ooo defines this as the factor that really distinguishes the project from the rest of the open-source panorama dedicated to meetings.
Then there is the issue of zero friction: you download the app, open it, start a meeting, and Ollama handles the synthesis locally without need for account, API key, or special configurations. The MIT license allows anyone to inspect the code, modify it, fork it, or integrate it into custom workflows—a detail that carries a lot of weight for teams with stringent compliance constraints, where being able to verify line by line what the software does with sensitive data is not a whim but a contractual necessity. On the traction front, the numbers tell of real and not just media growth: over twenty-three thousand stars on GitHub, more than two thousand five hundred forks, and over three hundred thousand total downloads according to counters published on the official site.
The criticalities that must be said
Here, however, we must be honest, because local tools remain sensitive to hardware, latency, and installation complexity, and external reviews do not give discounts. The review by Anarlog, produced by a direct competitor in the same segment and therefore to be read with due caution, signals that the quality of summaries generated locally worsens significantly in long or multi-topic meetings—a limit that the development team themselves openly admit in their documentation. There is no calendar integration, so each recording must be started and stopped manually; there is no cross-search among past meetings, and direct integrations with Notion, Slack, or project management tools are missing—all functions that cloud competitors have been offering for some time.
Speaker diarization, i.e., the ability to automatically distinguish who is speaking, remains rudimentary in the Community Edition and promised in "advanced" form for the Pro version, with release timings that according to andrew.ooo remain unclear compared to what was initially announced. On Linux there is no precompiled installer, and those who want to use Meetily must build the binary from source following the official guide—a step that requires Rust, Node.js, and pnpm, definitely not within the reach of those who don't chew command-line tools. Finally, a mobile app, a client for multi-device access, and any form of CLI or API to automate the workflow are missing.
Privacy yes, but how verifiable is it
This is where the most delicate match of the entire project is played, because "privacy-first" is a label that everyone puts on today, and it must be distinguished from effectively verifiable guarantees. On the transcription front, things are clear: Whisper or Parakeet run entirely on the user's hardware, and audio never leaves the device—a fact confirmed consistently by both official documentation and the two independent reviews consulted. The discourse changes slightly on summaries: they remain local if you use Ollama, but if you connect a third-party API key, the transcription text—not the audio—is sent to that provider for synthesis. It is a subtle but important distinction, because in practice real privacy depends on the configuration chosen by the user, not on a single guarantee valid for all scenarios.
On statements of regulatory compliance, the official site talks about compatibility "by design" with GDPR, HIPAA, and SOC2—language that in the consulted documentation is not accompanied by references to independent certifications or publicly verifiable third-party audits. It doesn't mean the claims are unfounded; the local architecture effectively makes it simpler to respect requirements like data minimization or the absence of transfer to third countries, but for a regulated company the difference between "designed for" and "certified for" remains substantial, and it's a verification work that must still be done internally before adopting the tool for truly sensitive conversations.

How it positions relative to competition
The most immediate comparison is with Otter.ai and Fireflies, both cloud-based generalists designed for teams that want convenience first. Otter goes up to thirty dollars per user per month in the business plan, Fireflies stands at around nineteen—figures that for an organization of fifty people mean a four-figure annual expense just for meeting transcription. Meetily, with its free Community Edition, zero's out that cost for those willing to give up integrated calendar, chronological search, and ready-to-use integrations.
More interesting is the comparison with Granola, the other well-known name in the local-first field: Granola also processes locally, but remains an exclusively macOS and closed-source product, while Meetily adds Windows and a completely open MIT license. It is precisely this combination—local processing, real multi-platform support, and inspectable code—that makes Meetily a rather isolated case in the current panorama, rather than one of the many open-source clones of Otter. That said, those looking for a polished experience, with rich note editor and automatic calendar context, will hardly find in Meetily a direct substitute today: it is a tool that wins on data sovereignty, not on workflow depth.
The signals coming from the community
The adoption numbers, it must be said, are not inflated by paid campaigns but seem organic: active discussions on the project's GitHub forum, a dedicated Discord channel, and spontaneous threads on subreddits like r/selfhosted, where according to what andrew.ooo reported, the launch post collected a genuinely positive reception from a community historically suspicious of tools that promise privacy without demonstrating it in code. The rhythm of releases, with 0.4.0 out at the beginning of June 2026, and a constant public changelog, goes in the same direction—that of a project that is still investing real resources and has not remained an abandoned window after the initial peak of attention.
It's worth remembering, however, that much of the narrative around Meetily still travels on very vertical channels—GitHub, Discord, forums for self-hosters—rather than on documented and public corporate use cases. It's a dynamic that closely resembles the sub-plot of Neal Stephenson's Cryptonomicon, where sovereignty over one's data becomes an obsession shared by a community of initiates long before turning into a large-scale recognized market need. Meetily, right now, seems to still be in that first phase.
A project to observe, not yet the answer for everyone
Meetily crosses a very strong trend—the growing distrust towards cloud AI applied to sensitive conversations—and does so with a coherent architecture, not just with a marketing slogan: verifiable local transcription, MIT license, an economic model that leaves the free door open forever. Windows support makes it usable in contexts that most local-first competitors ignore, and the community's organic growth suggests a living product, not a showcase project.
It remains, however, as of today, a tool more suited to those who put data sovereignty before workflow convenience. Calendar, chronological search, integrations, and a mobile experience are missing—all functions that a professional used to Otter or Fireflies would take for granted. For a consultant, a law firm, or a development team that regularly discusses confidential information and accepts starting and stopping recordings manually, Meetily today is probably the most coherent choice on the open-source market. For those seeking an all-encompassing assistant capable of integrating with calendar, CRM, and productivity tools, it's still a project to keep an eye on rather than adopt in production. The path taken, however, is the right one, and in 2026 it remains one of the most interesting cases to follow in the field of local-first AI applied to daily work.