alt.hn

4/6/2026 at 7:50:16 PM

Show HN: Ghost Pepper – Local hold-to-talk speech-to-text for macOS

https://github.com/matthartman/ghost-pepper

by MattHart88

4/6/2026 at 11:22:50 PM

This is great, and I'm not knocking it, but every time I see these apps it reminds me of my phone.

My 2021 Google Pixel 6, when offline, can transcribe speech to text, and also corrects things contextually. it can make a mistake, and as I continue to speak, it will go back and correct something earlier in the sentence. What tech does Google have shoved in there that predates Whisper and Qwen by five years? And why do we now need a 1Gb of transformers to do it on a more powerful platform?

by arkensaw

4/7/2026 at 7:24:52 AM

It's the same model used for the WebSpeech API, which can operate entirely offline.

Google mostly funded the training of this model around 10 years ago, and it's quite good.

There are many websites that are simple frontends for this model which is built into Webkit and Blink based browsers. However to my knowledge the model is a blob packed into the apps which is not open source, hence the no Firefox support.

https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_...

https://www.google.com/intl/en/chrome/demos/speech.html

by pushedx

4/6/2026 at 11:38:54 PM

Microsoft OneNote had this back in 2007 or so, granted the speech to text model wasn't nearly as advanced as they are now.

I was actually on the OneNote team when they were transitioning to an online only transcription model because there was no one left to maintain the on device legacy system.

It wasn't any sort of planned technical direction, just a lack of anyone wanting to maintain the old system.

by com2kid

4/7/2026 at 5:37:32 AM

I remember trying out some voice-to-text around 2002 that I believe was included with Windows XP.. or maybe Office?

You had to go through some training exercises to tune it to your voice, but then it worked fairly well for transcription or even interacting with applications.

by rudhdb773b

4/7/2026 at 6:18:57 AM

OS/2 had it built in in 1996.

by silon42

4/6/2026 at 11:43:59 PM

The accuracy is much lower though.

I've switched away from Gboard to Futo on Android and exclusively use MacWhisper on MacOS instead of the default Apple transcription model.

by adamsmark

4/7/2026 at 3:23:50 AM

Any particular reason why you switched? I've been using Gboard for years, especially the text to speech in four languages. In the past few weeks, there was an update where the TTS feature is now in a separate "panel" of the keyboard, and it hardly works at all.

In English and Hebrew it stops after half a dozen words, and those words must be spoken slowly and mechanically for it to work at all. Russian and Arabic are right out - I can't coax any coherent sentence out of it.

I've gone through all permutations of relevant settings, such as "Faster Voice Dictation" (translated from Hebrew,I don't know what the original English option is called). I think there used to be an option for Online or Offline transcription, but that option is gone now.

This is ridiculous - I tried to copy the version information and there is no way to copy it in-app. Let's try the S24 OCR feature...

17.0.10.880768217 release-arm64-v8a 175712590 ראשית (en_GB) 2025090100 = גרסה עדכני Primary on-device: No packs Fallback on-device: Packs: ru-RU: 200

I'll try to install the English, Hebrew, and Arabic packs, though I'm certain that I've installed them already.

by dotancohen

4/6/2026 at 11:45:37 PM

Interesting. My Pixel 7 transcription is barely usable for me. Makes way too many mistakes and defeats the purpose of me not having to type, but maybe that's just my experience.

The latest open source local STT models people are running on devices are significantly more robust (e.g. whisper models, parakeet models, etc.). So background noise, mumbling, and/or just not having a perfect audio environment doesn't trip up the SoTA models as much (all of them still do get tripped up).

I work in voice AI and am using these models (both proprietary and local open source) every day. Night and day different for me.

by cootsnuck

4/7/2026 at 8:04:28 AM

I've built my own tts apps testing whisper and while it's good it does hallucinate quite a bit if there's noise, or just sometimes when the audio is perfectly clear.

It often gives the illusion of being very good but I could record a half hour of me speaking and discover some very random stuff in the middle that I did not say

by taffydavid

4/7/2026 at 4:29:41 PM

Yup, you're absolutely right. The open source models do have their rough edges. I use NVIDIA's Parakeet v3 model a lot locally, and it will occasionally do this thing where it just repeats a word like a dozen times.

by cootsnuck

4/7/2026 at 6:20:57 AM

macOS and iOS can do that to with the baked in dictation. Globe key + D on Mac

by artdigital

4/7/2026 at 7:13:06 AM

When you activate it you agree that your voice input is sent to Apple. As far as I understand this project runs fully locally. Up to you to decide for whatever suits your needs best.

by dust42

4/7/2026 at 9:27:47 AM

Where did you get from that the voice input is sent to Apple / the cloud?

As far as I understand Apple’s voice model runs locally for most languages.

Siri commands can be used for training, but is also executed locally and sent to Apple separately (and this can be disabled).

by stingraycharles

4/7/2026 at 1:55:21 PM

I couldn't believe it either but when you enable it the settings of macOS you get this popup:

> When you dictate text, information like your voice input and contact names are sent to Apple to help your Mac recognize what you’re saying.

by angristan

4/7/2026 at 2:46:42 PM

Elsewhere it says:

"When you use Dictation, your device will indicate in Keyboard Settings if your audio and transcripts are processed on your device and not sent to Apple servers. Otherwise, the things you dictate are sent to and processed on the server, but will not be stored unless you opt in to Improve Siri and Dictation."

And:

"Dictation processes many voice inputs on your Mac. Information will be sent to Apple in some cases."

In conclusion... I think they're trying to cover all their bases, but it sounds like things are processed locally as long as the hardware can handle it.

by wat10000

4/7/2026 at 11:38:28 AM

No, that is not correct. It is running one hundred percent local. You can try it by turning off internet on your phone and try running it then. However, the built in model isn't as good, so this is probably better.

by victorbjorklund

