Platform support
| Platform | Status | Notes |
|---|---|---|
| Windows | Full support | NSIS and MSI installers available |
| Linux | In progress | Build from source; some features limited |
| macOS | Coming soon | Not yet available |
Install Trueears
- Download binary
- Build from source
The easiest way to get Trueears on Windows is to download the latest installer from GitHub Releases.Steps:Once installed, press
- Go to the latest release page
- Download the installer for your preference:
Trueears_<version>_x64-setup.exe— NSIS installer (recommended)Trueears_<version>_x64_en-US.msi— MSI installer
- Run the installer and follow the prompts
- Launch Trueears from the Start Menu or desktop shortcut
The installer bundles a WebView2 bootstrapper, so Trueears works even on systems where WebView2 is not pre-installed.
Ctrl+Shift+S to open Settings and enter your Groq API key to start dictating.Environment variables
The workspace root.env is the centralized config for the frontend, backend, and payment service. Copy .env.example and fill in the values relevant to your setup:
The Groq API key used for transcription is stored securely inside the app via
@tauri-apps/plugin-store, not in .env. Configure it from Settings > Transcription after launch.