Is your feature request related to a problem?
The problem is that on macOS FluidVoice downloads models into ~/Library/Caches, at the top-level. This makes it harder for me to track huge files that are downloaded on a per-app basis (as I do for other AI apps).
But maybe this is intentional and choosing such a saved location allows for the sharing of model files with apps other than FluidVoice?
Describe the solution you'd like
Download folders such as cohere-transcribe-03-2026-CoreML-6bit and WhisperModels under ~/Library/Caches/com.FluidApp.app/models
Describe alternatives you've considered
I can manually monitor what folders are created by FluidVoice under ~/Library/Caches and keep a growing list of these folders in a script.
Is your feature request related to a problem?
The problem is that on macOS FluidVoice downloads models into
~/Library/Caches, at the top-level. This makes it harder for me to track huge files that are downloaded on a per-app basis (as I do for other AI apps).But maybe this is intentional and choosing such a saved location allows for the sharing of model files with apps other than FluidVoice?
Describe the solution you'd like
Download folders such as
cohere-transcribe-03-2026-CoreML-6bitandWhisperModelsunder~/Library/Caches/com.FluidApp.app/modelsDescribe alternatives you've considered
I can manually monitor what folders are created by FluidVoice under
~/Library/Cachesand keep a growing list of these folders in a script.