Community-maintained plugins for TypeWhisper, the speech-to-text app for macOS.
Visit the Plugin Catalog to discover and download plugins.
See CONTRIBUTING.md for detailed instructions on how to submit your plugin.
Quick overview:
- Fork this repository
- Create your plugin directory under
plugins/your-plugin-slug/ - Add
manifest.json,README.md,LICENSE, and your Swift source insrc/ - Open a pull request
- CI validates your submission automatically
- After review and merge, your plugin is built and published
plugins/
<plugin-slug>/
manifest.json # Plugin metadata
README.md # Documentation
LICENSE # Plugin license
icon.png # Optional (256x256)
src/
Package.swift # Swift package manifest
Sources/<Name>/
<Name>.swift # Plugin source code
- TranscriptionEnginePlugin - Speech-to-text engines
- LLMProviderPlugin - LLM providers for text processing
- PostProcessorPlugin - Text post-processing pipeline
- ActionPlugin - Custom actions with processed text
Each plugin is licensed individually by its author. See the LICENSE file in each plugin directory.