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
Windows
NSIS is the recommended option for most users. MSI is provided for managed environments and manual installation.
NSIS installer
RecommendedMSI installer
Managed / manualUse this package when your environment requires MSI.
Linux
AppImage
deb
Installation & First-Run Notes
macOS installation
Open the DMG and drag oh-my-md to Applications.
Windows installation
Run the setup installer. NSIS is recommended for personal desktops; MSI is available for enterprise or managed policies.
Linux installation
Download the AppImage or Debian package according to your distribution.
chmod +x oh-my-md_0.0.1_amd64.AppImage && ./oh-my-md_0.0.1_amd64.AppImage 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.
sha256sum <downloaded-file> shasum -a 256 <downloaded-file> Get-FileHash .\downloaded-file -Algorithm SHA256 These are copy-only checksum commands. They are not remote installers and this website never executes them.