Skip to content

Commit 302d2f0

Browse files
committed
feat: ✨ add Windows dual build system with CPU and Vulkan GPU variants
1 parent e51550a commit 302d2f0

File tree

5 files changed

+470
-7
lines changed

5 files changed

+470
-7
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ VoiceTypr is an open source AI voice-to-text dictation tool, alternative to Wisp
2929
- 100% offline transcription - your voice never leaves your device
3030
- Multiple model sizes for accuracy vs speed tradeoffs
3131
- Support for 99+ languages out of the box
32-
- Hardware acceleration (Metal on macOS, CUDA on Windows)
32+
- Hardware acceleration (Metal on macOS)
3333

3434
### 🚀 **Native Performance**
3535
- Built with Rust and Tauri for blazing-fast performance
@@ -66,7 +66,9 @@ VoiceTypr is an open source AI voice-to-text dictation tool, alternative to Wisp
6666
#### Windows
6767
- Windows 10/11 (64-bit)
6868
- 3-4 GB free disk space (for AI models)
69-
- NVIDIA GPU recommended for CUDA acceleration (optional)
69+
- Two versions available:
70+
- **CPU Version**: Universal compatibility (works on all systems)
71+
- **GPU Version**: Vulkan acceleration (works with NVIDIA, AMD, Intel GPUs)
7072

7173
### Quick Install
7274

@@ -79,12 +81,16 @@ VoiceTypr is an open source AI voice-to-text dictation tool, alternative to Wisp
7981
> **Note**: VoiceTypr is fully signed and notarized by Apple, so you can run it without security warnings.
8082
8183
#### Windows
82-
1. Download the latest [VoiceTypr installer](https://github.com/moinulmoin/voicetypr/releases/latest)
84+
1. Choose your version from the [latest release](https://github.com/moinulmoin/voicetypr/releases/latest):
85+
- **VoiceTypr_x.x.x_x64-setup.exe**: CPU version (recommended for most users)
86+
- **VoiceTypr_x.x.x_x64-gpu-setup.exe**: GPU version (faster, requires compatible GPU)
8387
2. Run the installer
8488
3. Launch VoiceTypr from Start Menu
8589
4. Follow the onboarding to download your preferred AI model
8690

87-
> **Note**: CUDA acceleration will be automatically enabled if you have a compatible NVIDIA GPU.
91+
> **Which version should I choose?**
92+
> - **CPU Version**: Works on any Windows 10/11 PC. Choose this if unsure.
93+
> - **GPU Version**: ~2-3x faster transcription. Requires NVIDIA (GTX/RTX), AMD Radeon, or Intel Arc/Iris Xe GPU with Vulkan support.
8894
8995
## 🎮 Usage
9096

0 commit comments

Comments
 (0)