A lightweight, fast Markdown viewer for Windows. Simply double-click any .md file to view it beautifully rendered.
- Clean Markdown Rendering - GitHub-flavored Markdown with tables, task lists, and more
- Syntax Highlighting - Code blocks with automatic language detection
- Dark/Light Mode - Follows system preference with manual toggle
- Table of Contents - Auto-generated navigation for long documents
- Auto-reload - Detects external file changes and prompts to reload
- File Association - Optional integration with Windows Explorer
- Context Menu - Right-click any
.mdfile to "Open with MD Reader" - Lightweight - Small ~5MB installer, fast startup
Get the latest release from the Releases page.
MD Reader_x.x.x_x64-setup.exe- Recommended installer (NSIS)MD Reader_x.x.x_x64_en-US.msi- MSI installer for enterprise deployment
The installer will:
- Add "Open with MD Reader" to the right-click context menu (always)
- Ask if you want to set MD Reader as the default app for
.mdfiles (optional)
- Double-click any
.mdfile (if set as default) - Right-click → "Open with MD Reader"
- Open the app and click "Open File" to browse
- Toggle dark/light mode with the sun/moon icon
- Toggle table of contents with the menu icon
# Install dependencies
npm install
# Development
npm run tauri dev
# Build for production
npm run build
cargo tauri buildThe installers will be in src-tauri/target/release/bundle/.
- Frontend: React + TypeScript + Vite
- Backend: Rust + Tauri
- Markdown: react-markdown + remark-gfm + rehype-highlight
MIT License - see LICENSE for details.