AriaType is an open-source voice-to-text app for macOS that lets you speak naturally and type anywhere with a hotkey. It works right at your cursor, supports local-first processing for better privacy, and helps you turn speech into polished text without breaking your flow.
I'm a CS developer with 10 years of experience. This Spring Festival, I was working on a web coding project.
About 3 days in, I realized something: The biggest challenge wasn't the cost of AI subscriptions. It was my stamina.
The constant cycle of writing prompts, correcting AI outputs, and context-switching was exhausting. So I built myself a voice input tool.
Why build it myself?
I looked at Typeless. The subscription was steep — almost matching my AI plan. I wasn't willing to pay that much for something I could build for myself. (But it's great, to be frankly)
Two hours. MVP.
LLaMA CPP + Whisper. Rough around the edges, but functional. Good enough for personal use.
Then the real work started:
After sharing it with colleagues post-holiday, I got real feedback. Some of it stung, but all of it was valuable. So I spent the following weekends polishing it.
What AriaType 0.1 does:
- Local STT models — whisper-based. Vesper for English, Sense Voice (Alibaba) for CJK - AI Polish — local small models for grammar correction, filler removal - Cloud mode — bring your own AI subscription. No separate payment - Noise reduction & silence detection — skips silent chunks to save costs - 100+ languages - Privacy by default — voice data never leaves your machine
What I'm proud of:
- 100% open source - Everything runs locally by default - Works in any app via global hotkey - Minimal footprint on Apple Silicon
The honest challenge:
The hardest part wasn't the MVP. It was the 80% after — making AI reliably modify and extend a growing codebase. Called "harness engineering."
Looks good, but your homepage needs another look. It has a bunch of unfinished AI prompts describing the marketing copy you want on the page, not the actual behavior of the app.
The works in any app promise is huge .That's where most voice tools fall short .
About AriaType v0.1 on Product Hunt
“Open-source AI voice input”
AriaType v0.1 launched on Product Hunt on April 8th, 2026 and earned 73 upvotes and 7 comments, placing #24 on the daily leaderboard. AriaType is an open-source voice-to-text app for macOS that lets you speak naturally and type anywhere with a hotkey. It works right at your cursor, supports local-first processing for better privacy, and helps you turn speech into polished text without breaking your flow.
AriaType v0.1 was featured in Productivity (649.9k followers), Writing (59.1k followers), Developer Tools (511.1k followers) and GitHub (41.2k followers) on Product Hunt. Together, these topics include over 223k products, making this a competitive space to launch in.
Who hunted AriaType v0.1?
AriaType v0.1 was hunted by joe he. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
Want to see how AriaType v0.1 stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.
TL;DR
👋 Hey Product Hunt!
The origin story:
I'm a CS developer with 10 years of experience. This Spring Festival, I was working on a web coding project.
About 3 days in, I realized something: The biggest challenge wasn't the cost of AI subscriptions. It was my stamina.
The constant cycle of writing prompts, correcting AI outputs, and context-switching was exhausting. So I built myself a voice input tool.
Why build it myself?
I looked at Typeless. The subscription was steep — almost matching my AI plan. I wasn't willing to pay that much for something I could build for myself. (But it's great, to be frankly)
Two hours. MVP.
LLaMA CPP + Whisper. Rough around the edges, but functional. Good enough for personal use.
Then the real work started:
After sharing it with colleagues post-holiday, I got real feedback. Some of it stung, but all of it was valuable. So I spent the following weekends polishing it.
What AriaType 0.1 does:
- Local STT models — whisper-based. Vesper for English, Sense Voice (Alibaba) for CJK
- AI Polish — local small models for grammar correction, filler removal
- Cloud mode — bring your own AI subscription. No separate payment
- Noise reduction & silence detection — skips silent chunks to save costs
- 100+ languages
- Privacy by default — voice data never leaves your machine
What I'm proud of:
- 100% open source
- Everything runs locally by default
- Works in any app via global hotkey
- Minimal footprint on Apple Silicon
The honest challenge:
The hardest part wasn't the MVP. It was the 80% after — making AI reliably modify and extend a growing codebase. Called "harness engineering."