Installation
Download the latest version from GitHub Releases:
Markdown Reader is currently distributed without official Apple Developer ID or Windows code-signing certificates. The app is still installable, but your operating system may show a warning because it cannot verify the publisher certificate yet.
That warning is expected for early unsigned builds. Download only from the official documentation or GitHub Releases page linked above, then follow the steps for your operating system.
Windows
Download the .exe installer.
- Open
Markdown Reader Setup 1.0.0.exe - Follow the installer wizard
- Launch Markdown Reader from the Start Menu or Desktop shortcut
If Windows shows Windows protected your PC, the installer has been blocked by SmartScreen because the build is not code signed yet.
- Click More info in the warning window.
- Confirm that the app name is Markdown Reader.
- Click Run anyway.
- Continue through the installer.
macOS
Download the .dmg file.
- Open the
.dmg - Drag Markdown Reader into Applications
- Launch the app from Applications
If macOS blocks the app, Gatekeeper is warning you because the build is not signed with an Apple Developer ID certificate yet.
- Open Applications.
- Right-click Markdown Reader and choose Open.
- In the warning dialog, choose Open again if macOS offers it.
- If macOS still blocks the app, open System Settings > Privacy & Security.
- Find the Markdown Reader security message and choose Open Anyway.
- Return to Applications and open Markdown Reader.
Linux
AppImage & Debian Installation
AppImage Setup
chmod +x Markdown-Reader-1.0.0.AppImage
./Markdown-Reader-1.0.0.AppImage
Debian / Ubuntu Setup
sudo dpkg -i markdown-reader_1.0.0_amd64.deb
Some Linux desktop environments may ask you to confirm that the package or AppImage is trusted. This is expected for unsigned early builds. Install only the file you downloaded from the official documentation or GitHub Releases page.
File association
After installation, Markdown Reader can be selected as the default app for .md and .markdown files.
On Windows:
- Right-click any
.mdfile - Choose Open with
- Select Markdown Reader
- Enable Always use this app
After that, double-clicking Markdown files opens them in Markdown Reader.