#117 · Primary category: Speech & Audio

Whisperboard

audio-to-text composable-architecture ios openai speech-recognition speech-to-text swiftui tca transcription tuist whisper whisper-cpp

The open-source iOS app that's making quality voice transcription more accessible on mobile devices.

Project last updated:12/18/25

GitHub Stars

1.1K

Forks

114

Contributors

1

License

GPL-3.0

Why we included this project

WhisperBoard runs OpenAI's Whisper locally on an iPhone, so you can record meetings and ideas and get a text transcript without uploading the audio anywhere. Recording starts with a single tap, and you can import existing audio files or export transcripts for editing and sharing. Different Whisper models can be downloaded from within the app, letting you balance speed against accuracy depending on your device and how noisy the recording is. Resumable transcription means a long session isn't lost if the app gets closed, since you pick up right where you left off. It's also built with SwiftUI and the Composable Architecture, which makes it a readable reference for iOS developers looking to add speech-to-text to their own projects.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category