Skip to content

FAQ

Questions, answered

Answers to the most common questions. For step-by-step guides, see Help.

API keysHot

Do I need an API key to use Daisy at all?

No. Recording, transcription, and speaker identification all run on your machine. You can use Daisy day-to-day with no key and no account.

You only need a key if you want Daisy to write summaries, answer questions across your meetings, generate chapters, or run Coaching feedback for you. Even then, you can skip the key entirely and use the Copy all button on a transcript to paste it into your own ChatGPT or Claude.

Which provider should I pick — Anthropic, OpenAI, or Groq?

First, you have three ways to run the AI step at all: a local model on your own hardware (nothing leaves), your own cloud key, or Daisy Cloud (managed keys, no key of your own to manage). This question is about the cloud-key route.

Anthropic (Claude) is the recommended default — it produces the strongest long-meeting summaries and structured action items. OpenAI (GPT) is a solid generalist; familiar if you already have an OpenAI account. Groq is the fastest and cheapest, with a usable free tier — great for trying things out, smaller model catalog.

You only need one. You can switch later without losing anything. Step-by-step setup for each provider.

Where do I add my API key in Daisy?

Open Daisy and go to Settings → Providers. Pick the provider you generated a key for under AI provider, click Configure, paste the key, click Test key & list models →, pick a model, and Save.

Daisy stores the key in your local encrypted vault — the same vault that holds your voiceprints — and never sends it anywhere except the provider you picked.

If I bring my own key, what do the AI features cost?

Pennies. A full meeting's AI — summary, chapters, coaching, and goals — works out to roughly 4¢ for a 1-hour meeting on a balanced mix of efficient models, and up to about 30¢ if you force a top-tier model for everything. Those are approximate and vary by provider; the charge goes straight to your own key, and Daisy never proxies or marks up.

As soon as your key works, hop back to the provider's console and set a monthly spending cap (Anthropic: Settings → Limits; OpenAI: Settings → Limits; Groq: Settings → Billing) so a runaway bill is impossible. A $10–$25 monthly cap is plenty for solo use. The price of Granola or Otter — but with all of the control.

Can I lose the key once I've pasted it?
No — Daisy stores it encrypted on your machine. But the provider's console only shows the key once, when you create it. If you lose your laptop and can't restore the vault, you'll need to generate a fresh key from the provider's API Keys page and revoke the old one. The transcripts and summaries you've already produced stay where they are; only future summary generation is affected.

Privacy & data

Where does my audio actually go?

Onto your own disk, and nowhere else by default. Recordings live as files in a folder you choose (.wav chunks plus a compact stereo .opus archive). Recording, transcription, speaker identification, and search all run on your machine.

The only ways anything leaves: you press “Send to…”, you opt into a cloud model for the AI step — your own key or Daisy Cloud — in which case only the transcript text goes, over HTTPS (never the audio), or — on a lighter laptop — you choose a Deepgram key for live captions. That's it. Private by default, your choice to extend.

What is Daisy Cloud?

Daisy Cloud is an optional, managed way to run the AI step — transcript cleanup, summaries, and asking questions across your meetings — without bringing your own API key. Daisy owns and manages the provider keys, so there's nothing for you to set up or top up.

Recording, transcription, and speaker labels still happen on your machine; only the transcript text is sent — never your audio. Traffic is proxied straight through to the provider, and no conversations are stored on the way.

It's a limited public release, free for now, with no warranties. More on Daisy Cloud.

Do I need an account?
No. There's no sign-up, no email captured, no profile on our servers. You download the app and it runs. The 30-day trial doesn't ask for a card or an email; a license is the only thing tied to a purchase.
Where does my data live?

Your recordings, transcripts, summaries, and notes stay on your disk in a folder you choose. Nothing is uploaded unless you explicitly send it or pick a cloud provider.

Of course, if you keep that folder in a cloud-synced location — Dropbox, OneDrive, Syncthing — every device can share the same profile and recordings, but those files now also live on that cloud. Your call, and out of our hands.

Is my data encrypted?
Yes. Your saved API keys and voiceprints live in an encrypted vault on your machine. On a personal device you can trust it to unlock automatically; on a shared or work machine you can set a passphrase that Daisy asks for on each launch.
Can I run it offline?

Mostly. Recording, transcription, speaker labels, and search work with the network off, and they keep working through extended periods offline. Summaries and Q&A need a language model — run a local one (Ollama or LM Studio) and even those stay fully local; bring a cloud key or use Daisy Cloud and only the transcript text goes out when you have a connection.

