⚠️ Database connection is unavailable. You can still browse our website, but login and account features are disabled.

Documentation

Complete guide to My Transcriber for Mac — automatic voice memo transcription, entirely on your device.

Overview

My Transcriber watches your Apple Voice Memos, transcribes them with Whisper AI, and saves the text as markdown files in a folder you choose.

Automatic transcription

Record on your iPhone, iPad, Apple Watch, or Mac. The transcription appears in your folder automatically.

100% local processing

Whisper AI runs entirely on your Mac with Metal GPU acceleration. No audio is sent to any server.

Markdown output

Plain text files with YAML frontmatter. Searchable in Spotlight, compatible with any text editor or AI tool.

Installation & Setup

System Requirements

  • macOS 15.0 (Sequoia) or later
  • Apple Silicon (M1 or later) recommended for best transcription speed

Download & Install

Get up and running in a few minutes

1

Download My Transcriber for Mac

Download DMG
2

Open the downloaded DMG file and drag My Transcriber to your Applications folder

3

Grant Full Disk Access

My Transcriber needs Full Disk Access to read Voice Memos synced via iCloud. Go to System Settings → Privacy & Security → Full Disk Access and enable My Transcriber.

4

First launch — model download

On the first launch, My Transcriber downloads the Whisper large-v3-turbo model (~1.5 GB) from Hugging Face. This is a one-time download. Transcription starts automatically once the model is ready.

Automatic Voice Memos

Record a voice memo on any Apple device. My Transcriber picks it up and transcribes it automatically.

How it works

My Transcriber watches the Voice Memos folder on your Mac. When a new recording appears (either recorded locally or synced via iCloud from your iPhone, iPad, or Apple Watch), the app:

  1. Detects the new M4A file
  2. Converts it to WAV using the bundled ffmpeg
  3. Runs Whisper AI with Metal GPU acceleration
  4. Saves the transcription as a markdown file in your output folder

Background catch-up

When you launch the app, it checks for any voice memos that were recorded while the app was closed and transcribes them. You don't need to keep the app running at all times — it catches up when it starts.

Live Transcription

Real-time transcription while recording

When the Voice Memos app is actively recording, My Transcriber can transcribe the audio in real time using chunked processing. You see partial text appear as you speak.

How to use:

  1. Start a recording in the Voice Memos app
  2. Open My Transcriber — it detects the active recording
  3. Click Start Live Transcription
  4. Watch the text appear as you speak
  5. Stop the Voice Memos recording when done — the final transcript is saved

Push-to-Talk Recording

In-app recording

Record and transcribe without leaving My Transcriber

The Transcribe tab provides a dedicated recording interface. You can record directly in the app, review the transcription, and choose to accept or discard it.

Recording modes:

  • Push-to-talk — hold to record, release to stop
  • Record / Stop — click to start, click again to stop

After recording, you can review the transcription and either accept it (saves to your output folder) or delete it.

Output Format

Markdown with YAML frontmatter

Each transcription is saved as a .md file with structured metadata in the frontmatter:

---
captured_at: "2026-01-15T09:30:45+01:00"
source: voice_memo
duration_seconds: 47
model: whisper-base
language: en
---

Just had a great idea for the project. We should
reorganize the API endpoints to group them by
resource type instead of by action...

Works with:

  • Spotlight — search transcriptions from anywhere on your Mac
  • Obsidian — open the output folder as a vault
  • AI tools — feed transcriptions to ChatGPT, Claude, or any LLM for summarization, task extraction, etc.
  • Any text editor — plain text, no lock-in

Whisper Models

Model sizes and quality

Choose accuracy vs. speed

My Transcriber uses OpenAI's Whisper models for transcription. All models support 99+ languages with automatic language detection.

Model Size Best for
Tiny ~75 MB Fastest speed, lower accuracy
Base ~150 MB Good balance, fast
Small ~500 MB Better accuracy
Medium ~1.5 GB High accuracy
Large v3 Turbo ~1.5 GB Best accuracy, fast (default)

The default model is Large v3 Turbo — best accuracy at good speed. Smaller models (Tiny, Base) are available if you prefer faster processing. Models are downloaded automatically from Hugging Face when first selected.

Output Folder

Choose where transcriptions are saved

By default, My Transcriber saves transcriptions to ~/My Transcriber/. You can change this in Settings to any folder on your Mac.

Cloud storage options:

Point the output folder to a synced folder to access transcriptions from any device:

  • Dropbox — sync across Mac, Windows, mobile
  • Google Drive — search transcriptions from the web
  • OneDrive / SharePoint — integrate with Microsoft 365
  • iCloud Drive — stay in the Apple ecosystem

Team Folders

Shared transcription folders

Multiple people can point My Transcriber at the same shared folder (e.g., a Dropbox or SharePoint folder). Each person's transcriptions land in their own account subfolder, so nothing gets mixed up.

Shared Folder/
├── Registry/
│   ├── 7a571023/       ← Person A's transcriptions
│   │   └── voice/2026/
│   └── b3e8f190/       ← Person B's transcriptions
│       └── voice/2026/

Everyone on the team can search and read each other's transcriptions. No extra software or accounts needed — just a shared folder.

Accept-and-Delete

Audio lifecycle

After a voice memo is transcribed, you can review the text and choose to accept it. Accepting deletes the source audio recording and keeps only the markdown transcript. This prevents recordings from piling up on your device.

Auto-delete setting

If you prefer, enable auto-delete recording after transcription in Settings. With this enabled, the source audio is deleted automatically after successful transcription — no manual review needed.

Troubleshooting

Voice memos not appearing

Cause: Full Disk Access not granted

Fix: System Settings → Privacy & Security → Full Disk Access → Enable for My Transcriber. You may need to restart the app after granting access.

Voice memos not syncing from iPhone

Cause: iCloud sync for Voice Memos is disabled or lagging

Fix: On your iPhone, go to Settings → [your name] → iCloud → Voice Memos and make sure sync is enabled. On your Mac, check System Settings → Apple Account → iCloud → Voice Memos. Sync can take a few minutes.

Transcription is slow

Cause: Large model on limited hardware, or app running in debug mode

Fix: Try a smaller Whisper model in Settings (e.g., Tiny or Base). Make sure you're running the release build of My Transcriber, which enables Metal GPU acceleration for 100x+ faster transcription compared to CPU-only mode.

Microphone not working for push-to-talk

Cause: Microphone permission not granted

Fix: System Settings → Privacy & Security → Microphone → Enable for My Transcriber. The app will request this permission the first time you try to record.

Model download stuck or failed

Cause: Network issue during Hugging Face download

Fix: Restart My Transcriber. The download resumes automatically. If the problem persists, check your internet connection and try again. Model files are cached, so a partial download won't start from scratch.

Need Help?

If you're having trouble getting started or have questions about My Transcriber, we're here to help.