Download
Download OpenTypeless for Windows, macOS, or Linux. Free, open-source AI voice input with multi-provider STT and text polishing. A better typeless alternative.
Version: 0.1.2 · Released: 2026-02-26
Security Notice
OpenTypeless is open-source software and is not yet code-signed. Your operating system may show a security warning during installation. This is normal for open-source apps.
- Windows: Click "More info" then "Run anyway" on the SmartScreen prompt.
- macOS: Right-click the app, select "Open", then "Open" to bypass Gatekeeper. Or go to System Settings > Privacy & Security > click "Open Anyway".
- Linux: Run chmod +x on the AppImage to make it executable.
Installation Guide
1
Download the installer for your platform
2
Run the installer and follow the prompts
3
Set up your preferred STT and LLM provider API keys
4
Press the global hotkey and start speaking
Or build from source
Clone the repository and build with Tauri CLI
git clone https://github.com/tover0314-w/opentypeless.git
cd opentypeless
npm install
npm run tauri dev