In the spirit of transparency — we don't want your data — here is every time Daisy touches the network:

  • It checks your license key's validity at least once every 24 hours.
  • If you use Daisy Cloud, your license key is sent with every request so we can confirm eligibility.
  • Update checks and device activation.

That's the whole list. Your meetings, audio, and transcripts are never part of any of it.

Does Daisy log anything?

Daisy writes a quiet log file to your profile folder (logs/daisy.log) with stage timings and error context — enough to pin down a slow finalize or an unhappy mic without ever leaving your machine. Logs rotate daily; the last 7 days are kept and older rotations are deleted.

Nothing ships anywhere automatically. There's an Open logs folder button in Settings → Behavior, plus a Verbose debug logging toggle if you're chasing something specific. Diagnostics & logs.

How do we know you're not secretly storing data or breaking your promises?

The everyday proof is the design itself: Daisy is local-first, so your recordings, transcripts, and summaries sit on your own disk in open file formats (.wav, .opus, plain text) that you can read and move without us. You don't have to take our word for where your data is — you can see it.

Beyond that, an independent code and security audit is available on request. The requesting organization pays Daisy's reasonable costs of supporting the audit, plus a 10% administrative fee; the auditor is mutually agreed and works under NDA; and Daisy reserves the right to publish the resulting audit report together with the name of the requesting organization.

If I delete an old recording, can I still get the transcript back?

When you reclaim space under Settings → Recordings, Daisy removes the bulky raw WAVs but keeps a compact stereo meeting.opus archive (your mic on one channel, the system audio on the other). You can re-transcribe an old meeting later — or re-label the speakers — from that archive, best-effort.

Deleting a meeting outright from the Library wipes the Opus archive too — that one is final.

Can I delete my data?
Yes. Delete any meeting and Daisy wipes its audio, transcript, summary, and notes. You're free to move or back up the folder however you like.
How is this different from Otter, Fireflies, Fathom, or Granola?

Those tools process your audio in their cloud, store your transcripts under their terms, and run them through a model you don't control — most join your call as a bot. Daisy keeps recording, transcription, and speaker identification on your machine, with no bot and no account, and lets you bring your own model or key.

See the side-by-side comparison →

Can I bring my own LLM, or run one locally?
Yes — that's the default stance. Summaries, Q&A, chapters, and coaching run through the model you pick: a local LLM via Ollama or LM Studio (nothing leaves), your own cloud key for OpenAI, Anthropic, or Groq (billed to you directly, Daisy never proxies or marks up), or Daisy Cloud (managed keys, no key of your own). No model at all? Daisy hands you the transcript with a ready-made prompt to paste into any chat. You never hit a hard wall.

About

Why the name Daisy?
Working out who said what in a meeting — diarization — used to mean a bot had to join your call. Daisy does it botless, right on your own machine. The name is a little play on that word, and a friendlier face for it.

Getting started

What is Daisy?
Daisy is a local-first meeting app that records, transcribes, and summarizes your meetings, and even figures out who said what — all running right on your own computer.
Does Daisy work offline?

Mostly yes. Recording, transcription, and speaker identification all run on your machine out of the box — the speech-to-text model is bundled, no download or key needed.

Summaries are the one piece that always needs an AI service. You can run it three ways: your own API key with a cloud provider (Anthropic, OpenAI, or Groq), Daisy Cloud (managed keys), or — if you want fully offline — a local AI server like LM Studio or Ollama, the advanced path. Or skip the provider entirely and copy the transcript into your own ChatGPT for free.

Can I import a recording I made elsewhere, like on my phone?
Absolutely. Drop in a common audio file from your phone or anywhere else, and Daisy will transcribe and summarize it just like a live meeting. The quality of the results will obviously depend on the source.
What languages does it support?
Daisy ships with an English-only speech-to-text model by default — the fastest and most accurate option for English meetings. If you need other languages, swap to one of the multilingual models (99 languages) during onboarding or later in Settings. The speech model runs on your own machine.
How does it know who said what?

Daisy identifies speakers right on your device. Label someone once and it will recognize their voice in future meetings. Voices are encrypted, local to your machine, and never uploaded to us or anyone.

In long meetings where a person's voice drifts (they move around, switch rooms, get tired), Daisy collapses what would otherwise be two clusters back into one identity as long as both match the same vault voiceprint. You don't have to merge by hand.

