pluk-inc/markdown-preview — explained in plain English
Analysis updated 2026-05-18
Preview Markdown files with a native, fast Mac app instead of a browser or Electron viewer.
Edit a Markdown file's headings, lists, and formatting directly in the preview window.
Send the current Markdown file to Claude, ChatGPT, or Codex for AI assistance.
Open and preview Markdown files or folders straight from the command line with mdp.
| pluk-inc/markdown-preview | signerlabs/shipswift | eeliberto/ipa-download | |
|---|---|---|---|
| Stars | 1,346 | 1,395 | 1,469 |
| Language | Swift | Swift | Swift |
| Last pushed | — | — | 2026-06-21 |
| Maintenance | — | — | Maintained |
| Setup difficulty | easy | easy | easy |
| Complexity | 1/5 | 2/5 | 2/5 |
| Audience | general | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Requires macOS 15 or later on Apple Silicon or Intel, install via Homebrew cask or a signed DMG from the releases page.
Markdown Preview is a native Mac app for reading and lightly editing Markdown files without opening a code editor or a browser tab. You can drop a .md file onto its icon, set it as the default app for Markdown files, or use the Finder spacebar Quick Look preview, and get a clean, scrollable rendering of the document with a sidebar outline built from its headings that you can click to jump around. Beyond just viewing, it has an Edit Mode with a formatting toolbar for headings, emphasis, lists, quotes, code, and links, so you can make quick changes and save directly from the app. It renders Mermaid diagrams and LaTeX style math equations right inside the preview, both in the full app and in Quick Look, using bundled renderers so this works without an internet connection. There is also in document search, a file metadata inspector panel, adjustable zoom levels for the preview text, and a customizable toolbar following normal Mac conventions. A few features are aimed specifically at people who work with AI tools: an Open in LLM button that sends the current file to Codex, Claude, or ChatGPT with as much file or folder context as those apps support, and a Share and Copy behavior that copies the raw Markdown source text rather than a file link, which is convenient for pasting into a chat window. The app can also register command line tools like mdp so you can open Markdown files or whole folders straight from the terminal, and it can hand a file off to a real code editor such as VS Code, Cursor, or Zed with one click. The app requires macOS 15 or later on either Apple Silicon or Intel Macs, and can be installed through Homebrew or as a signed and notarized download from the releases page. It is open source, built with Swift, and released under the MIT license, with optional anonymous crash reporting that can be turned off from within the app.
A native macOS app for viewing and lightly editing Markdown files, with support for diagrams, math equations, and sending files to AI chat tools.
Mainly Swift. The stack also includes Swift, AppKit, WKWebView.
You can use, modify, and share this freely, including for commercial purposes, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.