# an AI meeting notetaker

**AI meeting notetakers are a crowded category with clear demand, but the open-source slice is still small and mostly local/privacy-focused.**

Confidence: high  ·  72 signals  ·  checked 2026-08-01

[Full report with live links](https://showsitsworks.com/idea/an-ai-meeting-notetaker)

## Who is already building this

*From data*

- Vexa-ai/vexa is a live open-source meeting transcription API for Google Meet, Microsoft Teams, and Zoom. It has 2,634 stars and was last pushed on 2026-07-30, so it is still actively maintained.
  - [Vexa-ai/vexa](https://github.com/Vexa-ai/vexa) `github` — 2025-02-07
- owengretzinger/meetingnotes is a free, open-source AI notetaker for busy engineers. It has 71 stars and was last pushed on 2025-12-24, so it is still maintained but much smaller than Vexa.
  - [owengretzinger/meetingnotes](https://github.com/owengretzinger/meetingnotes) `github` — 2025-07-10
- kromme/Teams-Notetaker is a small open-source Teams-focused notetaker with 38 stars and a last push on 2020-12-03, so it is stale and effectively a dead competitor.
  - [kromme/Teams-Notetaker](https://github.com/kromme/Teams-Notetaker) `github` — 2020-11-14
- There are also several tiny open-source local-first variants: silent-notetaker has 17 stars and was last pushed on 2026-07-28, omnivox has 4 stars and was last pushed on 2026-08-01, and IA-notetaking has 3 stars and was last pushed on 2026-07-11.
  - [MikeSchirtzinger/silent-notetaker](https://github.com/MikeSchirtzinger/silent-notetaker) `github` — 2026-05-30
  - [Adibla/omnivox](https://github.com/Adibla/omnivox) `github` — 2026-07-11
  - [Igor-C-Assuncao/IA-notetaking](https://github.com/Igor-C-Assuncao/IA-notetaking) `github` — 2026-03-25
- On the commercial side, the surrounding ecosystem is already heavy: Zoom's MeetingSDK-Web Client had 246,747 npm downloads last month, @twentyhq/call-recorder had 7,010, and live-mtg had 13,086.
  - [npm: @zoom/meetingsdk](https://www.npmjs.com/package/@zoom/meetingsdk) `registries` — 2026-06-22
  - [npm: @twentyhq/call-recorder](https://www.npmjs.com/package/@twentyhq/call-recorder) `registries` — 2026-07-22
  - [npm: live-mtg](https://www.npmjs.com/package/live-mtg) `registries` — 2026-07-25

## What people actually say

*From data*

- "Most AI notetakers have a 300 minute limit. This is not enough for uni students like me, or people who do remote work." One HN poster is explicitly frustrated by usage caps and built a local alternative.
  - [Show HN: Alt – A local AI lecture/meeting notetaker](https://news.ycombinator.com/item?id=46069536) `hackernews` — 2025-11-27
- "I never understood why an AI meeting notetaker needed sota LLMs and subscriptions" Another HN commenter is pushing back on cloud-first pricing and model dependence.
  - [Launch HN: Hyprnote (YC S25) – An open-source AI meeting notetaker](https://news.ycombinator.com/item?id=44734030) `hackernews` — 2025-07-30
- "I use a locally patched up whisperx + qwen3:1.7 + nomic embed... and it works just fine." This shows some users are already assembling their own local stack instead of buying a polished product.
  - [Launch HN: Hyprnote (YC S25) – An open-source AI meeting notetaker](https://news.ycombinator.com/item?id=44725769) `hackernews` — 2025-07-29
- "I evaluated many of these for my company and ultimately found that they were pretty much all bad due to lack of customizability." A HN commenter describes broad dissatisfaction with existing tools.
  - [Launch HN: Circleback (YC W24) – Tooling to make meetings more efficient](https://news.ycombinator.com/item?id=39620459) `hackernews` — 2024-03-06
- "Manual note taking is cumbersome, error-prone and time intensive." This is the clearest first-person statement of the underlying pain in the collection.
  - [Ask HN: Who is hiring? (March 2023)](https://news.ycombinator.com/item?id=34993370) `hackernews` — 2023-03-02
- "Would if I could figure out how to uninvite my otterpilot ^^'" This shows real annoyance with bots joining meetings, not just abstract privacy concern.
  - [Please Stop Inviting AI Notetakers to Meetings](https://news.ycombinator.com/item?id=43054512) `hackernews` — 2025-02-15

## People asking to be sold to

*From data*

- "It should be cross meeting tool" A user on HN is looking for one notetaker that works across meeting systems, not a tool locked to one platform.
  - [Ask HN: Anyone recommend a Linux AI meeting notetaker](https://news.ycombinator.com/item?id=45667938) `hackernews` — 2025-10-22
- "we're building an open-source, privacy-first AI note-taking app that runs fully on-device." The Hyprnote launch shows a buyer-visible demand for local, privacy-preserving software.
  - [Launch HN: Hyprnote (YC S25) – An open-source AI meeting notetaker](https://news.ycombinator.com/item?id=44725306) `hackernews` — 2025-07-29
- "No Zoom bots, no cloud APIs, no data ever leaves your machine." This is a strong buying message for teams that do not want meeting data leaving the device.
  - [Launch HN: Hyprnote (YC S25) – An open-source AI meeting notetaker](https://news.ycombinator.com/item?id=44725306) `hackernews` — 2025-07-29
- "Please add AI notetaker guidance to Zoom meeting guidelines" A Kubernetes community issue shows organizations are already having to make policy decisions around these tools.
  - [Add AI notetaker guidance to Zoom meeting guidelines](https://github.com/kubernetes/community/issues/9030) `githubissues` — 2026-06-16
- "Currently Buttons and AI notes are not able to..." One Notion API user is explicitly trying to automate workflows around meeting notes.
  - [Notion API version upgrade](https://community.n8n.io/t/notion-api-version-upgrade/292623) `discourse` — 2026-04-29

## Where the opening is

*Model estimate*

- The signals do not show a strong gap in basic transcription and summarization. Those features are already common across Vexa, meetingnotes, omnivox, silent-notetaker, and the commercial tools in the pages searched.
  - [Vexa-ai/vexa](https://github.com/Vexa-ai/vexa) `github` — 2025-02-07
  - [owengretzinger/meetingnotes](https://github.com/owengretzinger/meetingnotes) `github` — 2025-07-10
  - [MikeSchirtzinger/silent-notetaker](https://github.com/MikeSchirtzinger/silent-notetaker) `github` — 2026-05-30
  - [Adibla/omnivox](https://github.com/Adibla/omnivox) `github` — 2026-07-11
  - [Best AI Meeting Note Takers in 2026: Hands-On Review of 8 Tools](https://www.simular.ai/alternatives/ai-meeting-note-takers) `tavily`
  - [Otter Meeting Agent - AI Notetaker, Transcription, Insights](https://otter.ai) `tavily`
  - [Read AI](https://www.read.ai) `tavily`
- The clearest gap is a cross-platform product that is easy to deploy, privacy-safe, and customizable without forcing a cloud bot into every call. That is the space the open-source projects are clustering around, but none of them owns it clearly yet.
  - [Launch HN: Hyprnote (YC S25) – An open-source AI meeting notetaker](https://news.ycombinator.com/item?id=44725306) `hackernews` — 2025-07-29
  - [Show HN: Alt – A local AI lecture/meeting notetaker](https://news.ycombinator.com/item?id=46069536) `hackernews` — 2025-11-27
  - [Launch HN: Hyprnote (YC S25) – An open-source AI meeting notetaker](https://news.ycombinator.com/item?id=44725769) `hackernews` — 2025-07-29
  - [Launch HN: Circleback (YC W24) – Tooling to make meetings more efficient](https://news.ycombinator.com/item?id=39620459) `hackernews` — 2024-03-06
- There is also a narrower gap around policy-aware deployment for companies that need meeting governance, consent, and workflow integration handled centrally rather than ad hoc by individual users.
  - [Add AI notetaker guidance to Zoom meeting guidelines](https://github.com/kubernetes/community/issues/9030) `githubissues` — 2026-06-16
  - [Fathom Integration](https://community.n8n.io/t/fathom-integration/203959) `discourse` — 2025-10-11
  - [Let Google Meet AI take notes for my users  |  Google Workspace Help](https://knowledge.workspace.google.com/admin/meet/let-google-meet-ai-take-notes-for-my-users) `tavily`

## How big the market might be

*Model estimate*

- This search found 3 named open-source projects, with 1 active, 1 slow, and 1 dead competitor.
  - [Vexa-ai/vexa](https://github.com/Vexa-ai/vexa) `github` — 2025-02-07
  - [owengretzinger/meetingnotes](https://github.com/owengretzinger/meetingnotes) `github` — 2025-07-10
  - [kromme/Teams-Notetaker](https://github.com/kromme/Teams-Notetaker) `github` — 2020-11-14
- There were 11 first-hand complaints, 0 unsolved questions, and 0 stated wants in the collected signals, which means the pain is present but mostly expressed as frustration rather than explicit purchase requests.
  - [Add AI notetaker guidance to Zoom meeting guidelines](https://github.com/kubernetes/community/issues/9030) `githubissues` — 2026-06-16
  - [Show HN: Alt – A local AI lecture/meeting notetaker](https://news.ycombinator.com/item?id=46069536) `hackernews` — 2025-11-27
  - [Ask HN: Anyone recommend a Linux AI meeting notetaker](https://news.ycombinator.com/item?id=45667938) `hackernews` — 2025-10-22
  - [Launch HN: Hyprnote (YC S25) – An open-source AI meeting notetaker](https://news.ycombinator.com/item?id=44734030) `hackernews` — 2025-07-30
  - [Launch HN: Hyprnote (YC S25) – An open-source AI meeting notetaker](https://news.ycombinator.com/item?id=44725769) `hackernews` — 2025-07-29
  - [Launch HN: Circleback (YC W24) – Tooling to make meetings more efficient](https://news.ycombinator.com/item?id=39620459) `hackernews` — 2024-03-06
  - [Please Stop Inviting AI Notetakers to Meetings](https://news.ycombinator.com/item?id=43054512) `hackernews` — 2025-02-15
  - [AI Horseless Carriages](https://news.ycombinator.com/item?id=43774826) `hackernews` — 2025-04-23
  - [Ask HN: Who is hiring? (March 2023)](https://news.ycombinator.com/item?id=34993370) `hackernews` — 2023-03-02
- The largest live open-source player here is Vexa with 2,634 stars, and the biggest adjacent usage signal is Zoom MeetingSDK-Web Client with 246,747 npm downloads last month.
  - [Vexa-ai/vexa](https://github.com/Vexa-ai/vexa) `github` — 2025-02-07
  - [npm: @zoom/meetingsdk](https://www.npmjs.com/package/@zoom/meetingsdk) `registries` — 2026-06-22
- Two communities had matching threads: community.n8n.io and discuss.python.org.
  - [N8N workflow](https://community.n8n.io/t/n8n-workflow/279305/2) `discourse` — 2026-03-20
  - [Google Meets Recorded](https://community.n8n.io/t/google-meets-recorded/79954) `discourse` — 2025-02-20
  - [Notion API version upgrade](https://community.n8n.io/t/notion-api-version-upgrade/292623) `discourse` — 2026-04-29
  - [Fathom Integration](https://community.n8n.io/t/fathom-integration/203959) `discourse` — 2025-10-11
  - [Python Governance Electoral System](https://discuss.python.org/t/python-governance-electoral-system/290/42) `discourse` — 2018-10-30

## What could go wrong

*Model estimate*

- This is a crowded category with strong incumbents and many adjacent tools, so a new entrant will struggle unless it is meaningfully better on privacy, deployment, or workflow integration.
  - [Best AI Meeting Note Takers in 2026: Hands-On Review of 8 Tools](https://www.simular.ai/alternatives/ai-meeting-note-takers) `tavily`
  - [The 10 best AI meeting assistants in 2026 | Zapier](https://zapier.com/blog/best-ai-meeting-assistant) `tavily`
  - [Otter Meeting Agent - AI Notetaker, Transcription, Insights](https://otter.ai) `tavily`
  - [Read AI](https://www.read.ai) `tavily`
- Bot-based notetakers face trust and consent friction inside organizations, which can block adoption even when the product works.
  - [Add AI notetaker guidance to Zoom meeting guidelines](https://github.com/kubernetes/community/issues/9030) `githubissues` — 2026-06-16
  - [Please Stop Inviting AI Notetakers to Meetings](https://news.ycombinator.com/item?id=43053921) `hackernews` — 2025-02-14
  - [Please Stop Inviting AI Notetakers to Meetings](https://news.ycombinator.com/item?id=43054512) `hackernews` — 2025-02-15
- The commodity layer is getting squeezed: transcription and summary quality are improving quickly, so a generic notetaker is likely to be copied or outflanked by platform vendors.
  - [Show HN: Scribe v2 Realtime – new SOTA real-time speech to text model](https://news.ycombinator.com/item?id=45905100) `hackernews` — 2025-11-12
  - [Let Google Meet AI take notes for my users  |  Google Workspace Help](https://knowledge.workspace.google.com/admin/meet/let-google-meet-ai-take-notes-for-my-users) `tavily`
  - [Read AI](https://www.read.ai) `tavily`
- Open-source alone is not a moat here; the signals show many tiny repos, but only one clearly scaled open-source project.
  - [Vexa-ai/vexa](https://github.com/Vexa-ai/vexa) `github` — 2025-02-07
  - [MikeSchirtzinger/silent-notetaker](https://github.com/MikeSchirtzinger/silent-notetaker) `github` — 2026-05-30
  - [Adibla/omnivox](https://github.com/Adibla/omnivox) `github` — 2026-07-11
  - [Igor-C-Assuncao/IA-notetaking](https://github.com/Igor-C-Assuncao/IA-notetaking) `github` — 2026-03-25
  - [The-Engineer-Network/Linka-AI-Meeting-Notetaker-](https://github.com/The-Engineer-Network/Linka-AI-Meeting-Notetaker-) `github` — 2025-09-29
  - [haydenw22/earshot-meeting-notes](https://github.com/haydenw22/earshot-meeting-notes) `github` — 2026-06-25
  - [umzcio/zMeet](https://github.com/umzcio/zMeet) `github` — 2026-05-30

## What to do this week

*Model estimate*

- Start with a local-first, no-bot product that works across Zoom, Google Meet, and Teams, because that is where the strongest user language appears.
  - [Launch HN: Hyprnote (YC S25) – An open-source AI meeting notetaker](https://news.ycombinator.com/item?id=44725306) `hackernews` — 2025-07-29
  - [Show HN: Alt – A local AI lecture/meeting notetaker](https://news.ycombinator.com/item?id=46069536) `hackernews` — 2025-11-27
  - [Ask HN: Anyone recommend a Linux AI meeting notetaker](https://news.ycombinator.com/item?id=45667938) `hackernews` — 2025-10-22
  - [haydenw22/earshot-meeting-notes](https://github.com/haydenw22/earshot-meeting-notes) `github` — 2026-06-25
  - [umzcio/zMeet](https://github.com/umzcio/zMeet) `github` — 2026-05-30
  - [TalhaAkbar-TK/meeting-notetaker-offline](https://github.com/TalhaAkbar-TK/meeting-notetaker-offline) `github` — 2026-04-06
- Differentiate on one hard workflow: auto-generated follow-ups, action items, and cross-meeting memory that can be exported into tools teams already use.
  - [Vexa-ai/vexa](https://github.com/Vexa-ai/vexa) `github` — 2025-02-07
  - [The-Engineer-Network/Linka-AI-Meeting-Notetaker-](https://github.com/The-Engineer-Network/Linka-AI-Meeting-Notetaker-) `github` — 2025-09-29
  - [Read AI](https://www.read.ai) `tavily`
  - [anentree/nextcloud-talk-notetaker](https://github.com/anentree/nextcloud-talk-notetaker) `github` — 2026-03-12
- Target teams that care about privacy and policy first: engineering orgs, open-source communities, and distributed teams that already complain about bots joining meetings.
  - [Add AI notetaker guidance to Zoom meeting guidelines](https://github.com/kubernetes/community/issues/9030) `githubissues` — 2026-06-16
  - [Please Stop Inviting AI Notetakers to Meetings](https://news.ycombinator.com/item?id=43053921) `hackernews` — 2025-02-14
  - [Please Stop Inviting AI Notetakers to Meetings](https://news.ycombinator.com/item?id=43054512) `hackernews` — 2025-02-15
- Validate with a simple test: can you replace the current pile of local Whisper scripts, Chrome extensions, and bot-based SaaS with one install that feels safer and easier?
  - [Launch HN: Hyprnote (YC S25) – An open-source AI meeting notetaker](https://news.ycombinator.com/item?id=44725769) `hackernews` — 2025-07-29
  - [Launch HN: Circleback (YC W24) – Tooling to make meetings more efficient](https://news.ycombinator.com/item?id=39620459) `hackernews` — 2024-03-06
  - [MikeSchirtzinger/silent-notetaker](https://github.com/MikeSchirtzinger/silent-notetaker) `github` — 2026-05-30
  - [haydenw22/earshot-meeting-notes](https://github.com/haydenw22/earshot-meeting-notes) `github` — 2026-06-25
  - [umzcio/zMeet](https://github.com/umzcio/zMeet) `github` — 2026-05-30

## Competitor strength

| Project | Stars | Downloads/mo | Activity |
|---|---:|---:|---|
| [Vexa-ai/vexa](https://github.com/Vexa-ai/vexa) | 2,634 | — | active |
| [owengretzinger/meetingnotes](https://github.com/owengretzinger/meetingnotes) | 71 | — | slow |
| [kromme/Teams-Notetaker](https://github.com/kromme/Teams-Notetaker) | 38 | — | dead |

## Domain names

- `meetingnotes.com` — taken
- `meetingnotes.io` — available
- `meeting.com` — taken
- `getmeeting.com` — taken

---

Sources searched: hackernews (30), github (20), githubissues (6), discourse (5), intent (none), stackexchange (none), registries (3), tavily (8), devto (none)

Generated by Shows Its Work — https://showsitsworks.com/idea/an-ai-meeting-notetaker
Findings link to their sources. Estimates are marked as estimates.
