Downloads

Get MDown 1.2.1

Released 2026-08-09. Free and open, no account, no telemetry.

One line, no root
curl -fsSL https://mdown.org/install.sh | sh
Installs into ~/.local. Re-run it any time to update, or use mdown --update. MDOWN_PREFIX changes where it goes, MDOWN_VERSION pins a release.

Packages

Linux · x86_64

Debian / Ubuntu package

mdown_1.2.1_amd64.deb · 11.4 MB
Download
Linux · ARM64

Debian / Ubuntu package

mdown_1.2.1_arm64.deb · 9.5 MB
Download
Linux · x86_64

Portable tarball

mdown-1.2.1-linux-x86_64.tar.gz · 11.4 MB
Download
Linux · ARM64

Portable tarball

mdown-1.2.1-linux-aarch64.tar.gz · 9.5 MB
Download
macOS · Universal

Disk image

MDown-1.2.1-macos-universal.dmg · 12.5 MB
Download

Checksums for every file are published at /releases/SHA256SUMS, and the one-line installer verifies them for you.

Installing by hand

Debian and Ubuntu

Installs to /opt with a menu entry and the Markdown file association.

sudo apt install ./mdown_1.2.1_amd64.deb

Portable tarball

Unpack it anywhere and run it. Everything it needs travels in the folder.

tar xzf mdown-1.2.1-linux-x86_64.tar.gz
cd mdown-1.2.1-linux-x86_64 && ./mdown

macOS

The disk image above is one universal build for Apple Silicon and Intel, and the one-line installer handles it for you. Copying MDown.app across by hand needs one extra step, because the app is signed but not notarised: macOS quarantines anything downloaded from the web, and the first launch fails with "MDown is damaged and can't be opened" or "cannot be opened because the developer cannot be verified". Clear the flag:

xattr -dr com.apple.quarantine /Applications/MDown.app
Or open System Settings, Privacy & Security, and choose "Open Anyway". Right-clicking and picking Open no longer works; Apple removed that route in macOS 15. The curl line above avoids all of this, since it clears the flag itself.

Other platforms

Windows Coming soon

x64

Builds today with Visual Studio 2019 or newer; a prebuilt installer will follow the macOS one.

Android Planned

Phones and tablets

The same documents, read the same way, on a phone. It will be listed here when it is out.

Building from source is covered in the build guide.