Dictate and convert speech into text.
- Press a shortcut to record; press again to stop and paste text into the focused window.
- Local speech-to-text recognition, no internet required.
- Menu bar tray with quick access to recording, settings, and history.
- Transcription history with audio playback and per-session metadata.
- Node.js 24+
To run the application, execute the following commands:
npm install
# Runs the application in the dev mode wit UI auto-reload enabled.
npm run devTo build the application, run the following commands:
npm install
# Builds the application bundle for the platform it's launched on.
npm run buildProduction Sentry telemetry is included only when SENTRY_DSN is set during the build.
Release builds read it from the SENTRY_DSN GitHub Actions secret.
If you need to sign and notarize the application, see the .github/workflows/build.yml for a ready-to-use script that works on macOS and Windows.
