Skip to content

FAQ

Questions, answered

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

Privacy & dataHot

Is Daisy truly local?

Yes. Recording, transcription, speaker labels, and search all run on your machine, and Daisy is fully functional offline. Only two things ever reach the network on their own — both to our own daisy.smbr.app, both carrying no meeting content, and both fail-silent:

  • An update check — notify-only, on by default but easy to turn off (setup wizard, or Settings → Recordings). It tells you a new version exists and never installs anything on its own.
  • A license check-in — at most once a day, to confirm your license is valid.

Everything else happens only because you set it up: an AI provider with your own key (or a fully local model), a calendar you subscribe to, a webhook you add, or a model you download. Help and changelog links open in your browser when you click them. The app window itself cannot make network calls at all — a strict content-security policy blocks it.

Full Security & Threat Model →

Does Daisy have a security and threat model?

Yes — a full, code-sourced writeup: the local-first architecture, the encrypted credential vault, a complete inventory of what leaves your machine and when, the threats it defends (and the ones it doesn't), and what you should do.

Security & Threat Model →

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 are ones you turn on. You press “Send to…”. You opt into a cloud model for the AI step with your own key — there only the transcript text goes, over HTTPS, never the audio. Transcription, live captions, and speaker labels stay entirely on your machine, always. Private by default, your choice to extend.

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 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 most once a day.
  • 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 → Recordings, 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, you don't have to trust us at all: Daisy is source-available. The whole client — recording, transcription, the credential vault, and every network call it makes — is published at github.com/smallbricktory/daisy-local. Read it, audit it, or build it yourself — no NDA, no fee, no request form. If anything on this page isn't backed by the code, that's a bug we want to hear about. See the Security & Threat Model for the full inventory of what leaves your machine.

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. Open a meeting's action menu, choose Delete recording, and type DELETE to confirm — Daisy wipes that session's audio, transcript, summary, notes, and its search index. Your transcripts are saved as plain Markdown, so you're also free to move or back up the whole 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 analysis 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). 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.
What does “local-first” mean?

Most meeting tools work the other way around: a bot joins your call, your audio is streamed to a company's servers, processed there, and your transcripts live in an account you don't control. Daisy flips that — it's an app on your computer, and your recordings, transcripts, summaries, and notes are saved as files on your disk in a folder you choose.

Recording, transcription, speaker labels, and search all run on-device and keep working offline. Anything online — a cloud AI key for summaries, a calendar you subscribe to, a webhook — is something you opt into, never the default. Your stuff lives with you first.

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 two ways: your own API key with a cloud provider (Anthropic, OpenAI, or Groq), 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 transcript, live captions, and speaker labels run on your machine with the bundled local models, for free — in every configuration. Summaries are the separate step that needs an AI service, and you have two ways to run it: a local AI server (LM Studio or Ollama, advanced), or your own cloud key (Anthropic, OpenAI, or Groq). You can also skip it and copy-paste the transcript into your own ChatGPT. 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.

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, and analysis — 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:

  • Machines that pass the speed check show live captions on-device — private, nothing leaves the machine.
  • Machines that don't skip the live overlay and take the full transcript when the call ends — identical text, still produced on-device. Override the automatic choice any time in Settings → Recordings.

The cloud never touches transcription: live captions, the finalized transcript, and speaker labels are all produced on-device and free, on every machine.

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.

API keys

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 an analysis 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 two ways to run the AI step at all: a local model on your own hardware (nothing leaves), or your own cloud key. This question is about the cloud-key route.

Daisy supports Anthropic (Claude), OpenAI (GPT), and Groq. Any of the three works for summaries — pick whichever you already have an account with. Groq has a usable free tier if you want to start without a card.

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, and analysis — 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.

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 transcription1-hour meeting finalizes locally in
Apple Silicon Mac, or desktop with a dedicated GPULive, no delayunder a minute (~60–175× realtime)
Desktop CPU, no GPULive, no delay~2–3 minutes (~20–30× realtime)
Intel laptopPer the speed check — live where the machine keeps up, else the full transcript right after the call~4–6 minutes (~9–17× realtime)

Measured on our own benchmark machines with the default base.en model; your hardware will land in the same ballpark. Speaker labeling adds a little on top and is fast on all three.

The AI features (summary, chapters, analysis, asking questions) are the part that takes a moment. On a capable GPU a local model writes an hour-long meeting's summary in roughly 15–20 seconds; on a CPU-only machine the same work can stretch to a few minutes. A cloud key returns it in seconds regardless. It all runs in the background, so you can close the app while it finishes.

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, so Daisy runs a quick speed check per machine: where the hardware keeps up you get captions with no delay, and where it doesn't you 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, and analysis — 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 free and produced on your machine, in every configuration.
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 — it runs on your machine by default and is 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.

Integrations & workflowsHot

What are Workflows?

Workflows are Daisy's built-in automation. A workflow is a rule: when something happens to a recording (it's finalized, deleted, imported, or fails), if it matches your conditions (tag, participant, or title), do one or more actions — run an Analyzer prompt, or send the meeting to an integration. Rules run locally in the background; building one sends nothing off your machine.

