Skip to main content
Glama

Whispera

A native macOS app that replaces the built-in dictation with OpenAI's Whisper for superior transcription accuracy. Transcribe speech, local files, YouTube videos, and network streams - all processed locally on your Neural Engine.

⬇️ Download Latest Release

GitHub release (latest by date)

Demos

Related MCP server: Voice Recorder MCP Server

Features

  • Live transcription (beta)

  • Speech-to-text - Replaces macOS native dictation with WhisperKit (OpenAI's Whisper model on Neural Engine) for better accuracy

  • File transcription - Audio and video files

  • Network media transcription - Stream video/music URLs

  • YouTube transcription

All processing runs locally. Internet required only for initial model download.

Command Mode

Whispera includes a voice-driven command mode for controlling macOS hands-free. Speak a natural-language command and Whispera converts it into a structured JSON intent, which is matched against auditable shell command templates.

How it works:

  1. Speech is transcribed on-device via WhisperKit

  2. The text is parsed by a fine-tuned language model (Qwen2.5-0.5B + LoRA, running locally via MLX)

  3. The model outputs a JSON intent (e.g., {"category": "apps", "operation": "open", "app": "chrome"})

  4. The intent is matched against templates in macos_operations.json and executed

Example commands:

You say

What happens

"open chrome"

Launches Google Chrome

"mute volume"

Mutes system audio

"git status"

Runs git status in the current terminal

"install numpy"

Runs pip install numpy

"take a screenshot"

Captures the screen

The configuration file defines 43 categories and 358 operations covering system control, developer tools (git, npm, docker, homebrew), file management, and network utilities. Add new commands by editing the JSON config — no code changes or retraining needed.

All processing stays on-device. The model cannot execute arbitrary commands; only operations defined in the configuration are allowed.

Resources:

Roadmap

Usage

Simply use your configured global shortcut to start transcribing with Whisper instead of the default macOS dictation.

Known Issues

  • The app does not work with Intel mac(see Issue 15

  • Auto install does not work, after an app has been downloaded, please manually drag and drop the app to you /Application folder

  • There is a weird issue with app quiting unexpectedly if you get that please report it here: Issue 21

Requirements

  • macOS 13.0 or later

  • Apple Silicon

  • We are working on support for Intel Mac

Credits

Built with:

Thanks to these projects for making privacy-focused, local transcription a reality.

Citing

If you use Whispera in your research, please cite it:

@software{mansurov2025whispera,
  author = {Mansurov, Ismatulla},
  title = {Whispera},
  year = {2025},
  url = {https://github.com/sapoepsilon/Whispera}
}

License

MIT License — see LICENSE for details.

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
15hResponse time
2wRelease cycle
22Releases (12mo)
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sapoepsilon/Whispera'

If you have feedback or need assistance with the MCP directory API, please join our Discord server