Privacy

Voice data is the most personal data there is. Neuron Flame treats it that way — every default keeps your audio and transcripts on your Mac. The only exceptions are features you opt into explicitly, with API keys you provide, sending data to providers you choose.

The short version

Where data lives

DataLocationPurpose
Recorded audioRAM only (default) or ~/Library/Application Support/com.neuronflame.app/Recordings/ (if you opt to keep recordings)Transcription input
TranscriptsSwiftData local database in App SupportHistory, search, retry-paste
API keysmacOS KeychainCloud LLM authentication
Custom dictionary & promptsSwiftData local databasePersonalisation
Power Mode profilesSwiftData local databasePer-app behaviour
Whisper / Parakeet models~/Library/Application Support/com.neuronflame.app/Models/Local transcription

What leaves your Mac (and when)

Default install, all toggles off:

If you turn on AI Enhancement with a cloud LLM:

If you turn on Clipboard Context (off by default):

If you turn on Window Context (off by default):

What we never collect

Third-party network calls

By default, Neuron Flame talks to:

Anything else is opt-in:

Deleting your data

To wipe Neuron Flame's local state without uninstalling the app:

rm -rf ~/Library/Application\ Support/com.neuronflame.app/

This removes recordings, transcripts, custom dictionary, prompts, and Power Mode profiles. Models too — you'll need to re-download.

To remove the API keys from Keychain: open Keychain Access, search for "neuronflame" or "ziva", delete entries.

Open source & auditable

Neuron Flame is open source under GPL-3.0. The full source is on GitHub. If you don't trust our description of what's happening, read the code — every network call is searchable, every persistence path is documented, every permission check is explicit.