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).
- View-based Quick Look using WKWebView
- Works with zipped
.epuband bundle-stylecom.apple.ibooks.epub - Dark Mode-friendly CSS
- macOS 12+
- Download the latest .dmg from Releases.
- Drag EPUBQuickLookHost.app to /Applications and open it once.
- If needed: System Settings → Privacy & Security → Extensions → Quick Look → enable EPUBQuickLook.
Select an .epub in Finder → press Space.
-
Run:
pluginkit -m -p com.apple.quicklook.preview | grep -i EPUBQuickLookAn 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.
- Run:
Open
git clone https://github.com/arytek/epub-quicklook-extension.git
EPUBQuickLookHost/EPUBQuickLookHost.xcodeprojRun the host app once; build scheme "EPUBQuickLookHost". Then use "EPUBQuickLook" build scheme for further testing/development.
MIT
