Skip to content

Repository files navigation

EPUB Quick-Look Extension

A macOS Quick Look extension that previews .epub books right in Finder. Fully compatible and working with the latest version of MacOS (MacOS 15.5).

screenshot

Features

  • View-based Quick Look using WKWebView
  • Works with zipped .epub and bundle-style com.apple.ibooks.epub
  • Dark Mode-friendly CSS

Requirements

  • macOS 12+

Install (Working progress coming May 2026)

  1. Download the latest .dmg from Releases.
  2. Drag EPUBQuickLookHost.app to /Applications and open it once.
  3. If needed: System Settings → Privacy & Security → Extensions → Quick Look → enable EPUBQuickLook.

Usage

Select an .epub in Finder → press Space.

Troubleshooting

  • Run:

    pluginkit -m -p com.apple.quicklook.preview | grep -i EPUBQuickLook

    An entry called "EPUBQuickLook" should be visible with a "+" (enabled) symbol at the front of the line.

    If nothing is outputed, try force reloading:

    pluginkit -r
    killall Finder
    killall -u "$USER" QuickLookUIService 2>/dev/null || true
  • Make sure you opened the host app once.

  • If preview is blank: ensure network client entitlement is present, then rebuild.

Build from Source

  • Run:
    git clone https://github.com/arytek/epub-quicklook-extension.git
    Open EPUBQuickLookHost/EPUBQuickLookHost.xcodeproj Run the host app once; build scheme "EPUBQuickLookHost". Then use "EPUBQuickLook" build scheme for further testing/development.

Credits

Aryan Nateghnia (Arytek)

ZIPFoundation

License

MIT

About

A MacOS Quick Look extension enabling the ability to preview EPUB eBooks.

Resources

Stars

39 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages