Skip to content

Releases: ETM-Code/quill

Quill v0.1.1

13 Jun 14:42

Choose a tag to compare

Smaller, faster to download, and now on Intel.

What's new

  • Intel Macs supportedQuill_0.1.1_x64.dmg joins the Apple Silicon build.
  • ~40% smaller download — the .dmg drops from ~9.8 MB to ~5.6 MB (size-optimized Rust binary, leaner icons).
  • Sharper app icon — fixed a seam on the right edge and a corner that didn't meet the edge.

Install

  1. Download the .dmg for your Mac — aarch64 for Apple Silicon (M1+), x64 for Intel.

  2. Open it and drag Quill into Applications.

  3. Clear the one-time Gatekeeper quarantine (the app is ad-hoc signed but not notarized):

    xattr -cr /Applications/Quill.app

    Or, without the terminal: open Quill, let macOS block it, then go to System Settings → Privacy & Security → Open Anyway.

See the README for why this step exists and how to build from source instead.

Quill v0.1.0

13 Jun 12:03

Choose a tag to compare

First public build of Quill — a native macOS WYSIWYG markdown editor.

Install

  1. Download Quill_0.1.0_aarch64.dmg below (Apple Silicon).

  2. Open it and drag Quill into Applications.

  3. Clear the one-time Gatekeeper quarantine (the app is ad-hoc signed but not notarized):

    xattr -cr /Applications/Quill.app

    Or, without the terminal: open Quill, let macOS block it, then go to System Settings → Privacy & Security → Open Anyway.

See the README for why this step exists and how to build from source instead.

Apple Silicon (aarch64) only for now.