AI-powered voice-to-text dictation for GNOME. Requires the openwispr companion engine service for recording/transcription. Uses clipboard copy/paste for output (optional auto-paste). Optional remote STT/LLM requests are sent only to user-configured providers.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Please remove line 701-702 `extension.js` which falls under selective disable if you add something in the future in disable. You can simply change line 704 to this: ```js this._controller?.disable(); ``` 2. Remove the duplication (51-54 `extension.js`).
Done!