Current release · 0.0.1

Download oh-my-md for desktop

A fast, native-feeling Markdown editor for local files. Choose your platform below. The release page is the authoritative source for this version and its files.

  • Apache-2.0 open source
  • 100% local files
  • No account required
  • Unsigned community builds

macOS

Apple Silicon and Intel Macs (macOS 11+)

Download DMG (Universal)

Windows

Recommended

64-bit Windows 10 and 11 installer

Download EXE (x64 NSIS)

Linux

Portable executable for 64-bit Linux distributions

Download AppImage (x64)

macOS

File
oh-my-md_0.0.1_universal.dmg
Architecture
Universal
Type
DMG
Signature
Unsigned

Windows

NSIS is the recommended option for most users. MSI is provided for managed environments and manual installation.

NSIS installer

Recommended
Download EXE
File
oh-my-md_0.0.1_x64-setup.exe
Architecture
x64
Type
NSIS installer
Signature
Unsigned

MSI installer

Managed / manual
Download MSI
File
oh-my-md_0.0.1_x64_en-US.msi
Architecture
x64
Type
MSI installer
Signature
Unsigned

Use this package when your environment requires MSI.

Linux

File
oh-my-md_0.0.1_amd64.AppImage
Architecture
x64
Type
AppImage
Signature
Unsigned
File
oh-my-md_0.0.1_amd64.deb
Architecture
x64
Type
deb
Signature
Unsigned

Installation & First-Run Notes

macOS installation

Open the DMG and drag oh-my-md to Applications.

Unsigned release: Because these initial community builds are unsigned, macOS Gatekeeper may block the first launch. Right-click (or Control-click) oh-my-md in Applications and select "Open", or run xattr -cr /Applications/oh-my-md.app if prompted.

Windows installation

Run the setup installer. NSIS is recommended for personal desktops; MSI is available for enterprise or managed policies.

Unsigned release: Microsoft Defender SmartScreen may display "Windows protected your PC" because the installer is not yet code-signed. Click "More info" followed by "Run anyway" after verifying the checksum.

Linux installation

Download the AppImage or Debian package according to your distribution.

Make AppImage executable and run
chmod +x oh-my-md_0.0.1_amd64.AppImage && ./oh-my-md_0.0.1_amd64.AppImage
Install Debian / Ubuntu package
sudo apt install ./oh-my-md_0.0.1_amd64.deb

Verify and install

Download SHA256SUMS.txt and compare the package checksum before opening it. You can also inspect the v0.0.1 release page

Every release artifact is published with an authoritative SHA256 checksum in SHA256SUMS.txt. Verify your download against the official digest before execution.

Linux (sha256sum)
sha256sum <downloaded-file>
macOS (shasum)
shasum -a 256 <downloaded-file>
Windows PowerShell (Get-FileHash)
Get-FileHash .\downloaded-file -Algorithm SHA256

These are copy-only checksum commands. They are not remote installers and this website never executes them.