100% local · no cloud · open source

Press hotkey.
Speak.
Done.

Careless Whisper turns your voice into text anywhere you can paste. Powered by OpenAI Whisper, running entirely on your machine. No accounts. No subscriptions. No data leaves your computer.

Free and open source. Latest · All releases

0:12

How it works

Three steps. No cognitive load.

01

Press the hotkey

Default is Ctrl+Shift+Space. Works in any app, anywhere, always.

02

Speak naturally

A compact overlay shows the waveform and timer. Press the hotkey again when you're done.

03

Text appears

The transcription is pasted wherever your cursor is. Whisper handles 18 languages out of the box.

Why it's different

Built for people who type for a living.

100% local

Every sample stays on your device. No cloud API, no telemetry, no accounts.

Instant

Metal GPU acceleration on Apple Silicon. Seconds for short clips.

18 languages

English, Hebrew, Spanish, French, German, Japanese, Chinese, Arabic, and more — switch from the tray.

Tray / menu bar native

Lives in your macOS menu bar or Windows/Linux system tray. No dock clutter, no extra window.

Transcribe files too

Drop in an MP3, WAV, M4A, MP4, FLAC, or OGG — get back a clean transcript.

MIT licensed

Free forever. Fork it, ship it, sell it — we only ask that you keep it open.

Install

Pick your path.

Most people want the installer. Developers can build from source in under a minute.

I just want to use it

Grab the installer for your OS, run it, grant Microphone + Accessibility (macOS) when prompted, press the hotkey.

Latest release →

I want to build from source

Requires Rust, Node 18+, and pnpm.

$ git clone https://github.com/YarivGilad/careless-whisper
$ cd careless-whisper
$ pnpm install
$ pnpm tauri dev

Built together

Thanks to these humans.

Every commit, bug report, and dumb question made this better. You're welcome here.

Loading contributors…
Careless Whisper saxophone

May you whisper carelessly.

Get Careless Whisper →

Quick heads-up for macOS

The first time you open Careless Whisper, macOS will say the app is "damaged and can't be opened." It's not — the app is perfectly fine.

macOS only trusts apps signed with Apple's paid Developer certificate ($99/year). This is a free open-source side project, so it's unsigned. One terminal command clears the warning permanently:

Terminal
$ xattr -cr "/Applications/Careless Whisper.app"

Run the command after dragging the app to Applications. For full install details see the README on GitHub.