What it works with

What meetings and apps does it work with?
Anything that plays through your computer — Google Meet, Zoom, Microsoft Teams, Discord, phone calls, even podcasts. No bot joins your call and there's nothing to install in the meeting itself.
Which AI providers can I use?
Your finished transcript and speaker labels always run on your machine with the bundled local models — for free, in every configuration. Summaries are the step that needs an AI service, and you have three ways to run it: a local AI server (LM Studio or Ollama, advanced), your own cloud key (Anthropic, OpenAI, or Groq), or Daisy Cloud (managed keys, no key of your own to set up). You can also skip it and copy-paste the transcript into your own ChatGPT. The one other optional key is Deepgram, for real-time live captions on lighter laptops — see the live-captions question below. Any cloud key you bring is billed directly to you; Daisy never proxies or marks up.
Do I need to pay for AI separately?

Your finished transcript and speaker labels are free and produced on your machine — no per-minute bill or API key. (Live captions on a lighter laptop can optionally use a paid Deepgram key; the saved transcript is still local.)

The summary and other AI features are where a model comes in. Run a local model (LM Studio or Ollama) and it's free, on your own hardware. Or use a cloud key: a full meeting's AI — summary, chapters, coaching, goals — works out to roughly on a balanced mix of efficient models, up to about 30¢ if you force a top-tier model for everything. Those are approximate and vary by provider; the charge goes straight to your own key — Daisy never proxies or marks up. You can also skip it and copy-paste the transcript into your own ChatGPT or Claude, free.

Do live captions run on-device, or do they need the cloud?

It depends on your machine — and it's your choice. Live captions (words appearing as people talk) are the one hardware-sensitive part, because they have to keep up in real time:

  • Desktops and Apple Silicon Macs run live captions on-device — private, nothing leaves the machine.
  • Lighter laptops choose: on-device captions (heavier on the machine), a bring-your-own Deepgram realtime key for a lighter footprint, or skip live captions and take the full transcript when the call ends.

That Deepgram key is the only place the cloud can touch transcription, and only for live captions on lighter laptops. The finalized transcript is always produced locally, and diarization (who said what) is always on-device and free, in every configuration.

What happens if Daisy crashes mid-meeting or mid-finalize?

Recordings rotate into bounded chunks on disk every few minutes, so an unexpected crash mid-meeting costs you at most the open chunk — not the whole session. Reopen Daisy and the in-progress session is recovered automatically.

If the app window goes away while a meeting is finalizing, a background process keeps the local work going. When you reopen Daisy, a corner toast catches you up: “Finalized” with a click-through to the session.

Why does the live transcript sometimes show the same line under both Me and Them?

It's expected. Daisy records two independent streams — your microphone (Me) and your system audio (Them) — and your mic can pick up the other person's voice through your speakers, so the same sentence gets transcribed on both sides.

You don't need to do anything. When the call ends, Daisy reprocesses the recording, matches it against your voiceprints to label each speaker, and merges those duplicates into a single attributed turn. The saved transcript is the source of truth; the live view is a preview. Wearing headphones avoids it almost entirely. More on live transcription.

Speed & cost

Can I change the transcription model?
Yes. Daisy ships with base.en and runs it out of the box. To trade speed for accuracy (or add languages), pick another model under Settings → Providers → Advanced → Local transcription model — Daisy downloads it and uses it from then on. Larger models are more accurate but slower and use more memory: rough peak RAM is ~640 MB for base.en, ~1.5 GB for small.en, and ~4 GB for large-v3-turbo. We recommend base or large-v3-turbo (small showed occasional hallucinations in our testing — your mileage may vary).
How fast does Daisy transcribe a meeting?

Transcription runs live, on your machine — the words appear as people speak. On most hardware it keeps up with the conversation in real time, so there's nothing to wait for when the meeting ends.

Your setupLive transcription
Apple Silicon Mac, or desktop with a dedicated GPULive, no delay
Desktop CPU, no GPULive, no delay
Intel laptopLive with a Deepgram key, or the full transcript right after the call

Speaker labeling runs on-device too and is fast on all three.

The AI features (summary, chapters, coaching, asking questions) are the part that takes a moment. A local model writes an hour-long meeting's summary in about 2–3 minutes (a roughly 12,000-token transcript), depending on your machine's speed; a cloud key returns it in seconds. It all runs in the background, so you can close the app while it finishes. Full speed breakdown.

