Footy is a simple local speech-to-text desktop app.
- Records from your microphone
- Transcribes locally with Parakeet through ONNX Runtime
- Uses Silero VAD to skip silence
- Pastes the transcript into the app you were using
Requirements: Rust and Bun.
bun install
bun run tauri devBuild:
bun run tauri buildfooty --toggle-transcription
footy --toggle-post-process
footy --cancel
footy --start-hidden
footy --no-trayMIT. See LICENSE.