OSS Tanbou

Meetily — a privacy-first AI meeting assistant for local recording, transcription, and meeting summaries

OSS health 93
About these scores

Discovery score is an unbounded weighted, log-compressed index of stars, watchers, forks, and contributors. Growth momentum is its change over the observed period; OSS health is a 0–100 score from available repository recency, Community Health, and release data.

Stars
30,842
Primary language
Rust
License
MIT
Repository last updated
Sep 15, 2026

Overview

Meetily is an open-source desktop application that combines meeting audio capture, live transcription, and AI-generated meeting notes. The Community Edition runs Whisper or Parakeet transcription locally and is built around a Tauri 2 / Rust backend with a Next.js and React interface. Summaries can stay local through Ollama, but Claude, Groq, OpenRouter, and OpenAI-compatible endpoints are also supported, so the data path depends on the provider you choose. The latest stable release as of September 16, 2026 is v0.4.1.

Features and best fit

Based on official documentation; not hands-on tested · Content checked:

Run Whisper or Parakeet transcription on the device and keep recordings and transcripts local

The README presents local meeting capture, real-time transcription, and local storage of recordings and transcripts as core Community Edition features. Transcription can use Whisper or Parakeet without sending the audio to an external server.

The Tauri backend is written in Rust and combines audio capture, Whisper, Parakeet through ONNX Runtime, and SQLite. Packaged macOS builds use Metal/CoreML, while the Windows package is documented with Vulkan support for local inference acceleration.

Sources: [2][6]

Choose the summary provider: Ollama for local processing or external LLM services when needed

Meeting summaries can use local Ollama, Claude, Groq, OpenRouter, or an OpenAI-compatible endpoint. This also allows an organization to point Meetily at an internal LLM gateway or compatible endpoint.

Privacy therefore needs to be evaluated per feature. Audio capture and transcription are local-first, while an external summary provider receives the meeting content needed for summarization. Use Ollama or an organization-controlled endpoint when the summary path must remain local.

Sources: [2][4]

For meetings where recordings and transcripts should stay on a managed device rather than a meeting SaaS

Meetily is relevant for client calls, internal engineering meetings, research, legal, healthcare, or other workflows where sending recordings and transcripts to a hosted meeting bot is undesirable. It also fits workflows that prefer capturing microphone and system audio from a desktop application instead of inviting a bot into the meeting platform.

Community Edition and Meetily PRO are separate codebases; do not merge their feature lists

The README says the Community Edition remains free and open source, while Meetily PRO is a separate professional codebase. Custom summary templates, advanced exports, automatic meeting detection, and team-oriented self-hosted deployment are described as PRO capabilities.

Adoption decisions should therefore distinguish features available in this GitHub repository from capabilities marketed for PRO or Enterprise on meetily.ai.

Sources: [2]

The Windows package requires an AVX2-capable x64 CPU, and Linux currently follows a source-build path

The README says the standard Windows installer uses a Vulkan-enabled Whisper build and requires an AVX2-capable x64 CPU. CUDA acceleration requires a source build with a compatible NVIDIA toolchain. Packaged macOS builds use Metal and CoreML.

For Linux, the documented installation path is a source build rather than a packaged installer. Fleet deployment should account for CPU instruction support, GPU backend, and the update/build process in addition to operating-system compatibility.

Sources: [2][6]

Analytics is opt-in, but external LLMs and enabled analytics create outbound traffic

The Privacy Policy describes usage analytics as opt-in and off by default. If enabled, anonymized feature usage, session, and performance data is sent to PostHog; meeting content, transcripts, and recordings are stated to be excluded.

External LLM providers are optional as well. Treat Meetily as fully offline only when provider and analytics settings are configured accordingly.

Sources: [4][2]

MIT-licensed application code, with separate obligations for bundled models and third-party components

Meetily itself is published under the MIT License. The README also acknowledges code from Whisper.cpp, Screenpipe, and transcribe-rs and uses the NVIDIA Parakeet model ecosystem.

For custom builds or internal redistribution, review the licenses and usage terms of the application, model weights, runtimes, and other bundled dependencies rather than treating the application MIT license as covering every artifact.

Sources: [7][2][6]

Official sources

  1. [1]Zackriya-Solutions/meetily — GitHub repository metadata(2026-09-16)
  2. [2]Meetily — README(2026-09-16)
  3. [3]Meetily v0.4.1 release(2026-09-16)
  4. [4]Meetily — Privacy Policy(2026-09-16)
  5. [5]Meetily v0.4.1 — frontend package.json(2026-09-16)
  6. [6]Meetily v0.4.1 — Tauri/Rust dependencies(2026-09-16)
  7. [7]Meetily — MIT License(2026-09-16)
Supplemental curator note

The Community Edition is strongest when recording and transcription remain on the device. Summary privacy is a separate decision: Claude, Groq, OpenRouter, and other external providers receive meeting content when selected. Evaluate local transcription and local summarization independently, and keep Community and PRO feature sets separate.

Try it in 3 steps

  1. 1

    Get the official v0.4.1 release

    Use the x64 setup package on Windows or the aarch64 DMG on macOS. Linux follows the source-build path documented in the README.

    https://github.com/Zackriya-Solutions/meetily/releases/tag/v0.4.1
  2. 2

    Install for your OS

    The Windows package requires an AVX2-capable x64 CPU. The standard Windows build uses Vulkan, while the macOS package uses Metal/CoreML.

    Windows x64-setup.exe / macOS aarch64.dmg / Linux → source build
  3. 3

    Try one all-local meeting flow

    Choose a local transcription model and Ollama for summaries to verify a workflow that does not send meeting content to an external LLM.

    Whisper / Parakeet → Ollama → Record → Generate summary
Check the official README

Growth

Growth trends · Last 30 days

30,842 Stars

Trend data is still being collected.

Development activity

Last 90 days · weekly

Commits (last 30 days)
96
Open PRs
149

Development activity is still being collected.

Built with

Categories and tags

GitHub data

GitHub dataView detailed GitHub data

GitHub Topics

  • meeting-minutes
  • meeting-notes
  • llm
  • mac
  • windows
  • rust
  • whisper
  • whisper-cpp
  • ai
  • transcription
  • privacy-tools
  • self-hosted
Stars
30,842
Forks
3,331
Watchers
146
Open issues
225
Primary language
Rust
License
MIT
Repository last updated
Sep 15, 2026
Write a related article

Share a guide or use case for this OSS in Markdown. Articles are published after administrator approval.

Report incorrect information

Tell us if any listing information is incorrect or outdated.

Meetily — Local AI Meeting Transcription with Whisper, Parakeet and Ollama | OSS Tanbou