Homebrew tap for Dictus — offline voice dictation for macOS.
brew tap getdictus/tap
brew install --cask dictusHomebrew 6.0 asks you to confirm trust the first time you install from a third-party tap. To grant it up front:
brew trust --cask getdictus/tap/dictusAlready have Dictus in /Applications? --adopt hands the existing app over to Homebrew instead of reinstalling it:
brew install --cask --adopt dictusbrew uninstall --cask dictusTo also remove settings, history and downloaded models (several GB):
brew uninstall --zap --cask dictusDictus updates itself, so the cask is marked auto_updates true and brew upgrade leaves it alone. To let Homebrew drive the update instead:
brew upgrade --cask --greedy dictusThe cask is bumped automatically by bump-cask.yml within a day of each dictus-desktop release.
MIT