A meeting note taker without a bot for confidential 1:1 client calls

By Kyle Nelson, Founder, Fazit

A meeting note taker without bot should capture the call on your computer, not join the meeting as another participant. Fazit is a native macOS menubar app for 1:1 client calls: no bot joins, transcription and note generation run on the Mac, and the call audio is never written to disk.

By Fazit's founder. I'm not a lawyer, and nothing here is legal advice. Consent and professional-conduct duties still apply to the person running the call.

What is a meeting note taker without bot?

A meeting note taker without bot produces notes without adding an AI attendee to Zoom, Google Meet, Microsoft Teams, Slack, WhatsApp Desktop or another call app. That sounds simple, but there are two different designs hiding under the same phrase.

The first design removes the visible bot and still streams audio to a vendor cloud for transcription. The second design removes the bot and keeps call content on the Mac. Those are different privacy postures, and the difference matters more than the meeting UI.

Fazit uses the second design. A Core Audio process tap reads the call app's output and the microphone directly. Nothing joins the meeting, and no other participant sees an extra attendee. For more on why the participant model is the wrong place to start, see an AI notetaker should not be a participant in your call.

The visible attendee was never the whole privacy question. The audio path is the question.

How a bot-free meeting note taker works on Mac

Fazit captures two streams on macOS: your microphone as "You" and the call app's audio as "Them." On a 1:1 call, that gives clean attribution because the two speakers arrive through physically separate channels. It doesn't need a meeting bot, a calendar invitation or speaker diarization to guess who spoke.

The capture path uses Core Audio process taps. In practice, you pick the call app from the menubar, start capture, speak normally, then stop and make the note when the call ends. Zoom gets a one-click start, and other desktop call apps work through the app picker.

This also avoids calendar access. A meeting bot usually gets into calls by reading calendar events and joining the meeting link. Fazit doesn't need that grant because capture happens at the audio layer, which is why an AI notetaker without calendar access is the cleaner model for private client work.

The app captures the call you selected, not your whole professional calendar.

Why bot-free is not enough for confidential calls

Bot-free only says what the other participant sees. It says nothing about whether your client's voice goes to a cloud transcription service, whether a transcript sits in a vendor database, or whether an audio artifact survives after the call.

That distinction matters for consultants, coaches, lawyers, financial advisers and therapists because confidentiality obligations usually attach to the conversation itself, not the meeting interface. If the note taker sends the call to a third party, the absence of a bot doesn't change that data flow.

Fazit is built around a stricter claim. The call audio exists only in a fixed-size RAM ring buffer with no write API. It is destroyed on every exit path, including errors. Every note records audio_retained: false in its frontmatter.

We've written separately about the category problem in bot-free is not the same as private. The short version: removing the meeting attendee is useful, but the privacy test starts with where the audio goes.

A bot-free cloud notetaker can still send the conversation to someone else's infrastructure.

Meeting note taker without bot comparison

Use this table when comparing tools. The useful comparison is architectural, because note quality has converged and most products can write a decent summary.

DesignWhat participants seeWhere transcription happensWhat durable artifact can remainBest fit
Meeting botA bot joins as a participantVendor cloudRecording, transcript, note or vendor database rowTeams that want a shared cloud archive
Bot-free cloud notetakerNo bot appearsVendor cloud or third-party speech serviceTranscript, note or vendor database rowUsers who want invisible capture and accept cloud processing
Local bot-free notetakerNo bot appearsOn the user's computerA local note chosen by the userConfidential 1:1 calls where call content should stay on the device
FazitNo bot appearsOn the Mac, with Parakeet via CoreML and a local model on localhostOne Markdown file in your Obsidian vault or Apple Notes, with audio_retained: falseConsultants, coaches, lawyers, financial advisers and therapists on macOS

The row to scrutinize is the artifact column. If the system creates a recording or stores a transcript in a vendor database, you now have another copy of the conversation to manage, delete, disclose, export or explain.

Fazit's output is a plain Markdown file in your vault, and there is no Fazit database holding a copy.

What happens to the audio in Fazit?

The audio is captured, transcribed in memory, and discarded. It is never written to disk.

The pipeline is deliberately narrow. The microphone stream and call-app stream enter RAM buffers. Parakeet runs transcription on device through CoreML. A local model on localhost generates the note. The app writes one Markdown file into a folder of your Obsidian vault, or to Apple Notes. Then the audio buffer is reset.

"Nothing leaves the Mac" in Fazit means call content: audio, transcript and note content for note generation. There is a separate account lane for licensing, payment, updates and optional product analytics. Models are downloaded once from public CDNs on first run. Fazit makes no SOC 2 claim and holds no HIPAA certification.

That boundary is why the architecture matters. On-device vs. cloud AI notetakers explains the general rule: on-device transcription never sends your audio, while cloud transcription ships it to a vendor.

For a confidential call, the safest audio artifact is the one that never becomes a file.

Obsidian meeting notes without a bot

Fazit writes the result as Markdown in your Obsidian vault. That matters because a note in your vault is a file you can keep under your own system, search with your own tools, back up under your own policy, and move without asking a vendor for an export.

The finished note is built for 1:1 client work. It contains a summary, notable moments from the call, action items with owners, a paste-ready follow-up email, and a You: and Them: transcript. The two-channel capture is what makes You and Them attribution straightforward on a 1:1 call.

This is also why Fazit is intentionally narrow. It is a macOS app, not a Windows, Linux, iOS or Android app. It is aimed at 1:1 client calls, not multi-party speaker labeling. Open local diarization has real error rates, and speaker recognition adds a different risk surface.

Obsidian users should prefer files over vendor rows, which is the argument in Obsidian meeting notes should be files, not rows in a vendor's database.

The artifact you keep should be the note you asked for, stored where you chose.

Is a meeting note taker without bot legal?

A bot-free design doesn't remove your consent duties. It changes the product architecture, not the law that applies to the person running the call.

If your jurisdiction or profession requires consent, get it before using any note taker. Lawyers, therapists, financial advisers and other regulated professionals also have professional-conduct duties that can be stricter than general call-recording law. This post is not legal advice, and you should use primary legal sources or your own counsel for your situation.

Architecture still affects risk. A tool that never writes call audio to disk and never sends call content to a vendor creates fewer artifacts than a tool that records, uploads, stores or syncs the conversation. For state consent issues, start with is it legal to record client calls, which is written as a legal overview and points readers to primary law.

Fazit reduces the vendor and audio-file exposure, but the person running the call still owns the consent decision.

What to ask before choosing a bot-free note taker

Ask five concrete questions before you trust a meeting note taker without bot on client calls.

First, does a bot ever join the meeting? If yes, every participant can see a third party in the room.

Second, does the tool need calendar access? If yes, the vendor may receive event titles, attendee addresses and meeting links before capture even starts.

Third, where does transcription run? On-device transcription and cloud transcription are different data flows.

Fourth, is the call audio ever written to disk? "Deleted after transcription" is not the same as "never written."

Fifth, where does the finished note live? A Markdown file in your Obsidian vault is different from a row in a vendor database.

Fazit's answers are direct: no bot, no calendar access for capture, on-device transcription, no audio file, and a Markdown note in your vault.

Sources