Skip to content
Behnam Ebrahimi edited this page Mar 29, 2026 · 4 revisions

Vayu Wiki

Vayu (وایو) is the fastest Whisper speech-to-text implementation optimized for Apple Silicon Macs. It combines MLX Whisper with Lightning Whisper MLX batched decoding to deliver 3-5x faster transcription than standard Whisper on M1/M2/M3/M4 chips.

Named after the ancient Persian god of wind — the swiftest force in nature.

Getting Started

Reference

  • Python API — Full Python API reference
  • CLI Reference — Command-line interface documentation
  • Models — Available models, quantization, and batch size recommendations
  • Output Formats — Supported output formats (txt, srt, vtt, tsv, json)

Guides

Project

Key Features

  • 3-5x faster than standard Whisper via batched decoding on Apple Silicon
  • One-line installuv pip install vayu-whisper or pip install vayu-whisper
  • All Whisper models — tiny through large-v3, plus turbo and distil variants
  • Multiple output formats — txt, vtt, srt, tsv, json
  • Word-level timestamps — precise word timings for subtitles and alignment
  • Low memory options — 4-bit and 8-bit quantization
  • Simple Python API + CLI

Links

Clone this wiki locally