4/7/2026 at 12:01:08 PM

Nothing comes close to LLM transcription though. I just tried this. I said "globe key dictation, does this work?". Here's the transcription, verbatim:

"Fucking dictation, does this work"

by nidnogg

4/7/2026 at 6:37:22 AM

yup, this is how I 'type'

by dwayne_dibley

4/7/2026 at 6:49:24 AM

IMO.. one of the best. It was surprisingly good. Yet they can't even replicate in on their own systems

by vharish

4/6/2026 at 8:08:38 PM

Nice one! For Linux folks, I developed https://github.com/goodroot/hyprwhspr.

On Linux, there's access to the latest Cohere Transcribe model and it works very, very well. Requires a GPU though. Larger local models generally shouldn't require a subordinate model for clean up.

Have you compared WhisperKit to faster-whisper or similar? You might be able to run turbov3 successfully and negate the need for cleanup.

Incidentally, waiting for Apple to blow this all up with native STT any day now. :)

by goodroot

4/6/2026 at 10:12:04 PM

How does it compare to the more well established https://github.com/cjpais/handy? Are there any stand out features (for either option)? What was the reason for writing your own rather than using or improving existing software?

by VorpalWay

4/6/2026 at 10:17:00 PM

Not sure I know what you mean by IR...

But in this case I built hyprwhspr for Linux (Arch at first).

The goal was (is) the absolute best performance, in both accuracy & speed.

Python, via CUDA, on a NVIDIA GPU, is where that exists.

For example:

The #1 model on the ASR (automatic speech recognition) hugging face board is Cohere Transcribe and it is not yet 2 weeks old.

The ecosystem choices allowed me to hook it up in a night.

Other hardware types also work great on Linux due to its adaptability.

In short, the local stt peak is Linux/Wayland.

by goodroot

4/6/2026 at 10:23:11 PM

IR was a typo, meant "it" (fixed it). I blame the phone keyboard plus insufficient proof reading on my part.

If this needs nvidia CPU acceleration for good performance it is not useful to me, I have Intel graphics and handy works fine.

by VorpalWay

4/6/2026 at 10:28:59 PM

It works well with anything. :)

That said: If handy works, no need whatsoever to change.

by goodroot

4/6/2026 at 8:48:34 PM

I've been running whisper large-v3 on an m2 max through a self-hosted endpoint and honestly the accuracy is good enough that i stopped bothering with cleanup models. The bigger annoyance for me was latency on longer chunks, like anything over 30 seconds starts feeling sluggish even with metal acceleration. Haven't tried whisperkit specifically but curious how it handles longer audio compared to the full model.

by LuxBennu

4/6/2026 at 9:06:45 PM

Ah yeah, longform is interesting.

Not sure how you're running it, via whichever "app thing", but...

On resource limited machines: "Continuous recording" mode outputs when silence is detected via a configurable threshold.

This outputs as you speak in more reasonable chunks; in aggregate "the same output" just chunked efficiently.

Maybe you can try hackin' that up?

by goodroot

4/6/2026 at 9:47:35 PM

Yeah that makes sense, chunking on silence would sidestep the latency issue pretty cleanly. I've been running it through a basic fastapi wrapper so it just takes whatever audio blob gets thrown at it, no chunking logic on the server side. Might be worth adding a vad pass before sending to whisper though, would cut down on processing dead air too.

by LuxBennu

4/7/2026 at 5:19:29 PM

Maintainer of WhisperKit here, confirming we do exactly that for longform. We search for the longest "low energy" silence in the second half of the audio window and set the chunking point to the middle of that silence. It uses a version of the webrtc vad algorithm, and significantly speeds up longform because we can run a large amount of concurrent inference requests through CoreML's async prediction api. Whisper is also pretty smart with silent portions since the encoder will tell it if there are any words at all in the chunk, and simply stop predicting tokens after the prefill step - although you could save the ~100ms encoder run entirely with a good vad model, which our recently opensourced pyannote CoreML pipeline can do.

by znagengast

4/7/2026 at 10:36:30 PM

Oh nice, the pyannote coreml port is interesting. Last time I looked at pyannote it was pytorch only so getting it to run efficiently on apple silicon was kind of a pain. Does the coreml version handle diarization or just activity detection?

by LuxBennu

4/6/2026 at 8:27:26 PM

Thanks for sharing! I was literally getting ready to build, essentially, this. Now it looks like I don't have to!

Have you ever considered using a foot-pedal for PTT?

Apple incidentally already has native STT, but for some reason they just don't use a decent model yet.

by hephaes7us

4/6/2026 at 8:39:13 PM

They do, and they even have that nice microphone F5 key for it, and an ideal OS level API making the input experience >perfect<.

Apparently they do have a better model, they just haven't exposed it in their own OS yet!

https://developer.apple.com/documentation/speech/bringing-ad...

Wonder what's the hold up...

For footpedal:

Yes, conceptually it’s just another evdev-trigger source, assuming the pedal exposes usable key/button events.

Otherwise we’d bridge it into the existing external control interface. Either way, hooks are there. :)

by goodroot

4/6/2026 at 9:18:27 PM

The only issue with Apple models is that they do not detect languages automatically, nor switch if you do between sentences.

Parakeet does both just fine.

by jiehong

4/6/2026 at 9:46:28 PM

sorry, PTT?

by chrisweekly

4/6/2026 at 9:49:51 PM

push-to-talk.

by serf

4/7/2026 at 2:49:43 AM

ty

by chrisweekly

4/7/2026 at 4:12:58 AM

Nice, I've been using Hyprwhspr on Omarchy daily for a while now, it's been awesome, thanks very much.

by ericd

4/7/2026 at 5:41:29 PM

Thanks ericd! Glad to hear.

by goodroot

4/7/2026 at 12:08:04 AM

looks like there's a nearly identically named one for Hyprland

