A floating Windows voice typing app that opens fast, says when it is ready, warms up Whisper in the background, and pastes text into any app.
Runs Whisper locally on your machine. Your voice data never leaves your PC.
The app opens quickly, shows `I am ready`, and starts warming the model in the background.
A tiny curved pill widget that stays out of the way and is easy to access when needed.
Press Ctrl+Alt+Space anywhere in Windows to start and stop recording.
Transcribed text is pasted into the active field or copied to the clipboard based on your mode.
Choose your Whisper model, set custom hotkeys, and switch between auto-paste and copy-only mode.
The app opens, shows `I am ready`, and begins warming up the selected model in the background.
Hit Ctrl + Alt + Space from anywhere to start listening.
Your words are transcribed locally and pasted into the active app or copied to the clipboard.
Text is pasted directly into the active search bar, editor, form, or chat box after transcription.
Transcript is copied to the clipboard silently so you can paste it exactly where you want.
# Clone the repo
git clone https://github.com/IWantGnosis/Voicetype.git
cd Voicetype
# Create virtual environment
python -m venv .venv
.venv\Scripts\activate
# Install dependencies
pip install -r requirements.txt
# Launch the assistant
python run.py