Skip to content

writingmate/aidictation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

564 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIDictation app icon

AIDictation

Fast, native voice-to-text for macOS, Windows, iOS, and Android.

Website · Video overview · All releases

AIDictation screenshot

Download

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

What It Does

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.

Highlights

  • 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

Install

macOS

  1. Download the latest DMG.
  2. Open the DMG.
  3. Drag AIDictation to Applications.
  4. Launch AIDictation and follow setup.
  5. Enable microphone and accessibility access when prompted.

iOS

  1. Install TestFlight from the App Store.
  2. Open the AIDictation TestFlight invite on your iPhone or iPad.
  3. Tap Accept, install AIDictation, and follow setup.
  4. Enable microphone access when prompted.

Windows

  1. Download the latest installer.
  2. Run the installer.
  3. Launch AIDictation from the Start menu.
  4. 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.

Android

  1. Download the latest APK.
  2. Open the APK on your Android device.
  3. Allow installation from your browser or file manager if Android asks.
  4. Launch AIDictation and follow setup.
  5. 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.

Build From Source

macOS and iOS

Requirements:

  • macOS 13 or later
  • Xcode 15 or later
git clone https://github.com/writingmate/aidictation.git
cd aidictation/Whishpermate
open Whispermate.xcodeproj

Build and run from Xcode.

Windows

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.sln

Android

Requirements:

  • Android Studio or Android SDK command-line tools
  • JDK 17
git clone https://github.com/writingmate/aidictation.git
cd aidictation/AIDictationAndroid
./gradlew assembleDebug

Copy AIDictationAndroid/local.properties.template to local.properties when you need local cloud-mode configuration.

Privacy

  • 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.

Repository Layout

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

License

MIT

About

Voice transcription for macOS with global hotkey support, multi-language, and AI-powered transcription (Groq & OpenAI)

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors