Rust + egui · no browser engine
Markdown editing at native speed.
speedmark is a Markdown editor written in Rust with egui. No Electron, no Tauri, no WebView — so it is small on disk, light in memory, and opens instantly.

Performance, measured
The same job, without a browser engine inside the process.
Install size
6MB
27× smaller than Electron
Memory (idle)
45MB
7× less memory than Electron
Cold start
0.18s
13× faster to launch
From the blog
speedmark vs Electron: 6 MB, 45 MB, 0.18 s
What a native Rust + egui editor costs your disk, your RAM and your patience — compared with an Electron build doing the same job.
Sep 10, 2026
Why we skipped Tauri and WebView too
Tauri fixes Electron's download size. It does not remove the browser engine from the process — and that is where memory and startup time live.
Sep 5, 2026
A Typora alternative that opens instantly
Typora set the bar for inline Markdown editing. Here is the same idea rebuilt as a native Rust application — and an honest list of what it still does better.
Aug 28, 2026