Skip to content

md v0.3.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 03:24

md installers

Filenames follow md-{version}-{os}-{arch}.{ext} after the release
normalize step finishes.

Platform Package
macOS md-*-macos-universal.dmg, Homebrew (brew tap SihanTeng/md && brew install --cask md)
Linux md-*-linux-x64.AppImage, .deb, .rpm; APT/DNF via https://sihanteng.github.io/md/
Windows md-*-windows-x64.msi

Built from commit 0c94bdd623b5b7574ebea8b7b6ac4de93b815d54.

This release also includes signed updater artifacts (latest.json +
.sig files) — installed copies of md pick up new versions
automatically (File → Check for Updates…). On Linux, OTA updates
apply to the AppImage; deb/RPM update through the package manager.

Install notes

  • macOS: open the DMG and drag md to Applications, or brew install --cask sihanteng/md/md. Unsigned builds may need System Settings → Privacy & Security → Open Anyway.
  • Linux (AppImage): chmod +x md-*-linux-x64.AppImage && ./md-*-linux-x64.AppImage
  • Linux (deb): sudo apt install ./md-*-linux-x64.deb
  • Linux (RPM): sudo dnf install ./md-*-linux-x64.rpm
  • Windows: run the MSI installer (WebView2 bootstrapper downloads if needed).