Skip to content
Download Yap icon

Download Yap

Version 0.4.0 - Release Notes

Dictate text and automatically paste it into any application. Use private local transcription with whisper.cpp or cloud transcription with OpenAI.

macOS

A universal binary that works on both Apple Silicon and Intel machines. Requires macOS 11.0 (Big Sur) or later.

Windows

Native Windows application. Requires Windows 10 or later.

Linux

Pick ubuntu22 for Ubuntu 22.04, Debian 11/12, or Mint 21. Pick ubuntu24 for Ubuntu 24.04+, Debian 13+, or Mint 22+.

Features

Built with Go and React. Local Whisper AI for privacy. OpenAI API for accuracy. Every feature designed for seamless dictation.

Local Transcription

Run Whisper AI locally for private, offline transcription. All audio is processed on-device, so no data leaves your machine.

OpenAI Whisper Integration

Switch to cloud mode with OpenAI's Whisper API for maximum accuracy when you need it. Your choice, your workflow.

Auto-Paste to Any App

Transcribed text is copied to the clipboard and pasted into the focused app, including your editor, terminal, Slack, or browser.

Multiple Model Sizes

Choose from 5 Whisper models: tiny (75MB) for speed, up to large-v3 (3GB) for highest accuracy. Download only what you need.

Floating Window

Always-on-top compact window for easy access while working in other apps. Start and stop recording without switching context.

Transcription History

Review, replay, and copy past transcriptions from your local history.

Screenshots

Frequently Asked Questions

Build From Source

Prerequisites

Make sure you have Go 1.21+ and Node.js 18+ installed, then install the Wails CLI:

go install github.com/wailsapp/wails/v2/cmd/wails@latest

Build

Clone the repository and build the application:

# Clone the repository git clone https://github.com/ApplauseLab/yap.git cd yap # Build the app wails build # Run the app (macOS) open build/bin/Yap.app # Run the app (Linux/Windows) ./build/bin/Yap

Development

Run in development mode with hot reload:

wails dev

Requirements

  • macOS: macOS 11.0 (Big Sur) or later
  • Windows: Windows 10 or later
  • Linux: Most modern distributions with glibc 2.31+
  • For local transcription: PortAudio (macOS: brew install portaudio)
  • Optional: whisper.cpp CLI for local transcription, or use your OpenAI API key