Also, wish it was on nixpkgs, where at least it will be almost guaranteed to build forever =)

by pmarreck

4/6/2026 at 9:53:18 PM

Speech-to-text has become integral part of my dev flow especially for dictating detailed prompts to LLMs and coding agents.

I have collected the best open-source voice typing tools categorized by platform in this awesome-style GitHub repo. Hope you all find this useful!

https://github.com/primaprashant/awesome-voice-typing

by primaprashant

4/7/2026 at 5:14:32 AM

Can you explain how exactly dictation is used for development? I type about 120 WPM so typing is always going to be way faster for me than talking. Aside for accessibility, is dictation development for slower typers or is it more so you can relax on a couch while vibe coding? If this comes off as condescension it's not intended, I am genuinely out of the loop here.

by ArlenBales

4/7/2026 at 5:22:35 AM

I think most people can speak faster than 120 WPM. For example this site says I speak at 343 WPM https://www.typingmaster.com/speech-speed-test/, and I self-measure 222 WPM on dense technical text.

by KerrickStaley

4/7/2026 at 5:36:58 AM

Micro machines guy could be vibe coding at an absurd rate.

by thakoppno

4/7/2026 at 6:50:23 AM

My LLM types at 2k WPM. So I ise that to talk to my LLMs

by mememememememo

4/7/2026 at 8:25:27 AM

For me personally, it's not really about typing speed. While I can type pretty fast and most likely I speak faster than typing, but typing and dictating are just different way of doing things for me. While the end result of both is same, but for me it's just like different way of doing things and it's not a competition between the two.

I regularly just sit down and often just describe whatever I'm trying to do in detail and I speak out loud my entire thought process and what kind of trade-offs I'm thinking, all the concerns and any other edge cases and patterns I have in my mind. I just prefer to speak out loud all of those. I regularly speak out loud for 5 to 10 minutes while sometimes taking some breaks in between as well to think through things.

I am not doing it just for vibe coding, I'm using it for everything. So obviously for driving coding agents, but also for in general, describing my thoughts for brainstorming or having some kind of like a critique session with LLMs for my ideas and thoughts. So for everything, I'm just using dictation.

One other benefit I think for me personally is that since I'm interacting with coding agents and in general LLMs a lot again and again every day, I end up giving much more context and details if I'm speaking out loud compared to typing. Sometimes I might feel a little bit lazy to type one or two extra sentences. But while speaking, I don't really have that kind of friction.

by primaprashant

4/7/2026 at 7:24:12 AM

Most English speakers speak faster than 120 wpm so that's probably why people, especially those who can't type at speeds like you can, prefer it.

by Zizizizz

4/7/2026 at 10:26:52 AM

Typing is considerably less energy intensive than speaking. At least it is for me. I save the speaking for meetings, etc.

by sgt

4/6/2026 at 10:51:31 PM

[dead]

by RobertTheNerd

4/7/2026 at 12:09:11 AM

https://handy.computer/ already exists?

by cupcake-unicorn

4/7/2026 at 12:20:28 AM

I have a few qualms with this app:

1. For a Linux user, you can already build such a system yourself quite trivially by getting an FTP account, mounting it locally with curlftpfs, and then using SVN or CVS on the mounted filesystem. From Windows or Mac, this FTP account could be accessed through built-in software.

2. It doesn't actually replace a USB drive. Most people I know e-mail files to themselves or host them somewhere online to be able to perform presentations, but they still carry a USB drive in case there are connectivity problems. This does not solve the connectivity issue.

3. It does not seem very "viral" or income-generating. I know this is premature at this point, but without charging users for the service, is it reasonable to expect to make money off of this?

by semiquaver

4/7/2026 at 1:17:27 AM

I got that reference!

by Graziano_M

4/7/2026 at 2:56:47 AM

why does it need to generate money?

by MegagramEnjoyer

4/7/2026 at 4:49:18 AM

This is the reply that was posted when Dropbox was first shown off on HN. It's a joke :)

by morelikeborelax

4/7/2026 at 6:30:25 PM

ah I wasn't aware! thanks for explaining :D

by MegagramEnjoyer

4/7/2026 at 12:14:03 AM

Yeah props to Handy, really nice tool.

by smcleod

4/7/2026 at 12:17:45 AM

More than one solution can exist for the same problem.

by forbiddenvoid

4/7/2026 at 9:04:16 AM

yes speech to text exists

by itemize123

4/7/2026 at 1:02:20 AM

This is ideal for my use case, yeah. No need to fiddle around with another app's UI.

by ktimespi

4/6/2026 at 8:00:54 PM

