Speak. Release. Done.
The fastest voice-to-text for Windows. Powered by Groq Whisper.
No login. No cloud. No telemetry. Just speak.
- ⚡ Groq Whisper Speed — Transcription in under a second
- 🌐 Hinglish Support — Speak Hindi, type in Roman script
- ⌨️ Custom Hotkeys — Hold-to-talk or toggle mode with any key combo
- 🎯 Smart Auto-Paste — Types directly into your active text field
- 🔕 System Tray — Lives quietly in your system tray
- 🔒 100% Private — Your audio never touches our servers
- 🎨 Beautiful UI — Dark glassmorphism design with animated status pill
- 📜 History — Keep track of your recent transcriptions
| Type | Description | Link |
|---|---|---|
| Installer (recommended) | Full setup wizard with shortcuts | Download v2.0.1 |
| Portable | Single .exe, no install needed | Download v2.0.1 (Portable) |
System Requirements: Windows 10/11 (64-bit), ~50MB disk, internet for transcription, a microphone.
- Get a Groq API key — Free at console.groq.com
- Install & launch REREAL - Spitit
- Paste your API key in Settings
- Hold
Alt + LShiftand speak - Release — your speech appears where you're typing ✨
| Language | Code | Notes |
|---|---|---|
| Auto-detect | auto |
Whisper auto-detects |
| English | en |
— |
| Hinglish | hinglish |
Hindi spoken → Roman script output |
| Hindi | hi |
Devanagari output |
| Hindi + English Mix | mixed_hi_en |
Preserves both scripts |
| Spanish, French, German, Italian, Portuguese, Russian, Japanese, Korean, Chinese | es, fr, de, it, pt, ru, ja, ko, zh |
— |
# Clone
git clone https://github.com/VIKAS-REREAL/REREAL-Spitit.git
cd REREAL-Spitit
# Install dependencies
pip install -r requirements.txt
# Run in development
python src/main.py
# Build portable .exe
pip install pyinstaller
python scripts/build_icon.py
python scripts/generate_sound.py
python -m PyInstaller --noconfirm REREAL-Spitit.spec
# Build everything (portable + installer)
.\build-release.ps1 -InstallerREREAL-Spitit/
├── src/
│ ├── main.py # App entry point & orchestrator
│ ├── config.py # Config management
│ ├── recorder.py # Mic capture
│ ├── transcriber.py # Groq Whisper client
│ ├── paster.py # Output handling
│ ├── hotkey.py # Global hotkey controller
│ ├── tray.py # System tray
│ ├── updater.py # Update checker
│ └── ui/
│ ├── theme.py # Colors, fonts, constants
│ ├── pill.py # Floating status pill
│ ├── settings.py # Settings window
│ ├── splash.py # Splash screen
│ └── components.py # Reusable widgets
├── scripts/
│ ├── build_icon.py # Icon generator
│ └── generate_sound.py # Done sound generator
├── installer/ # Inno Setup files
├── docs/ # GitHub Pages website
└── ...
See CONTRIBUTING.md for guidelines.
MIT — Free for personal use. Commercial use requires a separate license.
- Website: vikas-rereal.github.io/REREAL-Spitit
- Groq: console.groq.com
- Issues: Report a bug
Built with ❤️ under REREAL — Where real meets unreal