An .md file is a plain-text markdown document — the format behind READMEs, documentation, and notes exported from Obsidian, Notion, ChatGPT, or Claude. macOS has no built-in app that renders it, so double-clicking one usually lands you in Xcode or TextEdit staring at raw # symbols. Here are the three ways to actually read it.
Online markdown previewers are a fourth option, but they require uploading your file to someone else's server — a non-starter for private notes or work documents. Everything below runs locally on your Mac.
MarkViewer.app into Applications.
.md file from Finder, Spotlight, AirDrop, or your downloads folder opens rendered.
Tip: MarkViewer's first-launch setup offers to register itself as the default app for .md files — one checkbox instead of the Finder Get Info dance.
macOS hands .md files to whichever installed app last claimed the extension — for developers that's usually Xcode, which takes several seconds to launch just to show plain text. The fix takes ten seconds:
.md file in Finder and choose Get Info.Any text editor can open an .md file, but it will show raw markdown syntax. To see the formatted document — headings, tables, task lists, code blocks — use a markdown viewer such as MarkViewer, which is free, native to macOS, and works fully offline.
Yes. Press Space on the file in Finder (Quick Look) or open it in TextEdit — both show the file's text, but as raw markdown with visible # and * symbols, not the rendered document. Online previewers render it but require uploading your file to a website.
macOS assigns .md files to whichever installed app last claimed the file type. To change it: right-click the file in Finder, choose Get Info, expand Open With, pick the app you want, and click Change All to apply it to every markdown file.
Yes. An .md file is plain text with markdown formatting symbols — it contains no executable code. It's the standard format for README files, documentation, and notes exported from apps like Obsidian, Notion, or AI chat tools.
Save or export the AI-generated content as a .md file, then open it in a markdown viewer. MarkViewer renders it exactly as the chat interface did — and its AI Review Loop lets you annotate the draft and hand it back to the AI for another pass.
MarkViewer is free, fully offline, and renders GitHub-flavored markdown natively on macOS 10.13+.
Download for Mac (Free)Universal Binary (Intel & Apple Silicon)