Documentation Index
Fetch the complete documentation index at: https://mintlify.com/devv-shayan/Trueears/llms.txt
Use this file to discover all available pages before exploring further.
General
What is Trueears?
What is Trueears?
How much does it cost?
How much does it cost?
- Groq API (transcription): free tier available with generous limits
- LLM post-processing (formatting): uses Groq’s free chat models
Which platforms are supported?
Which platforms are supported?
| Platform | Status |
|---|---|
| Windows 10/11 | Fully supported |
| macOS | Coming soon |
| Linux | Coming soon |
Privacy & security
Does Trueears store my audio?
Does Trueears store my audio?
- Recorded locally in memory
- Sent to Groq for transcription
- Immediately discarded after transcription completes
Where are my API keys stored?
Where are my API keys stored?
settings.json file in the app data directory. Authentication tokens from Google OAuth are stored in a separate auth.json file in the same directory.Keys are never stored in localStorage or sent to any server other than the APIs they authenticate with.Is my voice data sent anywhere besides Groq?
Is my voice data sent anywhere besides Groq?
Can I use Trueears offline?
Can I use Trueears offline?
Features
What's the difference between recording modes?
What's the difference between recording modes?
| Mode | Behavior | Best for |
|---|---|---|
| Auto (default) | Quick tap = Toggle, Hold = Push-to-Talk | Flexibility |
| Toggle | Press to start, press again to stop | Long dictation |
| Push-to-Talk | Hold to record, release to stop | Quick commands |
What is Select-to-Transform?
What is Select-to-Transform?
Speak your instruction
What is Log Mode?
What is Log Mode?
| Trigger phrase | Example |
|---|---|
| Log | ”Log fix the login button” |
| Remember | ”Remember to update the docs” |
| Note to self | ”Note to self check the API limits” |
Can I customize app profiles?
Can I customize app profiles?
- Add profiles for new applications
- Modify formatting instructions per app
- Set context-specific system prompts
- Override the transcription language per app
Can I use different languages for different apps?
Can I use different languages for different apps?
Technical
Why Tauri instead of Electron?
Why Tauri instead of Electron?
| Tauri | Electron | |
|---|---|---|
| Bundle size | ~15 MB | ~150 MB |
| Memory usage | Lower | Higher |
| Backend | Native Rust | Node.js |
| WebView | System WebView | Bundled Chromium |
What LLM models are supported?
What LLM models are supported?
openai/gpt-oss-120b(recommended)openai/gpt-oss-20b
What Whisper model is used for transcription?
What Whisper model is used for transcription?
whisper-large-v3-turbo via the Groq API by default. This model provides a good balance of transcription speed and accuracy.You can change the model in Settings > Transcription.How do global hotkeys work?
How do global hotkeys work?
global-shortcut plugin:| Action | Shortcut |
|---|---|
| Start / stop recording | Ctrl+Shift+K |
| Open settings | Ctrl+Shift+S |
