Skip to content

Releases: spaquet/markify

Release list

1.2.4

Choose a tag to compare

@spaquet spaquet released this 06 Jan 22:10
Immutable release. Only release title and notes can be modified.
v1.2.4
9c786e5
v1.2.4

Improved About View

v1.0

Choose a tag to compare

@spaquet spaquet released this 06 Jan 18:23
Immutable release. Only release title and notes can be modified.
v1.0
bb517fb

Markify 1.0 - Initial Release 🎉

Welcome to Markify 1.0! A beautiful, minimal markdown editor for macOS with live preview.

What's Included

Markify 1.0 features everything you need for a seamless markdown editing experience on macOS:

Core Features

  • Live Preview - See your markdown rendered in real-time as you type
  • Split-Pane Interface - Edit and preview side-by-side for the perfect balance
  • MDX Support - Full support for both Markdown (.md) and MDX (.mdx) files
  • GitHub-Flavored Markdown - Tables, strikethrough, task lists, and more
  • Recent Files - Quick access to your recently edited documents in the sidebar
  • Insert Tools - Convenient buttons for inserting images, links, tasks, and lists
  • Toggle Editor - Hide or show the editor pane with a single click
  • Auto-Save - Documents are automatically saved as you work
  • Native macOS Integration - Built with SwiftUI for a seamless macOS experience

System Requirements

  • macOS 14.8 or later
  • Universal binary supporting both Apple Silicon (M1/M2/M3/M4) and Intel Macs

Installation

Download Pre-built Binary

Choose the version for your Mac:

Not sure which to download? Check Apple menu → About This Mac → Look at the "Chip" field:

  • Apple M1/M2/M3/M4: Download Apple Silicon (as)
  • Intel Core: Download Intel

Installation Steps

  1. Download the appropriate DMG file for your Mac
  2. Double-click to open the DMG
  3. Drag Markify to your Applications folder
  4. On first launch, right-click and select "Open" to bypass the security warning
  5. Markify is now ready to use!

See the README for more detailed installation instructions and the RELEASE.md guide for future releases.

Verify Your Download

Each DMG comes with a SHA256 checksum for verification:

cd ~/Downloads
shasum -c markify-as.dmg.sha256
# or
shasum -c markify-intel.dmg.sha256

You should see OK if the file is authentic.

About This Release

This is the initial public release of Markify. While the app is feature-complete for everyday markdown editing, we have exciting plans for the future including code signing, notarization, and auto-update functionality.

Known Notes

- Unsigned Application: Markify is distributed as an unsigned application. On first launch, macOS may show a security warning. This is normal and expected. Right-click the app and select "Open" to proceed.
- The app has been thoroughly tested, but if you find any issues, please https://github.com/spaquet/markify/issues.

Support

For bug reports, feature requests, and questions, please use the https://github.com/spaquet/markify/issues page.