EliteContentMarketer
Home / Stack / Buzz
Buzz logo

Buzz

Free offline Whisper transcription for audio and video

Overview

Buzz is a desktop app that runs OpenAI's Whisper models locally to transcribe and translate audio and video, and its whole argument is the offline part — nothing is uploaded, so it is the honest answer for client recordings under NDA or anything you cannot send to a cloud service. It ships a command-line interface alongside the GUI and installs as a Python package, so it can sit inside a scripted repurposing pipeline rather than being click-only. Set expectations against the hosted options: there is no REST API, no webhooks and no hosted service, and transcription speed depends on your own hardware. If you want a networked transcription step in an agent workflow, a cloud tool fits better — choose Buzz when the audio cannot leave your machine.

Key Features

  • Runs Whisper models fully offline on your own machine
  • Command-line interface for scripting and batch jobs
  • Installable as a Python package (buzz-captions)
  • Exports SRT, VTT and plain text transcripts
  • Free and MIT licensed with no account required