Privacy is Hyprcore’s main differentiator. Here’s specifically what that means.Documentation Index
Fetch the complete documentation index at: https://docs.hyprcore.ai/llms.txt
Use this file to discover all available pages before exploring further.
What’s on your Mac, always
- Audio recordings (dictation WAVs, meeting audio/video files).
- Transcripts and notes.
- Vault structure (folders, page titles, page bodies).
- Speech models. Whisper, Parakeet, and any custom models live entirely on disk.
- API keys. Stored in macOS Keychain. They never reach Hyprcore servers.
- Dictation history. Always local; never syncs.
What can reach the cloud, only with your action
When you sign in and turn on Cloud Sync
- Vault metadata (folder structure, page titles).
- Transcripts and notes (encrypted blobs—our servers can’t read them).
- Action items.
- Audio and video files, only if “Sync audio” is enabled. Off by default.
When you use Hyprcore Cloud AI features
For each AI request you make—a meeting summary, a session chat question, a cloud STT transcription—the relevant content travels to the third-party LLM or STT provider that fulfills the request:- AI summaries / dictation cleanup / chat: Anthropic, OpenAI, Google, or another LLM provider via OpenRouter (when using Hyprcore Cloud) or directly (when using your own API key).
- Cloud STT: Deepgram, Groq, or OpenAI.
- Cloud embeddings (semantic search): OpenAI or another provider via OpenRouter.
When you use BYO API keys
Same data flow, except Hyprcore is invisible—your API key calls the provider directly from your Mac. We don’t see the request or the response. You’re billed by the provider, not by us.What’s never collected
- Audio or video. Never sent to Hyprcore’s telemetry or logging systems.
- Transcript content. Never sent to telemetry. Sent to LLM providers only when you ask for an AI feature.
- Personal identifiers beyond what’s needed for billing (your account email, billing details—handled by Stripe).
- Browsing or app usage outside Hyprcore.
Telemetry
Hyprcore collects crash reports and (optionally) anonymized feature usage. Default is Errors only—just crashes. Default never includes content or audio. Configure or disable in Settings → Telemetry. See Telemetry for the full breakdown.Storage and retention
| Data | Where | Retention |
|---|---|---|
| Local meetings, notes, history | Your Mac | Forever, or per your retention setting |
| Cloud-synced meetings, notes | AWS S3 | While your account is active; 30 days after cancellation |
| Cloud-synced audio/video | AWS S3 (only if Sync Audio on) | Same as above |
| Telemetry errors | Sentry | 90 days |
| Telemetry logs (Full mode) | Axiom | 30 days |
| Stripe billing data | Stripe | Per Stripe’s terms |
Your rights
If you’re in the EU, UK, California, or any jurisdiction with comparable rights:- Access. Request all data Hyprcore stores about you. Email privacy@hyprcore.ai.
- Deletion. Request deletion of your account and all associated data. Email privacy@hyprcore.ai. We delete cloud data within 30 days; local data is yours to delete via
rm -rf ~/Library/Application\ Support/ai.hyprcore.desktop/. - Portability. Export meetings as Markdown or JSON from inside the app. For a full data export, email privacy@hyprcore.ai.
Subprocessors
Hyprcore Cloud uses these subprocessors:- AWS — storage (S3) and serverless compute.
- Supabase — auth and managed Postgres.
- Stripe — billing.
- Sentry — crash reporting.
- Axiom — log shipping (Full telemetry mode only).
- OpenRouter — multi-provider LLM gateway used by Hyprcore Cloud AI features.
- Anthropic, OpenAI, Google, Deepgram, Groq — model providers (when you use Hyprcore Cloud and a request routes to them).