Workflows: automate what happens to a recording →

Can Daisy send my meetings to Slack, Zapier, or my own server?

Yes. Add a webhook destination in Settings → Integrations (an https:// URL, with optional header or bearer auth), choose whether to include the summary, notes, and/or transcript, then use ↗ Send To… in a meeting's Action menu — or let a Workflow do it automatically. Slack, Discord, n8n, Zapier, Make, and your own endpoint all just receive a single JSON POST; there's no connector to install.

Integrations: send your meetings anywhere →

Can I save my notes to an Obsidian or Markdown vault?
Yes, two ways. Export .md on a meeting saves its summary as a Markdown file wherever you choose. For a vault that fills itself, build a Workflow with a “Run prompt → also write to folder” step pointed at your vault — it writes the analysis as .md automatically after each recording. It's your local folder; there's no cloud sync involved.

Pricing & licensing

How much does Daisy cost?
Daisy is $9/month, $90/year, or $169 one-time for a perpetual license (updates included through Daisy 2.x). Every plan starts with a 30-day free trial — no account and no card to begin. One license activates up to 3 of your own devices.
Is there a free trial?

Yes — 30 days, free, with no account, no card, and no email. Download Daisy for your platform, install it, and the trial starts the first time you open it; there's no sign-up step. Record, transcribe, and summarize as much as you like for the full 30 days, and your recordings and transcripts stay on your own machine the whole time.

When you're ready, pick a plan on the pricing page and paste the emailed key under Settings → About — it activates on up to 3 of your own devices.

How does Daisy's licensing work?

You buy a license one of two ways: a subscription (monthly or yearly) or a one-time perpetual license. Either way there is no account — we email you a signed license key and you paste it in once under Settings → About. That screen shows who the app is licensed to and a short License ID fingerprint rather than the full key.

One license covers up to 3 of your own devices. Daisy verifies the key on your device and does a light validity check-in at most once a day; in between — and through long stretches offline — it keeps working. Move a seat any time with Deactivate this device, which frees it for another machine. Your recordings live in a folder on your disk and stay yours no matter what your license does.

On a subscription, the clock starts when the key is generated at purchase, not when you first activate it — so activate soon after buying. Daisy quietly refreshes the key in the background before it expires, so you never re-paste; each renewal also emails a fresh key as a backup. A perpetual license never expires and has nothing to renew.

Is Daisy's source code available?

Yes — Daisy is source-available. Read, audit, modify, and build it yourself at github.com/smallbricktory/daisy-local, under the Elastic License 2.0.

In the spirit of building to share, self-builds are permitted, and bypassing the licensing code is permitted for personal, non-commercial use only. Commercial use requires a paid license — which also funds development and the signed, notarized builds most people run.

Can I build Daisy myself, from source?

Yes. The full client lives at github.com/smallbricktory/daisy-local. Clone it and follow the build steps in the README — it's a Rust workspace with a Tauri front-end, so you'll need the Rust toolchain and Node installed. What you build is the same app we ship.

  • Personal, non-commercial use: you may build it and bypass the licensing code — no key required.
  • Commercial use: needs a paid license, which also funds development and the signed builds most people run.
  • A self-build isn't code-signed or notarized by us, so your operating system may warn you before it runs the first time. Updates are yours to pull and rebuild.
What does the perpetual license include?
You buy it once and use it forever — no subscription. Every Daisy 2.x update is included, on up to 3 of your devices, with the license verified offline. If we ever ship a Daisy 3, it's an optional discounted upgrade; your 2.x license keeps working regardless. We call it “Perpetual,” not “Lifetime,” because the update window is stated upfront rather than walked back later.
How do I buy?
Pick a plan on the pricing page and complete Stripe Checkout. Your license key is emailed to you within seconds 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), 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.