Getting Started
Peekdown is a markdown viewer and editor for macOS that renders your files with GitHub-style theming. It works entirely offline — no accounts, no internet connection, no telemetry.
Opening Files
There are several ways to open a markdown file:
- ⌘O — Open a file from the file picker
- Drag and drop — Drag a file onto the Peekdown window or Dock icon
- Finder — Double-click a markdown file (if Peekdown is set as the default app)
- Open Recent — Use File > Open Recent to reopen a previously viewed file
You can also open files from the terminal:
open -a Peekdown /path/to/file.md
Supported File Types
Peekdown supports the following file extensions:
.md.mdx.markdown.mdown.mkd.txt(rendered as plain text in a monospace font)
Peekdown renders GitHub-Flavored Markdown (GFM), which is a superset of CommonMark. This includes tables, task lists, strikethrough, and fenced code blocks with syntax highlighting.
Setting Peekdown as the Default App
To open all markdown files with Peekdown by default:
- Right-click any
.mdfile in Finder - Select Get Info
- Expand the Open with section
- Choose Peekdown from the dropdown
- Click Change All…
System Requirements
Peekdown requires macOS 15.0 (Sequoia) or later.