Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Apr 18:29

Summary

Standalone binary distribution — mdmeld is now available as a single executable for all major platforms, installable via Homebrew, Scoop, or direct download.

Highlights

Binary builds

Standalone executables compiled via Bun for 5 platforms:

  • mdmeld-linux-amd64, mdmeld-linux-arm64
  • mdmeld-darwin-arm64
  • mdmeld-windows-amd64.exe, mdmeld-windows-arm64.exe

Install locally with make install (builds for current platform and copies to ~/.local/bin).

Package manager support

  • Homebrew: brew install 3leaps/tap/mdmeld
  • Scoop: scoop install 3leaps/mdmeld
  • npm: npm install -g mdmeld (unchanged)

Release infrastructure

  • CI builds 4 platform binaries + npm tarball on tag push (draft release)
  • Windows ARM64 built natively on self-hosted runner via manual dispatch
  • Checksums (SHA256 + SHA512) generated and attached automatically
  • Local signing workflow unchanged (minisign + GPG dual-format)

Breaking changes

None.

Migration

No migration needed. The npm package and API are unchanged. Binary distribution is an additional installation method.