git404hub

what is whimprflow fr?

blueturboguy07/whimprflow — explained in plain English

Analysis updated 2026-05-18

53RustAudience · vibe coderComplexity · 3/5LicenseSetup · hard

tl;dr

A voice dictation app that turns your speech into clean, punctuated text anywhere you type, running speech recognition and text cleanup locally on your own Mac or Windows computer.

vibe map

mindmap
  root((WhimprFlow))
    What it does
      Push to talk dictation
      On device transcription
      Cleans filler words
    Tech stack
      Rust
      Tauri
      React
      Whisper
    Use cases
      Dictate text anywhere
      Build personal dictionary
      Try local voice AI
    Audience
      Vibe coders
      Privacy minded users
    Status
      Proof of concept
      macOS working
      Windows working

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Dictate text into any app on your computer using a push to talk hotkey

VIBE 2

Run speech to text and transcript cleanup fully on device for privacy

VIBE 3

Build a personal dictionary of names and terms the app learns over time

VIBE 4

Experiment with swapping in cloud based cleanup from OpenAI or Anthropic

what's the stack?

RustTauriReactTypeScriptWhisperllama.cpp

how it stacks up fr

blueturboguy07/whimprflowavelino/mcpmitsuhiko/insta-cmd
Stars535252
LanguageRustRustRust
Last pushed2026-06-14
MaintenanceMaintained
Setup difficultyhardeasyeasy
Complexity3/53/52/5
Audiencevibe coderops devopsdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · hard time til it works · 1h+

No installer yet, you must build from source and manually download multi gigabyte Whisper and LLM models.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

in plain english

WhimprFlow is a voice dictation app: you hold down a key, speak, and clean text appears wherever your cursor is, whether that's a chat box, an email, or a document. Speech recognition happens on your own device using a tool called Whisper, and a local AI model then cleans up the raw transcript by removing filler words, fixing spoken self corrections like changing your mind mid sentence, adding punctuation, and formatting lists and paragraphs. There is also an optional cloud option if you would rather send the cleanup step to OpenAI or Anthropic. The project is explicitly a proof of concept, built quickly, and the author is upfront that it is rough around the edges and not production ready. It works as a starting point rather than a polished tool. It runs on macOS, where it has been built and tested on Apple's own chips, and on Windows, where it also builds and runs, including push to talk with the Right Ctrl key, speech recognition, and cloud based cleanup. A couple of Windows only gaps remain: the on-device cleanup AI runs on the processor rather than the graphics card, and automatic learning of new words from your corrections only works on macOS so far. Both platforms currently require building the app from source, since there is no ready-made installer yet. Other features include a small floating status bar showing whether the app is idle, recording, or processing, a personal dictionary that learns names and terms you use often, and local usage statistics like words dictated, typing speed, and daily streaks. Under the hood it is built with Tauri, pairing a Rust backend with a React and TypeScript interface. The code is split into separate pieces for speech recognition, audio capture, cloud cleanup, and the local cleanup AI, so each part can be worked on independently. The app is not affiliated with any existing commercial dictation product, it is an independent recreation of that kind of workflow built from scratch. Privacy is a stated priority: speech recognition and default cleanup both happen on your device, and if you choose the cloud option, only the text transcript is sent, never the audio, with API keys stored in your operating system's secure keychain rather than in a plain file. It is written mostly in Rust and released under the MIT license.

prompts (copy fr)

prompt 1
Help me build WhimprFlow from source on macOS following the steps in its README.
prompt 2
Walk me through setting up WhimprFlow on Windows, including the Visual Studio Build Tools it needs.
prompt 3
Explain how WhimprFlow's local LLM cleanup worker fixes spoken self corrections in a transcript.
prompt 4
Show me how to point WhimprFlow's cloud cleanup at OpenRouter instead of OpenAI.

Frequently asked questions

what is whimprflow fr?

A voice dictation app that turns your speech into clean, punctuated text anywhere you type, running speech recognition and text cleanup locally on your own Mac or Windows computer.

What language is whimprflow written in?

Mainly Rust. The stack also includes Rust, Tauri, React.

What license does whimprflow use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is whimprflow to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is whimprflow for?

Mainly vibe coder.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.