Skip to content

spacefarers/Transcryb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dropp Logo

Transcryb

Fully Local Push-to-Transcribe

Lightweight voice transcription app that works entirely offline. Press the Function key to record, and get instant transcriptions. All processed locally on your machine. No Cloud, no Tracking, no Subscription.

Download macOS Download Windows

Key Features

  • 100% Local – All transcription happens on your device. Your voice data never touches the internet
  • One-Key Recording – Press the Function key to start/stop recording from anywhere
  • Instant Results – Get transcriptions in less than 1 second
  • Completely Free and Open Source – No monthly quotas, no subscription, just FOSS.
  • Simple & Fast – Lightweight, minimal UI, maximum efficiency

Demo

Demo


Platform Support

  • macOS 14.6+ (Sonoma onwards) – Press Function key to record
  • Windows – Press Control + Windows key to record
  • Model file needs to be constantly stored in memory for fast transcription (40MB, 140MB, or 440MB depending on the model you choose)
  • Microphone access required

Quick Start

  1. Download and install Transcryb (if permission requests perform unexpectedly, try quitting and restarting)
  2. Grant microphone and accessibility permissions when prompted
  3. Select an input field and press your platform's hotkey to start recording:
    • macOS: Function key
    • Windows: Control + Windows key
  4. Release to stop recording
  5. Done! Your transcription will appear in the selected input field

Credits

Transcryb is powered by whisper.cpp – an amazing C++ implementation of OpenAI's Whisper that makes offline transcription blazingly fast. Big thanks to the whisper.cpp team for building such incredible infrastructure that made this project possible! 🙏