Skip to main content

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 press Ctrl+Shift+K, Trueears:
  1. Detects your active application (VS Code, Slack, Outlook, etc.)
  2. Records your speech via the Web Audio API
  3. Transcribes it using Groq’s Whisper API
  4. Optionally formats the text with an LLM based on the active app context
  5. Pastes the result directly into your focused text field
No switching windows. No copy-paste. Just speak and keep working.

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

User presses Ctrl+Shift+K


  [Rust backend] Detects active window and selected text


  [Frontend] Shows overlay, starts audio recording


  [Groq Whisper API] Speech → raw text


  [Groq Chat API] Formats text using app-specific system prompt


  [Rust backend] Writes to clipboard, simulates Ctrl+V paste

Tech stack

LayerTechnology
FrontendReact 19, TypeScript 5.8, TailwindCSS 4, Vite 6
BackendTauri 2.x (Rust)
Speech-to-textGroq Whisper (whisper-large-v3-turbo)
LLM formattingGroq Chat / OpenRouter models
PlatformWindows 10/11 (Linux in progress)

License

Trueears is open source under the GNU AGPL v3.0 license.