So, for some reason superwhisper doesn't work on my pc, and when I asked claude it said that it is a common problem for windows users(idk why tbh). So I decided to create my own super whisper, I tested it, and while it is not 100% accurate it is WAY faster then just writing.
Here's how to do it(I called it ultrawhisper)
UltraWhisper — Installation Guide
What it does: Hold ALT+K, speak, release → text appears wherever your cursor is.
Requirements
Windows 10/11
Internet connection (needed for transcription)
Step 1 — Install Python 3.11
Download from this direct link:
During installation check "Add Python to PATH" then click "Install Now".
Step 2 — Download the app files
Download the zip I send you and extract it anywhere you want (e.g. Downloads folder).
Step 3 — Install the libraries
Press Windows + R, type cmd, press Enter. In the terminal paste:
"C:\Users\YOUR_NAME\AppData\Local\Programs\Python\Python311\python.exe" -m pip install faster-whisper pyaudio keyboard pyperclip pyautogui torch SpeechRecognition
⚠️ Replace YOUR_NAME with your Windows username (the one you see in C:\Users\).
Step 4 — Create a desktop shortcut
Go to the extracted folder, right click on avvia.bat → Show more options → Send to → Desktop (create shortcut).
How to use it
Double click the shortcut on your desktop
Minimize the black terminal window that opens
Click wherever you want to type
Hold ALT+K, speak, release
Text appears automatically ✓
Below is the zip file with everything you need.
ONCE AGAIN: If you can, please use superwhisper, it is much better, I've built this while I find a way to make superwhisper work. Lemme know what y'all think about this!