[privacy]
All options default to off for a local-first, privacy-safe baseline.
config_version = 2
[privacy]store_history = falsestore_audio = falsestore_raw_transcript = falsestore_cleaned_transcript = falselog_transcripts = falseconfig_version is migrated in memory when an older supported schema is loaded.
Options
Section titled “Options”| Option | Type | Default | Description |
|---|---|---|---|
store_history | boolean | false | Reserved / not implemented. Must stay false; validation rejects true. |
store_audio | boolean | false | When false, temporary WAV files are deleted after jobs complete (unless a code path explicitly retains them, such as setup fixtures). When true, retain recorded audio on disk. |
store_raw_transcript | boolean | false | Reserved / not implemented. Must stay false; validation rejects true. |
store_cleaned_transcript | boolean | false | Reserved / not implemented. Must stay false; validation rejects true. |
log_transcripts | boolean | false | When true, daemon debug logs may include transcript text. Keep false unless debugging in a controlled environment. |
emit_transcript_in_events | boolean | false | When true, daemon IPC events may include transcript text. Keep false for privacy-safe defaults. |
Doctor and warnings
Section titled “Doctor and warnings”skald doctor reports when store_audio, log_transcripts, or
emit_transcript_in_events is enabled. Reserved storage flags are not treated as
active controls.
Cloud cleanup is configured separately in [cleanup] and sends transcript text off-device only when cleanup runs—not via these flags.
Related settings
Section titled “Related settings”[cleanup].enabled— opt-in cloud processing of transcript text[secrets]— API keys never stored inconfig.toml- Daemon socket
0600, runtime directory0700— see Troubleshooting
- Enabling
log_transcriptscan leak dictated content into journald or terminal output whenskalddruns in the foreground. - Setup wizard fixture audio is stored at
~/.local/share/skald/models/samples/setup.wav(underpaths.model_dir) regardless ofstore_audio.