-
Notifications
You must be signed in to change notification settings - Fork 1
Other Plugins
Beyond transcription engines and LLM providers, TypeWhisper for Linux bundles plugins that run actions, post-process text, store memory, and provide companion behavior. This page covers those four categories.

Action plugins run custom actions from transcriptions or prompt results.
| Plugin | Description |
|---|---|
Linear |
Action plugin. |
Obsidian |
Action plugin. |
Post-processing plugins transform text after transcription.
| Plugin | Description |
|---|---|
Script |
Run a shell command against the transcription. |
Memory storage plugins persist and recall extracted memory entries. When one is enabled alongside a configured LLM provider, eligible transcriptions are mined for durable facts that future prompt actions can recall as context — see Memory.
| Plugin | Description |
|---|---|
FileMemory |
Local JSON storage. |
OpenAiVectorMemory |
Embedding-backed recall. |
Companion plugins observe app/plugin events and react.
| Plugin | Description |
|---|---|
Webhook |
Notifications. |
The Webhook and Script plugins own user-editable collections and expose per-plugin collection settings under:
PluginData/<plugin-id>/
This keeps their entries surviving plugin reinstalls and lets the host edit them through the settings UI. See Plugins for more on the plugin model and where plugin data lives.
- Memory — how memory storage plugins feed long-term recall.
- Plugins — plugin categories, deployment, and known gaps.
| Date | Change |
|---|---|
| 2026-06-17 | Initial version. |
| 2026-06-17 | Added Actions / Memory plugins screenshot. |
Home · Repository · Issues · Releases · GPLv3
TypeWhisper for Linux is a community Linux port. Each page lists its own change history in the Changelog section above.
Getting Started
Using TypeWhisper
- Dashboard
- Dictation
- Global Hotkeys
- Text Insertion
- File Transcription
- Recorder
- History
- Dictionary & Term Packs
- Snippets
- Profiles
- Prompts & AI Actions
- Text Cleanup & Formatting
- Long-term Memory
Settings
Plugins
Automation
Platform & Troubleshooting
Project