git404hub

what is wisprfree fr?

surya758/wisprfree — explained in plain English

Analysis updated 2026-07-25

0SwiftAudience · generalComplexity · 2/5Setup · moderate

tl;dr

A free macOS menu bar app that turns your speech into polished text anywhere you type. It transcribes locally for privacy, then uses AI to clean up grammar and fix names.

vibe map

mindmap
  root((repo))
    What it does
      Menu bar dictation
      Local transcription
      AI text cleanup
    Tech stack
      Swift
      Apple Silicon
      macOS 14
    Features
      Custom name dictionary
      Three dictation modes
      Offline mode
    AI Providers
      OpenAI compatible
      Google Gemini
      Ollama local
    Requirements
      Apple Silicon Mac
      macOS 14 plus
    Audience
      Mac users
      Writers

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 emails or documents hands-free while the app fixes grammar and removes filler words.

VIBE 2

Write fiction or scripts by voice, teaching the app to correctly spell custom character names.

VIBE 3

Transcribe speech locally and offline for maximum privacy.

VIBE 4

Switch between casual, writing, and professional tones depending on the task.

what's the stack?

SwiftApple SiliconmacOS 14

how it stacks up fr

surya758/wisprfreeaiduckman/claudeusage_latest_may2026arnabau/thermalpulse
Stars000
LanguageSwiftSwiftSwift
Setup difficultymoderateeasymoderate
Complexity2/52/53/5
Audiencegeneralvibe coderdeveloper

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

how do i run it?

Difficulty · moderate time til it works · 30min

Requires an Apple Silicon Mac running macOS 14 or later, and you must supply your own API key for an AI provider to enable the text cleanup features.

The license allows anyone to use, modify, and share the software freely.

in plain english

WisprFree is a free, open-source dictation app for macOS that lives in your menu bar. It lets you speak to your Mac and get clean, polished text inserted directly into whatever app you are using. The developer built it out of frustration with dictation tools that transcribe every hesitation, false start, and misheard name, making raw speech-to-text barely usable for many people. The app works in two stages. First, a local speech recognition model running on your Mac listens to you and transcribes what you say. This step is fast and private because it happens entirely on your device. Second, an AI language model cleans up the transcript by fixing grammar, removing filler words, and applying a custom dictionary of names you have taught it. The cleaned text then lands wherever your cursor is. You can use it entirely offline with just the local transcription, or you can connect a cloud AI provider for the cleanup step. WisprFree supports several speech recognition engines, including NVIDIA's Parakeet models, OpenAI's Whisper Large, and Cohere Transcribe, covering multiple languages. For the AI cleanup, you bring your own provider: Google Vertex AI, Google Gemini, or any OpenAI-compatible endpoint such as OpenRouter, Groq, or a local Ollama instance. API keys are stored in the macOS Keychain, never in plain config files. The app offers three dictation modes you can switch between from the menu bar: Casual for light cleanup, Writing for aggressive prose polishing with your name dictionary applied, and Professional for business writing. Every mode prompt is editable so you can customize the behavior. A dictionary feature lets you add character and place names along with their common mishearings, so the cleanup model corrects them in context. You control recording with the Fn key: hold to talk, or use a hands-free mode. An overlay shows a live waveform while you speak. Output can be pasted, typed character by character, or copied to the clipboard. The app also tracks stats like words dictated and typing time saved. It requires Apple Silicon and macOS 14 or later.

prompts (copy fr)

prompt 1
I have a macOS menu bar dictation app built in Swift that transcribes locally and then sends text to an OpenAI-compatible endpoint for cleanup. Help me write the Swift networking code to send a transcript to my local Ollama instance and parse the cleaned text response.
prompt 2
I am building a custom dictionary feature for a dictation app that corrects commonly misheard names. Write a JSON structure mapping real names to potential phonetic mishearings, and a Swift function that checks a transcript against this dictionary.
prompt 3
Help me design editable system prompts for three dictation modes: Casual, Writing, and Professional. The Writing mode should aggressively polish prose and use a custom name dictionary, while Professional should sound formal for business emails.
prompt 4
I want to add a new AI provider endpoint to my Swift macOS app. It needs to accept an API key, store it securely in the macOS Keychain, and send transcription text for grammar cleanup. Write the Swift code for this.

Frequently asked questions

what is wisprfree fr?

A free macOS menu bar app that turns your speech into polished text anywhere you type. It transcribes locally for privacy, then uses AI to clean up grammar and fix names.

What language is wisprfree written in?

Mainly Swift. The stack also includes Swift, Apple Silicon, macOS 14.

What license does wisprfree use?

The license allows anyone to use, modify, and share the software freely.

How hard is wisprfree to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is wisprfree for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.