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:

  1. Right-click any .md file in Finder
  2. Select Get Info
  3. Expand the Open with section
  4. Choose Peekdown from the dropdown
  5. Click Change All…

System Requirements

Peekdown requires macOS 15.0 (Sequoia) or later.