A small, free Markdown viewer for Mac.
It's a fast, minimal viewer written in Swift: you open a Markdown file and read it, and there's no editor, no account, no tracking and nothing to configure.
It's handy for the Markdown files that AI tools and coding agents leave behind (reports, notes, handoffs) when you just want to read them without opening an editor.
Needs an Apple silicon Mac (M1 or newer) running macOS 14 or later. Intel Macs aren't supported.
https://github.com/user-attachments/assets/799d6293-efe6-4afb-a53b-58ccabe3c16a

Get the DMG from the latest release. Open it, drag the app to Applications, eject the disk image. Done.
The app is Developer ID-signed and notarized by Apple. The first time you open it, macOS shows its usual "downloaded from the internet" prompt, and that's it.
To make it the default for Markdown files: select a .md file in Finder, then Get Info → Open with → Tim’s Markdown Reader → Change All.
The app doesn't update itself. Tim’s Markdown Reader → Check for Updates… shows your version and opens the download page; to update, download the new version and replace the app. To uninstall, drag it to the Trash. Your files are never touched.
⌘F) highlights every match and shows a count. ⌘G and ⇧⌘G jump to the next and previous match⌘[ and ⌘]⌘,) for font, text size and page width.md, .markdown and .mdx (MDX is shown as text, not run)Want to see it in action? Open the sample files with it.
Everything happens on your Mac. The app doesn't need the internet and doesn't send anything anywhere. Remote images are blocked, and any HTML inside a document is shown as plain text instead of being run. Links open in your browser only when you click them. More in PRIVACY.md.
It's a reader, not a security tool, so don't rely on it to make untrusted files safe. If you find a security problem, see SECURITY.md.
You need an Apple silicon Mac with Xcode. Open MarkdownReader.xcworkspace, pick Tim's Markdown Reader → My Mac and run. Or from Terminal:
scripts/test.sh # run all the tests
scripts/build-release.sh --local # build a DMG for your own use
There's nothing else to install. A DMG you build yourself isn't notarized, so other Macs will warn about it. docs/DEVELOPMENT.md explains how the code is laid out.
Bug reports and small fixes are welcome. For anything bigger, open an issue first. Please use made-up example files in bug reports, not your private documents.
MIT, © 2026 Tim Tairov. Licenses for the bundled third-party code (Mermaid, Swift Markdown and others) are in ThirdParty and inside the app under Licenses….
16 commits
Swift
80.8%
Python
7.4%
JavaScript
5.1%
Shell
3.8%
CSS
2.9%
A small, free Markdown viewer for Mac.
It's a fast, minimal viewer written in Swift: you open a Markdown file and read it, and there's no editor, no account, no tracking and nothing to configure.
It's handy for the Markdown files that AI tools and coding agents leave behind (reports, notes, handoffs) when you just want to read them without opening an editor.
Needs an Apple silicon Mac (M1 or newer) running macOS 14 or later. Intel Macs aren't supported.
https://github.com/user-attachments/assets/799d6293-efe6-4afb-a53b-58ccabe3c16a

Get the DMG from the latest release. Open it, drag the app to Applications, eject the disk image. Done.
The app is Developer ID-signed and notarized by Apple. The first time you open it, macOS shows its usual "downloaded from the internet" prompt, and that's it.
To make it the default for Markdown files: select a .md file in Finder, then Get Info → Open with → Tim’s Markdown Reader → Change All.
The app doesn't update itself. Tim’s Markdown Reader → Check for Updates… shows your version and opens the download page; to update, download the new version and replace the app. To uninstall, drag it to the Trash. Your files are never touched.
⌘F) highlights every match and shows a count. ⌘G and ⇧⌘G jump to the next and previous match⌘[ and ⌘]⌘,) for font, text size and page width.md, .markdown and .mdx (MDX is shown as text, not run)Want to see it in action? Open the sample files with it.
Everything happens on your Mac. The app doesn't need the internet and doesn't send anything anywhere. Remote images are blocked, and any HTML inside a document is shown as plain text instead of being run. Links open in your browser only when you click them. More in PRIVACY.md.
It's a reader, not a security tool, so don't rely on it to make untrusted files safe. If you find a security problem, see SECURITY.md.
You need an Apple silicon Mac with Xcode. Open MarkdownReader.xcworkspace, pick Tim's Markdown Reader → My Mac and run. Or from Terminal:
scripts/test.sh # run all the tests
scripts/build-release.sh --local # build a DMG for your own use
There's nothing else to install. A DMG you build yourself isn't notarized, so other Macs will warn about it. docs/DEVELOPMENT.md explains how the code is laid out.
Bug reports and small fixes are welcome. For anything bigger, open an issue first. Please use made-up example files in bug reports, not your private documents.
MIT, © 2026 Tim Tairov. Licenses for the bundled third-party code (Mermaid, Swift Markdown and others) are in ThirdParty and inside the app under Licenses….
16 commits
Swift
80.8%
Python
7.4%
JavaScript
5.1%
Shell
3.8%
CSS
2.9%