Markdown viewer and review app for Windows and Mac: Make inline comments for AI agents to fix.
/mdownreview:openBrowse the file tree, read rendered markdown, and leave inline review comments.
/mdownreview:readYour agent scans all .review.yaml sidecars and lists every unresolved comment.
/mdownreview:reviewYour agent reads comments, makes fixes, and marks them resolved.
/mdownreview:cleanupRemoves .review.yaml sidecar files once all comments are resolved.
.dmg file.xattr -d com.apple.quarantine /Applications/mdownreview.app
Windows SmartScreen flags new executables that haven't built a reputation yet. mdownreview is a free, open-source app and we don't pay for an EV code-signing certificate (~$300+/year). On first launch, click "More info" in the SmartScreen dialog, then "Run anyway". The warning disappears after a few launches as the app builds local trust.
The auto-updater verifies updates with our own minisign signing key (independent of Microsoft's reputation system) so updates are cryptographically authenticated.
mdownreview is a free, open-source desktop app and we don't pay for an
Apple Developer ID ($99/yr). The app and its CLI are ad-hoc signed,
which means macOS won't trust them on first launch when downloaded via a
browser (it shows "app is damaged" or "from an unidentified developer").
The script installer above sidesteps this entirely — no quarantine is applied
when downloading via curl. If you prefer the DMG path, follow
the three-step walkthrough above to clear the quarantine flag once.
The app's auto-updater uses our own minisign signing key (separate from Apple codesign) so updates are still cryptographically verified. See docs/features/installation.md for details.
Install plugins for Claude, GitHub Copilot CLI and other coding agents
/plugin marketplace add dryotta/mdownreview-skills
/plugin install mdownreview@mdownreview-skills