Will my laptop be fast enough?
Almost certainly. Transcription and speaker labels run on-device and keep up with a live conversation on ordinary hardware — no GPU required. Live captions are the part that leans most on the machine: desktops and Apple Silicon Macs do them on-device with no delay, while lighter Intel laptops either do them on-device (heavier on the machine), use a bring-your-own Deepgram realtime key, or skip the live overlay and take the full transcript at the end. The summary and other AI features are where a slower machine shows — a local model can take a couple of minutes for an hour-long meeting, or seconds with a cloud key. Either way the finished transcript and speaker labels are identical.
How much do summaries cost?
With a local model (LM Studio or Ollama) or the copy-paste workflow, free. With a cloud key, the AI for a full meeting — summary, chapters, coaching, and goals — works out to roughly 4¢ on a balanced mix of efficient models, and up to about 30¢ if you pick a top-tier model for everything. Those are approximate figures and your actual price varies by provider; it's billed to your own provider key, and Daisy never proxies or marks up. Your finished transcript and speaker labels are always local and always free.
How fast is local AI?
Entirely down to your hardware. Summaries, chapters, and asking questions across your meetings all run through whatever local model you've set up — a machine with a capable GPU (an Apple Silicon Mac or a desktop GPU) returns a summary in seconds, while a modest CPU-only machine can take anywhere from many seconds to a few minutes. Want it consistently fast regardless of your hardware? Point Daisy at a cloud key. Want it fully private and free? A local model trades some speed for that. Transcription is unaffected either way — that's always local and fast.

Search & recall

How does search work?
Keyword search scans every meeting at once — titles, transcripts, summaries, notes, attendees, and tags — and highlights exactly where each match came from. It runs 100% on your machine, no AI and no internet involved.
Can I ask questions instead of keywords?

Yes — end a search with a question mark and Daisy answers from across your meetings, with citations linking back to the exact moment each point came from.

Unlike keyword search, asking questions needs a language model, because Daisy has to read and reason over your transcripts to compose the answer. That can be a local model (so nothing leaves your machine) or a cloud key you bring — the same provider setting your summaries use.

Does search work offline?

Keyword search — yes, completely. It's fully local, with no AI and no network.

Asking questions needs a language model. With a cloud key that step needs internet; with a local model it works fully offline. Install LM Studio or Ollama and run a compact model — something like Gemma 3n E4B is small enough to run on a MacBook — and you can ask questions across your whole history with the network off.

Access & beta

How much does Daisy cost?
Daisy is currently in a limited beta — we're not publishing public pricing yet. If you have an invitation, your invitation email includes the promotion code that sets the price and term at checkout. Public pricing will return once the beta wraps.
How do I get an invitation?
Email daisy@smallbricktory.com with a sentence or two about how you'd use Daisy — meetings, calls, classroom lectures — and we'll add you to the waitlist. No automated drip; one human reply when a seat opens up.
I have an invitation. How do I redeem it?
Click Redeem invitation on the homepage. That opens Stripe Checkout; enter the promotion code from your invitation email and complete checkout. Your license is emailed to you immediately and works on up to 3 of your own devices.
How many devices can I use?
Up to 3 devices per license.
What happens when my subscription ends?
Daisy stops recording new meetings, but all your existing recordings and transcripts stay in your profile folder. Your data is never held hostage.
My trial ended (or I deleted the app). How do I pick it back up?

Since Daisy never took your email, there's no reminder in your inbox — so this is the path back. Your meetings are still on your disk in the folder you chose; they were never on our servers. Re-download Daisy, point it at that folder, and everything is where you left it.

Pick up where you left off →

Platforms & updates

Which platforms are supported?
All three: Linux (AppImage and .deb), Windows (.zip / NSIS installer), and macOS on Apple Silicon (.dmg, with on-device Metal-accelerated live captions). All three download straight from the site.
How do updates work?
Daisy tells you when a new version is available and links the download. It never installs anything behind your back.
Windows says the download is unsafe — is it?

No. During the public beta the Windows builds aren't code-signed with an EV certificate yet, so Windows SmartScreen (and sometimes your browser) flags the download as “not commonly downloaded.” This is normal for any new, unsigned binary — not a sign anything is wrong with the file.

You can verify the SHA-256 of the file against the published checksum on the changelog before running it. Signed builds are on the roadmap. Full Windows install guide.