{"slug": "mdhero-a-markdown-viewer-and-editor-windows-was-missing", "title": "MDHero: A Markdown viewer and editor Windows was missing", "summary": "MDHero, a free and open-source markdown viewer and editor for Windows, has been released at version 0.2.8, built with Tauri and Rust, and is under 8MB in size. It offers features such as LLM paste mode to clean AI output, Mermaid diagram support, and a presentation mode, positioning itself as a lightweight alternative to Electron-based tools like Typora and MarkText. The developer, Vaibhav Kakde, notes that the app is unsigned, triggering a SmartScreen warning on first run, but assures users of its safety due to its open-source code on GitHub.", "body_md": "# A markdown viewer and editor\n\nWindows was missing.\n\nA free, open source markdown viewer for Windows and a lightweight editor — small, fast, and native.\n\nUnder 8MB. The free markdown viewer Windows users actually want — a real .md file viewer that opens any markdown document with a double-click. Built with Tauri and Rust. Press `Ctrl+E`\n\nto edit and `Ctrl+S`\n\nto save — no accounts, no uploads.\n\n`Windows 10+`\n\n(64-bit). Installer is a standard .exe setup.## Why Windows users choose MDHero as their markdown viewer for Windows\n\n### Tiny footprint, zero bloat\n\nUnder 8MB installed — roughly 20x smaller than MarkText or VS Code. No Electron runtime, no bundled Node.js. Runs on Tauri and Rust for native Windows performance.\n\n### Proper code rendering\n\nSyntax colors for 25+ languages that look sharp on any display. KaTeX for LaTeX equations, Mermaid for flowcharts. Themes follow your Windows light/dark preference.\n\n### Clean up AI output instantly\n\nCopy from ChatGPT, Claude, or Gemini and paste into MDHero. LLM paste mode strips the escaped newlines and broken formatting so you can actually read the response.\n\n### View, Split, or Edit\n\nA real markdown editor for Windows, built into the viewer. Switch between View, Split, and Edit from one control — Split shows the editor and a live preview side by side. Line numbers, `Ctrl+S` to save, and an unsaved-changes warning before you close.\n\n### Present straight from a .md file\n\nAdd `marp: true`\n\nto the front matter and MDHero opens the file as a native slideshow — arrow keys, `Space`, and optional page numbers. No Marp CLI, no export, no browser.\n\n### Ctrl+T, Ctrl+F, done\n\nFamiliar Windows keyboard shortcuts. Tabbed interface with drag-to-reorder, a Table of Contents sidebar for long documents, and pin your project folders for quick access.\n\n### Open .md files from Explorer\n\nSet MDHero as the default handler to open .md files on Windows. Double-click any markdown document in Explorer to view it rendered. Also opens GitHub URLs and Claude Code plans.\n\n### Offline and private by design\n\nYour files stay on your PC. Nothing is uploaded, no account is required, no usage data is collected. Works without an internet connection — ideal for air-gapped or corporate environments.\n\n## How MDHero compares on Windows\n\nMost markdown viewers on Windows are either editors, Electron-based, or paid. MDHero is different.\n\n| MDHero | Typora | MarkText | Markdown Monster | MarkView | |\n|---|---|---|---|---|---|\n| Price | Free | $14.99 | Free | $39 | Free |\n| Open source | Yes | No | Yes | No | No |\n| App size | ~8MB | ~90MB | ~170MB | ~80MB | ~100MB |\n| Viewer + editor | Both | Editor only | Editor only | Editor only | Viewer only |\n| Mermaid diagrams | Yes | Yes | No | Yes | Yes |\n| LLM paste mode | Yes | No | No | No | No |\n| Still maintained | Yes | Yes | No (2022) | Yes | Yes |\n\n## First run takes one extra click. SmartScreen warning, bypass, done.\n\nMDHero is open source and not signed with a Microsoft Authenticode certificate (that's $200–700/year from a certificate authority, which we haven't taken on yet). On first run, Windows SmartScreen shows a warning. Here's how to bypass it once.\n\n### Steps\n\n- Download\n`MDHero_0.2.8_x64-setup.exe`\n\n(or the`.msi`\n\nif you prefer) - Double-click the downloaded file\n- Windows SmartScreen shows:\n*Windows protected your PC. Microsoft Defender SmartScreen prevented an unrecognized app from starting.* - Click the small\n**More info** link in the dialog text - A new button appears:\n**Run anyway**— click it - Follow the installer steps (default settings are fine)\n- MDHero is now in your Start menu and works normally\n\n## What's safe about this?\n\n- MDHero is fully open source — every line of code is on\n[GitHub](https://github.com/vaibhav-kakde-in/mdhero). - The Windows binary is built on GitHub Actions from public source on every release.\n- The \"unrecognized app\" warning is what Windows shows for any unsigned binary, including thousands of legitimate open-source apps.\n\n## Markdown on Windows — common questions\n\nThe questions people ask before picking a markdown viewer for Windows.\n\n## ### Is there a free markdown viewer for Windows?\n\n**Yes.** MDHero is a completely free, open-source markdown viewer for Windows 10 and 11 — about 8MB, MIT-licensed, with no paid tier, no account, and no ads.\n\nIt renders GitHub-Flavored Markdown with syntax-highlighted code, KaTeX math, and Mermaid diagrams, and includes a lightweight editor (`Ctrl+E` to edit, `Ctrl+S` to save). See how it stacks up in our [best free markdown viewers comparison](/blogs/best-free-markdown-viewers-2026/).\n\n## ### How do I open a .md file on Windows 10 or 11?\n\nWindows has no built-in markdown renderer — double-clicking a `.md`\n\nfile opens Notepad showing raw text. Install a markdown viewer like MDHero, then double-click any `.md`\n\nfile in File Explorer to see it rendered.\n\nTo make it the default: right-click a `.md`\n\nfile → *Open with* → *Choose another app* → MDHero → check *Always*. Full walkthrough: [how to open .md files on Windows](/blogs/open-md-windows/).\n\n## ### Does Windows have a built-in markdown viewer?\n\n**No.** Neither Windows 10 nor Windows 11 ships with a markdown renderer — Notepad and WordPad show `.md`\n\nfiles as raw text with visible `#`\n\nand `*`\n\nsymbols.\n\nYou need a third-party app: MDHero is a free 8MB option, while alternatives like Typora ($14.99) or MarkText (~170MB, unmaintained since 2022) are heavier. The comparison table above covers the trade-offs.\n\n## ### Why does Windows SmartScreen warn me about MDHero?\n\nThe warning appears because MDHero’s installer has not yet built up reputation with Microsoft’s SmartScreen system — not because anything is wrong with the app. Click *More info*, then *Run anyway*; it only happens on the first run.\n\nMDHero is MIT open source and every Windows binary is built on public [GitHub Actions CI](https://github.com/vaibhav-kakde-in/mdhero), so the code behind the installer is fully auditable. Step-by-step: [install guide above](#install).\n\n## ### Can MDHero edit markdown files on Windows, or only view them?\n\n**Both.** MDHero opens as a clean reader, and `Ctrl+E` flips any local file into a lightweight editor with the scroll position preserved line by line; `Ctrl+S` saves to disk.\n\nIt is a focused viewer-first app, not a full IDE — for reading-first workflows with quick edits it replaces both Notepad and a heavyweight editor.\n\n## More on opening markdown files on Windows\n\nGuides and comparisons from the MDHero blog.\n\n[Guide](/blogs/open-md-windows/)\n\n### How to open .md files on Windows\n\nEvery reasonable way to view markdown on Windows 10 and 11 — Notepad, VS Code, Chrome, MDHero — compared.\n\n[Roundup](/blogs/best-free-markdown-viewers-2026/)\n\n### Best free markdown viewers in 2026\n\nThe shortlist of free markdown apps for Windows, Mac, and beyond — with honest pros and cons.\n\n[Tutorial](/blogs/paste-chatgpt-output-fix-newlines/)\n\n### Fix ChatGPT paste formatting on Windows\n\nWhy AI output looks broken when you paste it, and how MDHero's LLM paste mode fixes it instantly.\n\nCross-platform user? See the [Mac markdown viewer page](/mac/), or browse [all MDHero articles](/blogs/).\n\n## Free, open source, and built for Windows.\n\nDownload MDHero and start viewing markdown files in seconds.\n\nAlso available as a [markdown viewer for Mac](/mac/).", "url": "https://wpnews.pro/news/mdhero-a-markdown-viewer-and-editor-windows-was-missing", "canonical_source": "https://mdhero.app/windows/", "published_at": "2026-08-05 12:13:30+00:00", "updated_at": "2026-08-05 12:23:04.816536+00:00", "lang": "en", "topics": ["developer-tools", "ai-tools"], "entities": ["MDHero", "Tauri", "Rust", "GitHub", "Vaibhav Kakde", "Typora", "MarkText", "Markdown Monster"], "alternates": {"html": "https://wpnews.pro/news/mdhero-a-markdown-viewer-and-editor-windows-was-missing", "markdown": "https://wpnews.pro/news/mdhero-a-markdown-viewer-and-editor-windows-was-missing.md", "text": "https://wpnews.pro/news/mdhero-a-markdown-viewer-and-editor-windows-was-missing.txt", "jsonld": "https://wpnews.pro/news/mdhero-a-markdown-viewer-and-editor-windows-was-missing.jsonld"}}