MarkdownViewer
A native macOS viewer for Markdown files with live reload, Mermaid diagrams, and a CLI that stays out of your way.
Install with Homebrew
brew tap tvaisanen/tap
brew install --cask mdview
Tables, strikethrough, autolinks, and task lists. Renders what GitHub renders.
Flowcharts, sequence diagrams, and more. Rendered inline alongside your markdown.
Edit in your editor, see changes instantly. File watching with scroll position preserved.
mdview README.md opens the file and returns your terminal immediately.
File panel and table of contents. Auto-shows on hover, pins on click.
Dim the content to save your eyes. Slider in the status bar, persists across launches.
# Launch the app
mdview
# Open a file
mdview README.md
# Open multiple files
mdview design.md spec.md notes.md