Fast, native voice-to-text for macOS, Windows, iOS, and Android.
Website · Video overview · All releases
| App | Latest | Download |
|---|---|---|
| macOS | v0.0.92 | Download DMG |
| iOS | TestFlight beta | Join TestFlight |
| Windows | v0.0.4 | Download installer · Portable ZIP |
| Android | v0.0.29 | Download APK · Play upload AAB · Checksums |
AIDictation turns your voice into text and inserts it into the app you are already using. It supports quick hold-to-dictate recording, continuous dictation, custom writing rules, glossary terms, shortcuts, and optional cleanup after transcription.
- Native apps for macOS, Windows, iOS, and Android
- Fast voice-to-text with cloud mode
- Offline mode on Android with downloadable on-device speech recognition
- Privacy-focused local handling of recordings and settings
- Secure storage for local app credentials
- Custom dictionary, writing style, and shortcut support
- Floating controls designed for writing in any app
- Download the latest DMG.
- Open the DMG.
- Drag AIDictation to Applications.
- Launch AIDictation and follow setup.
- Enable microphone and accessibility access when prompted.
- Install TestFlight from the App Store.
- Open the AIDictation TestFlight invite on your iPhone or iPad.
- Tap Accept, install AIDictation, and follow setup.
- Enable microphone access when prompted.
- Download the latest installer.
- Run the installer.
- Launch AIDictation from the Start menu.
- Follow setup and allow microphone access.
For a no-install option, download the portable ZIP, extract it, and run the app from the extracted folder.
- Download the latest APK.
- Open the APK on your Android device.
- Allow installation from your browser or file manager if Android asks.
- Launch AIDictation and follow setup.
- Enable microphone and accessibility access when prompted.
The Android release also includes an AAB for Play Console uploads and SHA-256 checksums for verifying downloads.
Requirements:
- macOS 13 or later
- Xcode 15 or later
git clone https://github.com/writingmate/aidictation.git
cd aidictation/Whishpermate
open Whispermate.xcodeprojBuild and run from Xcode.
Requirements:
- Windows 10 or later
- Visual Studio 2022 with .NET desktop development tools
git clone https://github.com/writingmate/aidictation.git
cd aidictation\AIDictation.Windows
dotnet build AIDictation.slnRequirements:
- Android Studio or Android SDK command-line tools
- JDK 17
git clone https://github.com/writingmate/aidictation.git
cd aidictation/AIDictationAndroid
./gradlew assembleDebugCopy AIDictationAndroid/local.properties.template to local.properties when you need local cloud-mode configuration.
- Recordings are temporary and are not kept as app data after transcription.
- Cloud mode sends audio to the configured transcription service.
- Offline mode processes speech on the device where supported.
- App credentials are stored in the operating system's secure storage.
AIDictationAndroid/ Android app
AIDictation.Windows/ Windows app
Whishpermate/ macOS and iOS apps
ci_scripts/ Shared release and signing helpers
scripts/ Release validation tools
references/ Release notes and supporting docs
MIT

