MDE

A lightweight markdown editor that stays out of your way.

Free and open-source — use it in the browser or download the desktop app for Windows, macOS, and Linux. Lightweight native binary, no account, no vault.

README.md
notes.md
todo.md
1# Getting Started with MDE
2
3## Installation
4
5Download the latest release from the [releases page](https://github.com/...)
6or build from source:
7
8```bash
9git clone https://github.com/sevenevesai/MDE
10cd MDE && npm install
11npm run tauri build
12```
13
14## Features
15
16- Dual-mode editing — switch with `Ctrl+E`
17- Minimap for document overview
18- Tabs with persistent state

Dual Mode Editing

Toggle between raw markdown with syntax highlighting and a rich WYSIWYG visual editor.

Ctrl+E to switch

Lightweight

Native app built with Tauri + Rust, not Electron — lightweight and quick to open.

Tabs & Persistence

Multiple documents in tabs. Undo history, scroll position, and cursor preserved when switching.

Formatting Toolbar

Bold, italic, headings, links, lists, code blocks — via toolbar buttons or keyboard shortcuts.

Minimap

Document overview on the right side, just like VS Code and Sublime Text. Navigate at a glance.

Open Source

MIT licensed. Free to use, modify, and distribute. Built in the open on GitHub.

Raw Mode — CodeMirror
### Project Notes

The refactor is **nearly complete**.
Focus on *performance* and cleanup.

- Migrate to `Tauri v2`
- Reduce bundle size
- Add [export options](docs/export.md)
Visual Mode — Milkdown

Project Notes

The refactor is nearly complete. Focus on performance and cleanup.

Write in raw markdown or rich text — your choice.

Ctrl+B Bold
Ctrl+S Save
Ctrl+I Italic
Ctrl+O Open
Ctrl+K Link
Ctrl+N New Tab
Ctrl+E Toggle Mode
Ctrl+W Close Tab
Ctrl+= / - Font Size
Ctrl+Alt+W Word Wrap

Windows

.exe / .msi
Download

macOS

.dmg
Download

Linux

.deb / .AppImage / .rpm
Download

Or use it right now — open the browser version →

What is MDE?

MDE is a free, open-source markdown editor built with Tauri and React. It gives you two editing modes in one window: a raw source editor (powered by CodeMirror) with syntax highlighting and a minimap, and a rich visual editor (powered by Milkdown) for formatted live-preview writing. Switch between them instantly with Ctrl+E.

The desktop app is a lightweight native build (Tauri + Rust, not Electron), with no telemetry, requires no account, and runs on Windows, macOS, and Linux. A browser version is available with no install required.

Is MDE free?

Yes, completely free — forever. MDE is MIT licensed and open-source on GitHub. There is no trial period, no paid tier, no premium plan, and no feature gating. The browser version at /mde/app/ is also free to use directly without downloading anything.

Can I use MDE in the browser without installing anything?

Yes. The full editor — including dual-mode editing, tabs, and minimap — is available at seveneves.ai/mde/app/. No sign-up, no extension, no install. It is a good option if you are on a locked-down machine or just want to try it before downloading. The desktop app adds native file system access (open and save local files directly) and works offline without a browser.

MDE vs Typora vs Obsidian — which should I use?

They serve different needs. MDE is the right choice when you want a free, instantly-launching markdown editor with no setup and no commitment. Typora is a polished live-preview editor but costs ~$15 after its trial. Obsidian is free for personal use but is designed around a local vault of interlinked notes — it is a knowledge-base application, not a simple editor, and that scope comes with weight.

Dimension MDE Typora Obsidian
Price Free & open-source (MIT) ~$15 one-time (after 15-day trial) Free for personal use; Sync/Publish add-ons are paid
Install required? No — use in browser; or install desktop app Desktop only Desktop only
Runtime Native — Tauri + Rust Electron Electron
Editing modes Dual: raw source + visual preview (toggle with Ctrl+E) Seamless live-preview (single mode) Live-preview + reading view; source mode available
Tabs Yes, with persistent undo & cursor state Yes Yes, plus panes
Minimap Yes No No (plugin available)
Vault / folder model No — open any file, anywhere No — open any file Yes — vault-centric, file must live inside vault
Account / cloud required No No No (Sync add-on is optional)
Intended use Quick, focused markdown editing of individual files Beautiful distraction-free writing Personal knowledge base, linked notes, PKM
Choose when… You want free, fast, and frictionless — or need to edit a file in the browser right now You prefer seamless WYSIWYG and are happy to pay $15 You want a second brain / notes graph, not just an editor