Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
| **Windows** | Available | [Releases](https://github.com/TypeWhisper/typewhisper-win/releases) | [typewhisper-win](https://github.com/TypeWhisper/typewhisper-win) |
| **iOS** | Beta | [TestFlight](https://testflight.apple.com/join/kcCS3hcZ) | [typewhisper-ios](https://github.com/TypeWhisper/typewhisper-ios) |
| **Raycast** | Extension | - | [typewhisper-raycast](https://github.com/TypeWhisper/typewhisper-raycast) |
| **Plugins** | Catalog | - | [typewhisper-plugins](https://github.com/TypeWhisper/typewhisper-plugins) |
| **Add-ons** | Catalog | [Browse](https://www.typewhisper.com/addons) | Platform repositories |

## What is TypeWhisper?

Expand All @@ -49,6 +49,12 @@ TypeWhisper is a free, open-source speech-to-text app that runs entirely on your
- **History and export** - Search your transcription history and export as Markdown or JSON.
- **iOS Share Extension** - Send files from other apps directly to TypeWhisper for transcription.

## Plugin Contributions

Plugin contributions belong in the platform repository that owns the app integration: macOS plugins go to [typewhisper-mac](https://github.com/TypeWhisper/typewhisper-mac), and Windows plugins go to [typewhisper-win](https://github.com/TypeWhisper/typewhisper-win). The separate community plugin repository flow is being retired.

Plugins that connect to external providers must use access paths the provider authorizes for third-party integrations. They must not impersonate a provider's first-party client, use consumer subscription credentials as API access unless the provider explicitly supports that third-party path, or rely on unofficial OAuth clients, copied client IDs, hidden endpoints, or token refresh flows intended for another first-party product.

## Support the Project

TypeWhisper is free and open source under GPLv3. If you find it useful, consider supporting development:
Expand Down