The Notepad equivalent for Markdown
A lightweight, minimalist Markdown viewer and text editor built for productivity across Windows, macOS, and Linux.
- Tabbed interface
- Monaco editor (VS Code)
- Split view
- Syntax highlighting both in editor and code blocks
- Math equation support (KaTeX)
- Mermaid diagram support
- Vim mode
- Auto-reload
- Zen mode
- Custom typography and font settings
- Content zooming
- Image and YouTube embeds
- Familiar GitHub styled markdown rendering
- Tiny memory usage (~10MB)
- No telemetry or bloat
- Free and open-source
- Lightweight native UI
- Cross-platform (Windows, macOS, Linux)
choco install markpad-app --version=2.5.0 # version flag is temporary for nowsudo snap install markpad Download the latest executable or installer from the releases page or from markpad.sftwr.dev
- Clone the repository
- Run
npm installto install dependencies - Run
npm run tauri buildto build the executable - [Optional] Rename to
MarkpadInstaller.exeto run as installer
If you find a bug, have a feature request, or just want to leave some feedback, please open an issue. I'm actively developing Markpad and love hearing from users!
Contributions are always welcome! Markpad is built with SvelteKit and Tauri.
- Fork & Clone the repository
- Install dependencies:
npm install - Run the dev server:
npm run tauri dev(to run the Tauri app locally) - Make your changes and ensure type checking passes:
npm run check - Open a Pull Request!
Please ensure your code follows the existing style and that you add descriptions for any new features.







