How to uninstall VoiceInk on Mac
VoiceInk keeps your downloaded Whisper models, the audio of your dictations and your transcription history together in one folder inside Library, ~/Library/Application Support/com.prakashjoshipax.VoiceInk, and Mole selects that folder by default. If you want any of it, copy it or untick that row before you uninstall. These steps cover VoiceInk downloaded from tryvoiceink.com or its GitHub releases and the Homebrew cask voiceink.
What is in VoiceInk's folder
VoiceInk's transcription history page says History is stored locally in the app's support database. The open-source code puts these inside ~/Library/Application Support/com.prakashjoshipax.VoiceInk:
| Inside the folder | What it is |
|---|---|
WhisperModels |
Downloaded Whisper models; a large one is well over 1 GB |
Recordings |
The audio file of each dictation |
default.store |
Your transcription history |
dictionary.store and stats.store |
Your custom dictionary and usage statistics |
Parakeet models are stored separately, in ~/Library/Application Support/FluidAudio, a folder named after the speech library VoiceInk uses rather than after VoiceInk.
Save what you want to keep
- To keep the text, open History in VoiceInk, select the rows and use Export, which writes a CSV file.
- To keep audio or models, quit VoiceInk and copy
RecordingsorWhisperModelsout of the folder above. Models can be downloaded again from inside the app, so most people only need the recordings. - If you no longer want a model, delete it from its card menu in VoiceInk, as the local models page describes. That also works for Parakeet models.
Quit VoiceInk and remove the app
- Quit VoiceInk from its menu bar icon.
- Move VoiceInk from the Applications folder to the Trash.
- Open System Settings › Privacy & Security and remove VoiceInk from any list where you allowed it, such as Microphone. Removing the app does not take those entries away by itself.
Check the result
Run these read-only commands in Terminal:
pgrep -il voiceink
du -sh "$HOME/Library/Application Support/com.prakashjoshipax.VoiceInk"/*
ls -d "$HOME/Library/Application Support/FluidAudio"
- No output from
pgrepmeans VoiceInk has quit. du -shlists each item left in VoiceInk's folder with its size. An error saying no such file or no matches means the folder is gone, and your recordings and history with it.ls -dprinting the path means Parakeet models are still on disk. Check that no other app you use relies on that library before you remove the folder; "No such file or directory" means there is nothing to remove.
If you installed it with Homebrew
Mole skips --zap when its list reaches unchecked or shared data, or cannot be fully checked, and still cleans the leftovers you selected.
The voiceink cask's zap list includes ~/Library/Application Support/com.prakashjoshipax.VoiceInk, so brew uninstall --cask --zap voiceink moves your models, recordings and history to the Trash, whatever you ticked in Mole. It also lists ~/Library/Application Support/VoiceInk, caches, HTTP storage, preferences and saved window state. To keep your data, copy it first, or remove only the app:
brew uninstall --cask voiceink
What Mole lists
This is how Mole handles VoiceInk installed from the official download:
~/Library/Application Support/com.prakashjoshipax.VoiceInkis selected by default. It holds your models, recordings and history, so untick it if you want to keep them.~/Library/Application Support/VoiceInkis listed but not selected.- The CloudKit cache, HTTP storage, preferences file and temporary cache folder filed under
com.prakashjoshipax.VoiceInkare selected by default. ~/Library/Application Support/FluidAudiois not listed.
What this test covered
On September 26, 2026, VoiceInk 2.20 was installed from the official package Homebrew's cask points to, checked against its checksum and copied into Applications, launched once without recording anything or downloading a model, and uninstalled with a development build of Mole with every listed row ticked, including the ones Mole leaves unchecked. Mole's Status page showed VoiceInk as one row with two processes. The app and six rows, seven items in all, went to the Trash. Three files stayed: a phrase database macOS keeps for Shortcuts under ~/Library/Biome, which the system manages and Mole does not touch. No login item or launch agent appeared, and the Homebrew cask was not uninstalled. An earlier test on September 22, 2026 removed the app (114 MB), its support folder and its preferences, and in that run a Sparkle updater storage folder not named after VoiceInk, HTTPStorages/org.sparkle-project.DownloaderService, was also selected and removed.
