Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

TypeWhisper/typewhisper-plugins

Repository files navigation

TypeWhisper Community Plugins

This repository is retired and will be archived. It was an experiment for a separate community plugin catalog, but TypeWhisper plugin contributions now belong in the platform repositories that own the app integration.

Where to Contribute Plugins

The platform repository is the source of truth for build integration, review, release, and any add-on catalog listing. Please do not open new plugin submissions in this repository.

Historical Structure

The archived experiment used this layout:

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

Plugin Types

  • TranscriptionEnginePlugin - Speech-to-text engines
  • LLMProviderPlugin - LLM providers for text processing
  • PostProcessorPlugin - Text post-processing pipeline
  • ActionPlugin - Custom actions with processed text

Resources

License

Each plugin is licensed individually by its author. See the LICENSE file in each plugin directory.