Quick Start
Get up and running in under 5 minutes
Installation
Download and install Trueears on Windows
App Profiles
Configure per-app formatting and language
API Reference
Explore the Tauri command API
What is Trueears?
Trueears is a minimalist, context-aware AI voice dictation application built with Tauri and Rust. It runs as a lightweight background process (<15MB RAM) and activates with a global hotkey. When you pressCtrl+Shift+K, Trueears:
- Detects your active application (VS Code, Slack, Outlook, etc.)
- Records your speech via the Web Audio API
- Transcribes it using Groq’s Whisper API
- Optionally formats the text with an LLM based on the active app context
- Pastes the result directly into your focused text field
Key features
Context-aware formatting
Detects your active app and applies app-specific formatting rules automatically
App Profiles
Pre-configured profiles for VS Code, Slack, Outlook, Notion, and more
Select-to-Transform
Select text, speak a transformation command, and watch it rewrite in place
Log Mode
Voice-triggered note-taking that saves timestamped entries to markdown files
Local-first
Audio is processed in-memory and never stored on disk or any third-party server
Lightweight
~15MB bundle built with Rust/Tauri — 10x smaller than Electron alternatives
How it works
Tech stack
| Layer | Technology |
|---|---|
| Frontend | React 19, TypeScript 5.8, TailwindCSS 4, Vite 6 |
| Backend | Tauri 2.x (Rust) |
| Speech-to-text | Groq Whisper (whisper-large-v3-turbo) |
| LLM formatting | Groq Chat / OpenRouter models |
| Platform | Windows 10/11 (Linux in progress) |
