Transcribe or translate audio files locally using OpenAI's Whisper CLI — no API key or internet connection required.
npx clawhub@latest install openai-whisperWhisper (CLI) brings OpenAI's powerful speech-to-text model directly to your machine. It transcribes audio files in a wide range of formats and can also translate speech into English — all without sending data to an external API. Models are downloaded once and cached locally, making subsequent runs fast and fully offline.
npx clawhub@latest install openai-whisperClick the Install button at the top of this page for one-click setup
.srt) generated directly from audio.Whisper runs entirely on your own hardware. No OpenAI account, no API key, and no data sent to external servers — just download the model weights once and transcribe offline.
Supports txt, srt, vtt, tsv, and json output formats via the --output_format flag, making it easy to generate captions, subtitles, or plain transcripts from a single command.
Pass --task translate to automatically translate non-English speech into English text, powered by the same model weights used for transcription.
Choose from a range of models (tiny, base, small, medium, large, turbo) to balance transcription speed against accuracy. The default on this install is turbo. Models are cached in ~/.cache/whisper after the first download.
Drop a recorded .mp3 or .m4a file into Whisper with --model medium --output_format txt to get a clean text transcript without uploading sensitive conversations to a third-party service.
Use --output_format srt to produce a subtitle file ready to import into video editors or media players, ideal for content creators captioning their recordings locally.
Run --task translate on foreign-language audio to get an English transcript in one step, useful for researchers or journalists working with multilingual source material.
npx clawhub@latest install openai-whisperLog in to write a review
No reviews yet. Be the first to share your experience!