You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds optional voice input to the Desktop prompt composer.
Voice can be transcribed locally with a pinned whisper.cpp runtime and downloaded Whisper models, keeping recordings on the device. Users can also select a configured AI model that supports audio input.
The change includes microphone permissions, cancellation handling, model integrity checks, voice settings, packaging support, SDK generation, and translations for all supported locales.
How did you verify your code works?
Ran typechecks for the app, desktop, server, and SDK packages
Ran the focused app, desktop, HTTP API, SDK, and Prompt Input V2 tests
Verified i18n parity for all locales
Built the production Desktop application
Compiled the pinned whisper.cpp runtime on Ubuntu x64
Launched the Electron development application on Ubuntu
Voice input for web, may overlap with desktop voice input implementation
These PRs appear to be addressing similar voice input functionality across different packages/platforms. You may want to check their current status and whether PR #41864 duplicates or should be consolidated with any of these existing work items.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue for this PR
Closes #XXXX
Type of change
What does this PR do?
Adds optional voice input to the Desktop prompt composer.
Voice can be transcribed locally with a pinned whisper.cpp runtime and downloaded Whisper models, keeping recordings on the device. Users can also select a configured AI model that supports audio input.
The change includes microphone permissions, cancellation handling, model integrity checks, voice settings, packaging support, SDK generation, and translations for all supported locales.
How did you verify your code works?
Screenshots / recordings
2026-08-11.19-09-04.mp4
Checklist