Starmel

Starmel/OpenSuperWhisper

Swift MIT AI & ML Single maintainer risk

macOS dictation app

2k stars
165 forks
active
GitHub +431 / week

2k

Stars

165

Forks

69

Open issues

20

Contributors

0.1.0 03 Mar 2026

AI Analysis

OpenSuperWhisper is a macOS dictation application that provides real-time audio transcription using Whisper and Parakeet models, with global keyboard shortcuts, mouse button triggers, and support for multiple languages. It serves macOS users who need offline, customizable voice-to-text functionality, particularly those requiring privacy-preserving transcription and non-English language support. Not suitable for Windows/Linux users or those requiring cloud-based transcription services.

AI & ML Application Discovery value: 6/10
Documentation 7/10
Activity 9/10
Community 7/10
Code quality 6/10

Inferred from signals mentioned in the README (tests, CI, type safety) — not a review of the actual code.

Overall score 7/10

AI's overall editorial judgment — not an average of the bars above, can weigh other factors too.

speech-to-text whisper macos offline-ai dictation
Actively maintained MIT licensed Niche/specialized use case Well documented Beginner friendly Production ready
Deep Analysis · Based on README and public signals
2w ago

macOS dictation app using Whisper and Parakeet for local audio transcription

OpenSuperWhisper is a native Swift application for macOS that provides real-time speech-to-text transcription using Whisper or Parakeet models. It targets users seeking local, privacy-preserving dictation without cloud dependencies. Created in February 2025, it has accumulated 1,182 stars and gained 179 stars in the past week as of June 2026, suggesting recent discovery or viral interest. The project positions itself within a crowded ecosystem of macOS voice apps but differentiates via keyboard shortcut flexibility, multiple transcription engines, and hold-to-record gestures.

Origin

OpenSuperWhisper launched in February 2025, entering a mature ecosystem that already includes TypeWhisper, VoiceInk, FluidVoice, and ghost-pepper. The project was likely motivated by demand for an open-source, Apple Silicon-native alternative to proprietary dictation tools, leveraging publicly available Whisper and Parakeet models.

Growth

The repository shows strong recent velocity: 179 stars gained in 7 days (as of late June 2026) against a 4-month history. This spike may indicate recent press coverage, discovery on a trending list, or viral social media amplification. The consistent maintenance (last push 2026-06-24) and open contribution model suggest the creator is actively steering the project. Growth pattern is steep but project age is too recent to assess sustainability.

In production

Adoption not verified. No documentation of enterprise use, production deployments, or user testimonials in README. GitHub stars (1,182) indicate awareness but do not confirm active installation base. Brew package availability suggests distribution infrastructure exists, but download metrics are not provided. Real-world usage cannot be determined from available metadata.

Code analysis
Architecture

Based on README, the app is built in Swift for macOS and appears to wrap whisper.cpp and Parakeet transcription engines as system dependencies. The architecture likely uses Swift UI for UI layer and native audio capture APIs. Build process indicates C/C++ compilation alongside Swift (cmake, libomp, rust dependencies suggest mixed-language compilation). Submodules and CI workflow (`build.yml`) suggest modular structure.

Tests

Not documented in README. CI workflow existence implies automated builds but test suite details are absent from provided materials.

Maintenance

Last push June 24, 2026 (4 days before evaluation date) indicates active maintenance. README explicitly lists contribution TODO items (streaming transcription, Intel support, custom dictionaries), suggesting roadmap-driven development. Issue references (#15, #18, #19, #14, #8) demonstrate engagement with user requests. License (MIT) and contribution guidelines are present. Maintenance status: actively maintained, not stagnant.

Honest verdict

ADOPT IF: you need local, offline dictation on Apple Silicon macOS; you value keyboard-driven workflows; you want to avoid cloud transcription services and their privacy/cost implications; you are willing to manage model downloads manually. AVOID IF: you require Intel macOS support (explicitly not supported); you need streaming transcription (not yet implemented); you require production-grade stability guarantees (project is 4 months old); you need extensive community ecosystem or third-party integrations. MONITOR IF: you want local transcription but are evaluating other similar projects; you need Intel support (issue #15 is tracked but not resolved); you are considering this for team/organizational deployment (adoption maturity is unclear).

Independent dimensions

Mainstream potential

4/10

Technical importance

6/10

Adoption evidence

2/10

Risks
  • Project immaturity: 4 months old at evaluation, insufficient runtime history to predict reliability or long-term maintenance commitment.
  • Adoption validation gap: no evidence of real-world production use; star spike may reflect viral trending rather than durable user base.
  • Architectural lock-in: Apple Silicon-only design excludes Intel users and older hardware; large segment of macOS installed base.
  • Feature gaps vs. competitors: TODO list (streaming, custom dictionaries, agent mode) suggests missing features that similar projects may already offer.
  • Dependency on external models: Whisper and Parakeet model maintenance and versioning are outside project control; breaking changes upstream could affect functionality.
Prediction

OpenSuperWhisper will likely remain a niche, specialized tool serving Apple Silicon macOS users who prioritize local transcription and keyboard-driven interaction. Without evidence of organizational adoption or differentiated features, it may stabilize as a mid-tier community project (500–2,000 active users) within 18 months. Expansion to Intel or streaming transcription could broaden appeal; stagnation in maintenance or competing projects' feature leaps could erode momentum.

0 found this helpful

Newsletter

Get analyses like this every Monday

Free weekly digest of the most interesting open-source discoveries.

Languages

Swift
92.6%
Shell
4.8%
Python
2.5%
CMake
0.1%
C
0%
Ruby
0%

Information

Language
Swift
License
MIT
Last updated
17h ago
Created
17mo ago
Analyzed with
anthropic/claude-haiku-4-5

Stars over time

Loading…

Contributors over time

Top 100 contributors only — repos with more will plateau at 100.

Loading…

Similar repos

TypeWhisper

TypeWhisper/typewhisper-mac

TypeWhisper is a macOS application that provides local, on-device...

1.6k Swift AI & ML
OpenWhispr

OpenWhispr/openwhispr

OpenWhispr is a privacy-first, open-source voice-to-text application for macOS,...

4.4k TypeScript Productivity
altic-dev

altic-dev/FluidVoice

FluidVoice is a macOS dictation app providing on-device speech-to-text with...

Beingpax

Beingpax/VoiceInk

VoiceInk is a native macOS voice-to-text application using local AI models for...

5.4k Swift Productivity
matthartman

matthartman/ghost-pepper

Ghost Pepper is a macOS application that provides 100% private, on-device...

2.8k Swift AI & ML
vs. alternatives
VoiceInk (5,349 stars, Swift)

Larger, more established project in same category. OpenSuperWhisper may offer more flexible keyboard shortcut configuration and dual engine choice; VoiceInk may have deeper community or more mature feature set (not verifiable from README alone).

FluidVoice (2,908 stars, Swift)

Similar scope and language. Direct comparison of feature depth and UI/UX not possible from README; both target macOS dictation niche.

TypeWhisper (1,525 stars, Swift)

Slightly lower star count but longer establishment likely. OpenSuperWhisper's recent spike may indicate stronger current momentum or different distribution channel.

ghost-pepper (2,817 stars, Swift)

Established peer in macOS voice ecosystem. Feature differentiation unclear from README.

openwhispr (4,035 stars, TypeScript)

Different language (TypeScript vs. Swift) may target web/cross-platform instead of native macOS. Not directly equivalent use case.