Thank you for sharing, I appreciate the emphasis on local speed and privacy. As a current user of Hex (https://github.com/kitlangton/Hex), which has similar goals, what are your thoughts on how they compare?

by charlietran

4/6/2026 at 9:03:22 PM

I see a lot of whisper stuff out there. Are these the same old OpenAI whispers or have they been updated heavily?

I've been using parakeet v3 which is fantastic (and tiny). Confused why we're still seeing whisper out there, there's been a lot of development.

by parhamn

4/6/2026 at 9:20:19 PM

Whisper is still old reliable - I find that it's less prone to hallucinations than newer models, easier to run (on AMD GPU, via whisper.cpp), and only ~2x slower than parakeet. I even bothered to "port" Parakeet to Nemo-less pytorch to run it on my GPU, and still went back to Whisper after a couple of days.

by daemonologist

4/7/2026 at 6:56:56 AM

I'm also wondering whether or not it would be beneficiary for my workload to switch over to Parakeet. Problem is, I'm using a lot of lingo - and in Polish, as well! - so it's not exactly the best case and whisper (v3), so far, works.

by 71bw

4/6/2026 at 9:41:33 PM

Whisper is very good in many languages.

It's also in many flavours, from tiny to turbo, and so can fit many system profiles.

That's what makes it unique and hard to replace.

by goodroot

4/6/2026 at 9:09:12 PM

same, even have kokoro for speech back to text for home assistant and parakeet on mac os through voice ink.

Also vibe coded a way to use parakeet from the same parakeet piper server on my grapheneos phone https://zach.codes/p/vibe-coding-a-wispr-clone-in-20-minutes

by zackify

4/8/2026 at 2:39:56 PM

Does it show your spoken words on the screen live (i.e. streaming) or does it wait until you’ve finished speaking?

I find it very helpful to see my words live - for some reason it helps my simple brain structure what I’m saying, and I’m much more fluent as a result.

I went on a mission a few weeks ago and tried every freely available MacOS STT app I could find (and there are lots of them) - but none I tried had this feature and was otherwise satisfactory. (I vibe-coded a PoC which could do this, so it’s definitely possible.)

by mft_

4/6/2026 at 10:06:19 PM

This thread is a support group for people who have each independently built the same macOS speech-to-text app.

by atlgator

4/7/2026 at 1:40:17 AM

I'm tracking them all here:

https://opensource.builders/alternatives/superwhisper

Just added Ghost Pepper, and you can actually create a skill.md with the features you need to build your own

by theturtletalks

4/7/2026 at 2:38:53 AM

Handy with parakeet is pretty awesome by the way!

by bytesandbits

4/7/2026 at 5:08:34 AM

Agree. Slept on.

Wish they would do an ios version, but the creator already kind of dismissed it.

by perelin

4/7/2026 at 6:15:50 AM

I just don't have the bandwidth to run another project, maintaining Handy is hard enough on it's own, especially for free!

I didn't just dismiss for no reason, I am a human! I have needs and I can't just sleeplessly stay in front of the computer putting out code. If I had more time I would, but alas.

Someone could easily vibe code an iOS version in a few hours. I could do the same but I do not have time to support it.

by sipjca

4/7/2026 at 7:31:48 AM

Thank you for your work, I highly appreciate it!

by xyos

4/7/2026 at 8:23:55 AM

Thank you!!

by sipjca

4/7/2026 at 2:54:11 AM

i like handy a lot, so clean

by MegagramEnjoyer

4/7/2026 at 3:00:18 AM

Another one to add (1.5k stars on GitHub): https://github.com/kitlangton/Hex

by dnlzro

4/7/2026 at 8:30:41 AM

Added Hex and its features

by theturtletalks

4/7/2026 at 7:36:49 AM

Please add wordbird as well: https://github.com/tillahoffmann/wordbird

It has all the usual features, plus you can add project specific vocabulary in your repo. It detects the working folder based on the active window, reads a WORDBIRD.md file in that folder and corrects terms accordingly.

(My friend Till built it)

by earthnail

4/7/2026 at 8:29:12 AM

Added Wordbird and its features

by theturtletalks

4/7/2026 at 6:20:25 AM

Very nice. Two great features I'd suggest highlighting in two apps, one app of which you have listed.

1: livestream transcript directly into the cursor in real time (just like native macOS dictation)

2: show realtime transcript live in an overlay (still has to paste when done, unlike #1, but can still read live while dictating)

1- localvoxtral, 2- FluidVoice (bumping it to 7 features on your list)

by Barbing

4/7/2026 at 8:30:32 AM

Thank you, I have added localvoxtral[0] and fixed FluidVoice

0. https://github.com/T0mSIlver/localvoxtral

by theturtletalks

4/7/2026 at 10:21:02 AM

Awesome, thanks. Now it looks like five features are table stakes and there's no need to filter for, for example, speech to text. So, it would be interesting to see the differentiation, the why would I choose which one.

I see promise trying to get a bit more into curating by showing the top one or two or three picks for a given standout feature.

by Barbing

4/7/2026 at 1:55:18 PM

[dead]

by theturtletalks

4/7/2026 at 7:38:02 AM

You could add foxsay, a great one : https://github.com/skulkworks/foxsay

by zgougou123

4/7/2026 at 8:29:23 AM

Added Foxsay and its features

by theturtletalks

4/7/2026 at 7:14:10 AM

Do any of the apps support taking actions as you talk without having to hit stop?

Like telling it to edit the text or remove a word.

by raybb

4/7/2026 at 3:01:48 AM

So... a vibe slop index to keep track of all the vibe slop apps?

The cherry on top: it’s completely broken! Enable the Context Awareness filter, the list shrinks. Now enable the Auto-pasting filter, the list grows back.

by foltik

4/7/2026 at 6:30:42 AM

I wouldn't call it completely broken; Pressing buttons still does something, it looks like an OR filter instead of an AND. It should be updated to be an AND filter as that's more intuitive.

by mulquin

4/7/2026 at 4:09:21 PM

If you squint, it looks kinda maybe superficially useful? But if you actually critically look at it, it makes no sense.

The categories are clearly LLM generated from the GhostPepper codebase, with vague low level descriptions and links to code. Most categories apply to every listed project.

The UI is the same tiny bit of LLM generated information displayed five different confusing ways. Like seriously, click on a project and you first see a bunch of haphazard feature cards, then a bunch of “feature ... active” rows. Looks fancy, but actually just noise. Textbook slop.

Better would be a simple awesome-style markdown page, with a feature matrix having categories and descriptions curated by a human that actually understands and cares about the domain.

Sorry if this is harsh, but passing off LLM output as “curation” is particularly insulting to me.

by foltik

4/7/2026 at 4:29:43 AM

hahah. It's slop all the way down.

by thefourthchime

4/7/2026 at 4:17:08 AM

Welcome to modern software

by dcreater

4/7/2026 at 6:54:38 AM

The filters selection seems to return a union not an intersection which is a bit confusing, at least to me.

by v4nn4

4/7/2026 at 8:31:09 AM

I’ve fixed this issue, please try it again when you get a chance

by theturtletalks

4/7/2026 at 12:02:45 AM

In the /r/macapps subreddit, they have huge influx of new apps posts, and the "whisper dictation" is one of the most saturated category. [0]

>“Compare” - This is the most important part. Apps in the most saturated categories (whisper dictation, clipboard managers, wallpaper apps, etc.) must clearly explain their differentiation from existing solutions.

https://www.reddit.com/r/macapps/comments/1r6d06r/new_post_r...

by karimf

4/7/2026 at 9:29:07 AM

Seems like there’s also a huge influx of these apps as they’re relatively easy to make with LLMs.

That whole list of requirements there is actually a good thing that anyone who wants to make a new application should ask themselves.

by stingraycharles

4/7/2026 at 2:33:01 PM

This and 100% client-side PDF editors/tools. It's the new "hello world" for vibe-coding.

by vunderba

4/6/2026 at 11:19:19 PM

I cobbled my own together one night before I came across the thoughtfully-built KeyVox and got to talking shop with its creator. Our cups runneth over. https://github.com/macmixing/keyvox/

by tpowell

4/7/2026 at 2:58:19 AM

I did mine on nixOS with a nice little indicator built into Noctalia.

It's remarkable how similar its performance is to Wispr Flow... and it runs locally...

by aroman

4/7/2026 at 3:52:27 AM

In the most possible Apple fashion, I am waiting for MacOS 27 or 28 to have this builtin.

by hbbio

4/7/2026 at 12:26:00 AM

hahaha I’m glad I’m just a procedurally generated NPC

I built one for cross platform — using parakeet mlx or faster whisper. :)

by lxe

4/7/2026 at 5:12:16 AM

I recently attended a agentic SWE workshop and the starter project was this, whispr style, local voice dictation app. Took everybody around 30mins. tbh: i was kinda impressed.

by perelin

4/7/2026 at 12:02:46 PM

NGL had me chuckling a bit there when I remembered I had one of these to code on my backlog

by nidnogg

4/7/2026 at 1:45:59 AM

My name is Cole and I have a speech to text app.

When I most recently abandoned it, the trigger word would fire one time in five.

by colechristensen

4/7/2026 at 12:24:39 AM

Yeah, but mine... Oh. Hello. sighs It's been three weeks since I tried to add feature to my version of the app. I don't miss it. I like this new life. Sober.

by fragmede

4/7/2026 at 12:06:19 AM

Are there any better than Superwhisper? Because I haven't found any.

by pmarreck

4/7/2026 at 12:42:22 AM

checking in

windows (kotlin multi platform) => https://github.com/maceip/daydream

parakeet-tdt-0.6b-v2

by rmac

4/7/2026 at 3:11:46 AM

now using Moonshine v2 Medium

hotword dict so no more "clawd" "dash" "dot com"

by rmac

4/6/2026 at 10:09:18 PM

Oh to be 20-something and do a bunch of free work for your portfolio again

by brcmthrowaway

4/6/2026 at 10:54:46 PM

I'll have you know that I'm Matt's top contributor to Ghost Pepper and I'm nearly fifty

But I did it because I wanted it to work exactly the way I wanted it.

Also, for kicks, I (codex) ported it to Linux. But because my Linux laptop isn't as fast, I've had to use a few tricks to make it fast. https://github.com/obra/pepper-x

by obrajesse

4/7/2026 at 3:08:50 AM

I'll look at this, thank you. I haven't yet gotten around to vibe coding my own itch yet so maybe your scratching will do.

by dotancohen

4/7/2026 at 4:53:09 AM

github.com/randomm/kuiskaus

by jannniii

4/7/2026 at 4:15:28 AM

Its gotten so bad that its a meme on the macapps subreddit.

This is the unfortunate real face of open source. So many devs each making little sandcastles on their own when if efforts were combined, we could have had something truly solid and sustainable, instead of a litany of 90% there apps each missing something or the other, leaving people ending up using WisprFlow etc.

by dcreater

4/7/2026 at 12:59:34 AM

[dead]

by seivan

4/6/2026 at 8:13:48 PM

That’s awesome! Do you know how it compares to Handy? Handy is open source and local only too. It’s been around a while and what I’ve been using.

https://github.com/cjpais/handy

by konaraddi

4/6/2026 at 10:28:07 PM

Handy is an awesome project, highly recommended - many of our engineers and PMs use it! CJ, Handy's creator, recently joined us as a Builder in Residence at Mozilla.ai. So for those interested in deploying a more raw/lightweight approach to local speech-to-text (or other multimodal) models, feel free to check out llamafile - which includes whisperfile, a single-file whisper.cpp + cosmopolitan framework-based executable. We're hoping to build some bridges between the two projects as well. https://github.com/mozilla-ai/llamafile

by JohnPDickerson

4/6/2026 at 11:48:44 PM

Yup, Handy is the one that made me stop looking for local open source alternatives to Wispr Flow.

I'll give a shoutout as well to Glimpse: https://github.com/LegendarySpy/Glimpse

by cootsnuck

4/6/2026 at 9:52:13 PM

I’d also be interested to know what the impetus was for developing ghost-pepper, which looks relatively recent, given that Handy exists and has been pretty well received.

Extra bonus is that Handy lets add an automatic LLM post-processor. This is very handy for the Parakeet V3 model, which can sometimes have issues where it repeats words or makes recognition errors for example, duplicating the recognition of a single word a dozen dozen dozen dozen dozen dozen dozen dozen times.

by vunderba

4/6/2026 at 10:09:38 PM

Yep. Using Handy with Parakeet v3 + a custom coding-tailored prompt to post-process on my 2019 Intel Mac and it's been working great.

Once in a while it will only output a literal space instead of the actual translation, but if I go into the 'history' page the translation is there for me to copy and paste manually. Maybe some pasting bug.

by rob

4/6/2026 at 11:11:10 PM

I think it's the same reasoning for anything these days.

"You know what would be useful?" followed by asking your LLM of choice to implement it.

Then again for a lot of scenarios it's your slop or someone else's slop.

I think the only difference is that I keep my own slop tools private.

by alasano

4/6/2026 at 8:54:59 PM

Handy is awesome! I used it for quite a while before Claude Code added voice support. Solid software, very good linux and mac integration. Shoutout to Parakeet models as well, extremely fast and solid models for their relatively modest memory requirements.

by swaptr

4/6/2026 at 11:30:18 PM

I love it. I use it all the time to communicate to my agents via opencode.

by kwakubiney

4/6/2026 at 8:53:10 PM

I love and have been using handy for a while too, what we need is this for mobile apps I don't think there's any free apps and native dictation is not always fully local and not as good.

by youniverse

4/6/2026 at 10:08:51 PM

I use handy all day long as a software engineer, and recommended it to all of my team members. I love it.

by olup

4/6/2026 at 9:08:05 PM

Handy is fantastic.

by stavros

4/6/2026 at 9:17:55 PM

I see quite a few of these, the killer feature to me will be one that fine tunes the model based on your own voice.

E.G. if your name is `Donold` (pronounced like Donald) there is not a transcription model in existence that will transcribe your name correctly. That means forget inputting your name or email ever, it will never output it correctly.

Combine that with any subtleties of speech you have, or industry jargon you frequently use and you will have a much more useful tool.

We have a ton of options for "predict the most common word that matches this audio data" but I haven't found any "predict MY most common word" setups.

by ericmcer

4/6/2026 at 9:20:29 PM

I've found the "corrections" feature works well for most of the jargon and misspelling use cases. Can you give it a try and let me know edge cases?

by MattHart88

4/6/2026 at 10:28:35 PM

My experience is that Aqua voice does a good job of this with custom dictionary and replacements.

by bonkler59

4/6/2026 at 8:06:45 PM

Parakeet is significantly more accurate and faster than Whisper if it supports your language.

by ipsum2

4/6/2026 at 8:38:01 PM

Right, and if you're on MacOS you can use it for free with Hex: https://github.com/kitlangton/Hex

by rahimnathwani

4/6/2026 at 10:22:10 PM

Or write your own custom one with the library that backs it: https://github.com/FluidInference/FluidAudio

I did that so that I could record my own inputs and finetune parakeet to make it accurate enough to skip post-processing.

by lloyd-christmas

4/6/2026 at 8:26:29 PM

I have been using Parakeet with MacWhisper's hold-to-talk on a MacBook Neo and it's been awesome.

by treetalker

4/7/2026 at 2:53:44 AM

Parakeet supports japanese now, but I cant find a version ported to apple silicone yet.

by totetsu

4/6/2026 at 9:31:51 PM

And indeed, Ghost Pepper supports parakeet v3

by obrajesse

4/7/2026 at 1:48:04 AM

Speecg-to-text is basically AI version of Todo app that we used to build every week when new frontend framework would release.

by kushalpandya

4/7/2026 at 11:59:43 AM

This got me thinking that the smaller these local first LLMs get - the more they're gonna looking the next bread and butter of app dev. Reminds me how Electron gained a lot of traction for making it easy to package prettier apps. At the measly cost of gigabytes of RAM, give or take.

by nidnogg

4/7/2026 at 9:12:50 AM

I got it to transcribe this: "Create tests and ensure all tests pass" and instead of transcribing exactly what I said it outputs nonsense around "I am a large language model and I cannot create and execute tests".

Other than that issue I like it.

by marktolson

4/7/2026 at 2:00:48 PM

Nice app! Feedback since you asked: The most obvious must-have feature IMO is to paste automatically. Don't require me to hit a shortcut (or at least make it configurable)

The next most critical thing I think is speed and in my tests it's just a little bit slower than other solutions. That matters a lot when it comes to these tools.

The third thing, more of a nice to have is controlling formatting. By this I mean - say a few sentences, then "new line" and the model interprets "new line" as formatting, not as literal text.

by acjacobson

4/6/2026 at 9:34:04 PM

Cool, I've been doing a lot of "coding" (and other typing tasks) recently by tapping a button on my Stream Deck. It starts recording me until I tap it again. At which point, it transcribes the recording and plops it into the paste buffer.

The button next to it pastes when I press it. If I press it again, it hits the enter command.

You can get a lot done with two buttons.

by __mharrison__

4/7/2026 at 4:45:37 AM

This is exactly what I am building right now, Stream Deck with two buttons too (push to talk and enter)! It's a sweet little pet project, and has been a blast to build so far. Excited to finally add it to my workflow once its working well.

by coldfoundry

4/7/2026 at 12:26:34 AM

The clean up prompt needs adjusting. If your transcription is first person and in the voice of talking to an AI assistant, it really wants to “answer” you, completing ignoring its instructions. I fiddled with the prompt but couldn’t figure out how to make it not want to act like an AI assistant.

by fiatpandas

4/6/2026 at 8:40:58 PM

If you don't feel like downloading a large model, you can also use `yap dictate`. Yap leverages the built-in models exposed though Speech.framework on macOS 26 (Tahoe).

Project repo: https://github.com/finnvoor/yap

by mathis

4/7/2026 at 11:57:55 AM

I really like the project and am eager to try and fit this into some of my workflows. However, this bothered me a bit:

"All models run locally, no private data leaves your computer. And it's spicy to offer something for free that other apps have raised $80M to build."

I’d straight up drop the comparison to big AI labs. This isn’t rebellious or subversive, it’s downstream of a ton of already-funded work. Calling it “spicy” is a bit misframed.

by nidnogg

4/7/2026 at 3:32:50 AM

Can somebody help me understand how they use these, I feel like I'm missing something or I'm bad at something?

I only spent 10 minutes with Handy, and a similar amount of time with SuperWhisper, so pretty ignorant. I tried it both with composing this comment, and in a programming session with Codex. I was slightly frustrated to not be hands free, instead of typing, my hands were having to press and release a talk button (option-space in handy, right-command in superwhisper), but then I couldn't submit, so I still had to click enter with Codex.

Additionally, for composing this message, I'm using the keyboard a ton because there's no way I can find to correct text I've typed. Do other people get really reliable and don't need backspace anymore? Or.... what text do you not care enough to edit? Notes maybe?

My point of comparison is using Dragon like 15 years ago. TBH, while the recognition is better (much better) on handy/superwhisper, everything else felt MUCH worse. With dragon, you are (were?) totally hands free, you see text as you say it, and you could edit text really easily vocally when it made a mistake (which it did a fair bit, admittedly). And you could press enter and pretty functionally navigate w/o a keyboard too.

Its weird to see all these apps, and they all have the same limitations?

by snickell

4/6/2026 at 8:55:01 PM

Feature request or beg: let me play a speech video and transcribe it for me.

by hyperhello

4/6/2026 at 9:05:46 PM

I like this idea and it should work -- whatever microphone you have on should be able to hear the speaker. LMK if not (e.g., are you wearing headphones? if so, the mic can't hear the speaker)

by MattHart88

4/6/2026 at 9:53:45 PM

Not sure why I should use this instead of the baked-in OS dictation features (which I use almost daily--just double-tap the world key, and you're there). What's the advantage?

by rcarmo

4/6/2026 at 9:56:17 PM

I haven't used this one but WisprFlow is vastly better than the built-in functionality on MacOS. Apple is way behind even startups, even for fundamental AI functionality like transcribing speech

by qq66

4/6/2026 at 9:58:40 PM

WisprFlow has a lot of good recommendations behind it but the fact they used Delve for SOC2 compliance gives me major pause.

by ibero

4/6/2026 at 10:28:56 PM

The fact that a company could slurp up all of your data and then use Delve for their SOC2 is a great reason to use local models.

by janalsncm

4/6/2026 at 10:00:55 PM

I use the baked in Apple transcription and haven't had any issues. But what I do is usually pretty simple.

What makes the others vastly better?

by jonwinstanley

4/6/2026 at 10:25:12 PM

I’ve rarely had macOS TTS produce a sentence I didn’t have to edit

Whisper models I barely bother checking anymore

by MattDamonSpace

4/7/2026 at 5:38:19 AM

- Way more accurate, especially with technical jargon. Try saying JSON as part of a sentence to macOS dictation and see what comes out.

- macOS dictation mutes other sounds while it's running. This is a deal-breaker for me.

by rane

4/7/2026 at 2:50:01 AM

I've been using handy since a month and its awesome. I mainly use it with coding agents or when I don't want to type into text boxes. How is this different?

Part of the reason handy is awesome is because it uses some of the same rust infra for integrating with the model, so that actually makes it possible to use the code as a library in android or iOS. I have an android app that runs on a local model on the phone too using this.

by ghm2199

4/7/2026 at 7:17:45 AM

I currently use MacWhisper and it is quite good, but it's great to see an alternative, especially as I've been looking to use more recent models!

I hope there will be a way to plug in other models: I currently work mostly with Whisper Large. Parakeet is slightly worse for non-English languages. But there are better recent developments.

by jwr

4/7/2026 at 6:34:14 AM

What do you actually use for STT, particularly if you prize performance over privacy and are comfortable using your own API keys?

I was on WhisperFlow for a while until the trial ran out, and I'm really tempted to subscribe. I don't think I can go back to a local solution after that, the performance difference is insane.

by miki123211

4/7/2026 at 7:54:17 AM

Try ottex.ai - it has an OpenRouter like gateway with most STT models on the market (Gemini, OpenAI, Groq, Deepgram, Mistral, AssemblyAI, Soniox), so you can try them all and choose what works best for you.

My favorites are Gemini 3 Flash and Mistral Voxtral Transcribe 2. Gemini when I need special formatting and clean-up, and Voxtral when I need fast input (mostly when working with AI).

by k9294

4/7/2026 at 2:47:17 AM

Interesting, I'm surprised you went with Whisper, I found Parakeet (v2) to be a lot more accurate and faster, but maybe it's just my accent.

I implemented fully local hands free coding with Parakeet and Kokoro: https://github.com/getpaseo/paseo

by boudra

4/7/2026 at 1:50:59 AM

love seeing more local-first tools like this. feels like theres been a real shift since the codebeautify breach last year, people are actually thinking about where there data goes now. nice work on keeping it all on device

by maxmorrish

4/6/2026 at 8:57:10 PM

Great job. How about the supported languages? System languages gets recognised?

by aristech

4/6/2026 at 9:07:25 PM

Thanks! We currently have 2 multi-lingual options available: - Whisper small (multilingual) (~466 MB, supports many languages) - Parakeet v3 (25 languages) (~1.4 GB, supports 25 languages via FluidAudio)

by MattHart88

4/7/2026 at 3:12:02 AM

interesting, i wanted something like this but i am on linux so i modified whisper example to run on cli. Its quite basic, uses ctrl+alt+s to start/stop, when you stop it copies text to clipboard that's it. Now its my daily driver https://github.com/newbeelearn/whisper.cpp

by pdyc

4/6/2026 at 10:16:17 PM

This is great. I'm typing this message now using Ghost Pepper. What benefits have you seen from the OCR screen sharing step?

by tito

4/6/2026 at 9:16:40 PM

I've been looking for the opposite - wanting to dump text and it be read to me, coherently. Anyone have good recommendations?

by Supercompressor

4/6/2026 at 9:00:17 PM

Sadly the app doesn't work. There is no popup asking for microphone permission.

EDIT: I see there is an open issue for that on github

by guzik

4/6/2026 at 9:17:43 PM

And many people are mailing in Codex and Claude Code generated PRs - myself included. Fingers crossed, I suppose.

by ttul

4/6/2026 at 9:57:01 PM

Thanks to everyone who submitted PRs! The fix is merged, new version is up.

by MattHart88

4/7/2026 at 4:52:31 AM

Oh dear, why does it not use apfel for cleanup? No model download necessary…

by jannniii

4/7/2026 at 10:23:23 AM

btw I know at least a dozen doctors that still pay for software like this. I think doctors are THE profession that likes to use speech-to-text all day every day

by therealdeal2020

4/7/2026 at 12:05:18 AM

How does this compare with Superwhisper, which is otherwise excellent but not cheap?

by pmarreck

4/6/2026 at 9:15:25 PM

how does this compare to macos built in siri TTS, in quality and in privacy?

by gegtik

4/6/2026 at 9:36:30 PM

Exactly my question. I double-tap the control button and macOS does native, local TTS dictation pretty well. (Similar to Keyboard > Enable Dictation setting on iOS.)

The macOS built-in TTS (dictation) seems better than all the 3rd party, local apps I tried in the past that people raved about. I have tried several.

Is this better somehow?

If the 3rd party apps did streaming with typing in place and corrections within a reasonable window when they understand things better given more context, that would be cool. Theoretically, a custom model or UX could be "better" than what comes free built into macOS (more accurate or customizable).

But when I contacted the developer of my favorite one they said that would be pretty hard to implement due to having to go back and make corrections in the active field, etc.

I assume streaming STT in these utilities for Mac will get better at some point, but I haven't seen it yet (been waiting). It seems these tools generally are not streaming, e.g. they want you to finish speaking first before showing you anything. Which doesn't work for me when I'm dictating. I want to see what I've been saying lately, to jog my memory about what I've just said and help guide the next thing I'm about to say. I certainly don't want to split my attention by manually toggling the control (whether PTT or not) periodically to indicate "ok, you can render what I just said now".

I guess "hold-to-talk" tools are for delivering discrete, fully formed messages, not for longer, running dictation.

AFAICT, TFA is focused on hold-to-talk as the differentiator, over double-tap to begin speaking and double-tap to end speaking?

by realityfactchex

4/7/2026 at 3:21:52 AM

s/TTS/STT/

by realityfactchex

4/6/2026 at 9:35:41 PM

Hi Matt, there's lots of speech-to-text programs out there with varying levels of quality. 100% local is admirable but it's always a tradeoff and users have to decide for themselves what's worth it.

Would you consider making available a video showing someone using the app?

by purplehat_

4/6/2026 at 9:48:11 PM

Slop

by semiquaver

4/7/2026 at 2:57:18 AM

is this the support group for people building speech-to-text apps?

I built https://yakki.ai

No regrets so far! XP

by imazio

4/7/2026 at 1:23:20 AM

very cool - huge open source drop!

by vaulpann

4/6/2026 at 11:56:13 PM

why isn't the cleanup done on the transcription (as opposed to screen record)

by thatxliner

4/6/2026 at 10:58:57 PM

MacWhisper is also a good one

by dakila5

4/6/2026 at 9:49:33 PM

does it input the text as soon as it hears it? or does it wait until the end?

by douglaswlance

4/7/2026 at 11:41:06 AM

Hi, nice project! Quick question, when I speak Chinese language, why it output English as translated output? I was using the multilingual (small) model. Do I need to use the Parakeet model to have Chinese output? Thx.

by ezVoodoo

4/7/2026 at 4:20:40 AM

Well done

by sorkhabi

4/8/2026 at 1:20:38 PM

[dead]

by wujiahua

4/7/2026 at 6:04:44 PM

[dead]

by ssz7820

4/8/2026 at 4:30:50 AM

[dead]

by cisco801

4/7/2026 at 11:14:50 AM

[dead]

by edoardobambini-

4/7/2026 at 7:02:19 AM

[dead]

by jiusanzhou

4/7/2026 at 2:09:09 AM

[dead]

by aesopturtle

4/7/2026 at 5:45:19 AM

[flagged]

by Sukhbat

4/7/2026 at 1:17:30 PM

[dead]

by rpdaiml

4/6/2026 at 11:53:32 PM

[flagged]

by atlasagentsuite

4/7/2026 at 2:54:10 PM

[dead]

by zhichuanxun

4/7/2026 at 8:49:36 AM

[dead]

by joshuahart

4/7/2026 at 1:24:49 AM

[flagged]

by zephyrwhimsy

4/7/2026 at 7:25:23 AM

[flagged]

by bambushu

4/7/2026 at 9:09:31 AM

[flagged]

by zephyrwhimsy

4/6/2026 at 10:07:39 PM

[dead]

by Ecko123

4/7/2026 at 6:18:15 AM

[dead]

by eddie-wang

4/6/2026 at 8:59:02 PM

[dead]

by lostathome

4/7/2026 at 2:17:29 PM

[dead]

by philbitt

4/6/2026 at 9:51:19 PM

always mac. when windows? why can you just make things multios

by romeroej

4/6/2026 at 11:14:25 PM

Because like all other modern Macs, the GPU in my Mac uses the same API as the GPU in your Mac.

Also, on a Mac with 32GB of RAM, 24GB of that (75%) is available to the GPU, and that makes the models run much faster. On my 64GB MacBook Pro, 48GB is available to the GPU. Have you priced an nvidia GPU with 48GB of RAM? It’s simply cheaper to do this on Macs.

Macs are just better for getting started with this kind of thing.

by naikrovek

4/6/2026 at 11:47:37 PM

Fair enough for GPU-intensive stuff like running Qwen locally. But do you really need a GPU for decent local TTS? I run parakeet just on CPU.

by patja