Turn meetings and dictation into clean notes.
Transcripted is a local Mac app that records meetings, captures dictation, and saves clean Markdown files on your Mac. You can read them yourself, or point your agent at the folder later.
Download the latest release · Visit transcripted.app
- Clean meeting notes with speaker names
- Dictation notes for your follow-up thoughts
- Plain Markdown files on disk
- Files you can hand to your agent later
- Local-first storage you can inspect yourself
- Download Transcripted from the latest GitHub release.
- Record a meeting or capture a dictation on your Mac.
- Open the saved Markdown files yourself, or point your agent at the folder.
Transcripted starts with readable Markdown. You do not need to learn a proprietary format to get value from it.
Meeting example:
# Product Review
## Summary
Keep annual pricing manual for now.
Onboarding friction is still the blocker.
## Transcript
[00:00] Sarah: Keep annual pricing manual for now.
[00:04] Michael: Onboarding friction is still the blocker.Dictation example:
# Dictation
2026-04-07 9:15 AM
Need to test the onboarding changes before touching pricing.The main thing is simple: Transcripted saves readable Markdown files you can open anywhere.
- Audio stays on your Mac
- Saved files stay on your Mac
- Transcripted records from your Mac and does not join as a meeting bot
- By default, captures live under
~/Library/Application Support/Transcripted/captures/
For the full storage map, compatibility paths, and migration details, see docs/storage-paths.md.
Point Claude, Codex, Cursor, Obsidian, or any other file-reading tool at your Transcripted folder.
On supported agents, Transcripted also includes a read-only local MCP server for search, recap, and direct file access.
bash build-deps.sh
bash build.shbuild.sh is the main app build. Package.swift exists for
TranscriptedCore tests and smoke coverage, not as the primary app build.
bash run-tests.shIf you touch Sources/Meeting/ or Sources/TranscriptedCore/, also run:
bash run-integration-smoke.shIf you touch Package.swift or the public TranscriptedCore seam, also run:
swift testFor build and release details, see scripts/README.md and docs/repo-layout.md.
- See CONTRIBUTING.md for development setup and architecture notes
- See SECURITY.md for privacy architecture and vulnerability reporting