Back to Explore

Unfold

Mac

Extend macOS Quick Look to folders, archives & code files

💡 Unfold extends macOS Quick Look to preview folders, archives, source code, markdown, ebooks, and more — instantly from Finder. Inspect archives without extracting and read files with clean syntax highlighting. One lightweight extension, fully native and private.

"Unfold is like giving your Mac's spacebar a pair of X-ray goggles and a universal translator."

30-Second Verdict
What is it: An all-in-one preview enhancement that fills the gaps in macOS Quick Look.
Worth attention: Worth watching. Especially after macOS Sequoia deprecated the old plugin architecture, it is one of the few solutions using the new architecture with extensive feature coverage.
5/10

Hype

8/10

Utility

4

Votes

Product Profile
Full Analysis Report
~9 min

Unfold: One Extension to Fix Every macOS Quick Look Shortcoming

2026-03-03 | Product Hunt | Official Site

Unfold Markdown Preview Interface

Interface Breakdown: Markdown preview in dark mode, featuring a file list on the left and document rendering with outline navigation on the right. It supports full hierarchical indentation from H1 to H6 and can even render Mermaid flowcharts. The entire interface has a native macOS feel, with none of the clunkiness of a "third-party tool."


30-Second Verdict

What it does: Press the spacebar to preview folders, archives, source code, Markdown, and ebooks—all with one extension, so you don't have to install a bunch of separate Quick Look plugins.

Is it worth it?: If you are a developer or a heavy file user on Mac, it's worth a try. macOS Sequoia has deprecated old .qlgenerator plugins, meaning your previous open-source Quick Look plugins might be broken. Unfold is one of the few all-in-one solutions built on the new architecture. However, if you are just a casual office user, the native Quick Look is likely enough.


Three Questions: Is This for Me?

Is it relevant to me?

  • Target Audience: Mac developers, technical writers, and anyone who frequently browses various file types.
  • Am I the target?: If you often press the spacebar only to see an "unsupported format" message, you are the target user. This is especially true for coders (.swift, .py, .go, .rs are all supported) or those who receive archives and want to peek inside without extracting.
  • When would I use it?:
    • Browsing project folders in Finder and wanting to quickly check code content → Use this.
    • Receiving a .rar or .7z archive and wanting to see what's inside without extracting → Use this.
    • Writing Markdown and wanting to preview the rendered effect (including Mermaid charts) directly in Finder → Use this.
    • If you only view PDFs, images, or videos (natively supported by macOS) → You don't need this.

Is it useful to me?

DimensionBenefitCost
TimeSaves 10-30 seconds every time you avoid opening an editor or extraction tool; adds up significantly.Setup takes < 1 minute.
MoneyReplaces multiple individual plugins (some of which are broken).One-time purchase (price TBD), but includes a 7-day free trial.
EffortNo more researching "which Quick Look plugin still works."Almost zero learning curve; works instantly after installation.

ROI Judgment: If you're a developer, install the free trial. Seven days is enough to decide if it's worth it. The one-time purchase + lifetime updates model is very user-friendly and avoids subscription fatigue.

What's to love?

The "Delight" Points:

  • One-click archive preview: Select a .rar, hit space, and see the file list and metadata immediately without extracting. macOS can't do this natively.
  • Syntax Highlighting: Previewing .swift/.py/.go in Finder with beautiful highlighting is much faster than opening an IDE.
  • Markdown + Mermaid Rendering: Preview technical docs directly in Finder with flowchart support—a rare feature in this category.

The "Wow" Moment:

Unfold Archive Preview

Interface Breakdown: Selecting an Archive.rar file allows you to see detailed info (format, size, date) of the contained .mp4 files without extracting. The interface uses a high-quality glassmorphism effect.

Founder's Quote:

"We just released Unfold! Unfold is a macOS utility app that allows you to quick look multiple file types, such as folders, archives, markdown, source code, and more." — @flewgg (2026-03-01)


For Indie Developers

Tech Stack

  • Platform: macOS Quick Look App Extension (.appex)
  • Language: Swift (Likely, as it's the standard for Quick Look Preview Extensions)
  • Architecture: Uses QLPreviewProvider, runs in an independent sandbox process, communicates via XPC
  • Syntax Highlighting: Built-in engine supporting 50+ programming languages
  • Special Capabilities: Mermaid chart rendering, archive parsing (supports RAR/7z/ZIP/TAR series)
  • No AI Components: Purely local file parsing and rendering

How Core Features are Implemented

Developing a Quick Look Extension isn't high-barrier, but doing it well is hard. The core challenges are:

  1. Format Coverage: Implementing parsing logic for each format. Archives require integrating libarchive or similar to read RAR/7z. Code highlighting needs a broad syntax engine.
  2. Performance: Quick Look must be instantaneous; users won't wait 2 seconds after pressing the spacebar.
  3. macOS Integration: Correctly declaring supported UTIs (Uniform Type Identifiers) and ensuring no conflicts with native previews.

Open Source Status

  • Is it open source?: No, not found on GitHub.
  • Similar Open Source Projects:
    • Glance — Free all-in-one, but lacks folder and EPUB support.
    • SourceCodeSyntaxHighlight — Specialized in code highlighting with customizable themes.
    • PeekX — Folder previews.
  • Build Difficulty: Medium. Estimated 1-2 person-months. Individual formats are easy; the difficulty lies in full coverage and polishing the experience.

Business Model

  • Monetization: One-time purchase (Lifetime updates)
  • Licensing: 3 devices per license
  • Trial: 7-day free trial
  • Note: No subscriptions, which is refreshing in the Mac tool ecosystem. User feature voting is available at features.flew.gg

Giant Risk

Medium Risk. Apple is fully capable of expanding native Quick Look support in future macOS versions. Historically, Apple adds formats with every generation. However, Apple rarely prioritizes niche "developer tool" needs like specific syntax highlighting or deep archive previews. A bigger risk comes from free alternatives like Glance—if Glance adds folder and EPUB support, Unfold's paid positioning will be challenged.


For Product Managers

Pain Point Analysis

  • Problem Solved: Insufficient native macOS Quick Look format coverage; developers need to install multiple plugins.
  • Severity: Mid-frequency essential. It's not "impossible to live without," but the frustration of "format not supported" happens several times a day. Especially with macOS Sequoia breaking old architectures, many found their go-to plugins suddenly dead.
  • Pain Level: 7/10 for developers, 3/10 for average users.

User Persona

  • Core Users: Mac developers, sysadmins, technical writers.
  • Secondary Users: Designers (previewing project folders), ebook enthusiasts (EPUB/CBR).
  • Frequency: Daily active tool, used dozens of times unconsciously.

Feature Breakdown

FeatureTypeDescription
Source Code HighlightingCore50+ languages supported
Archive PreviewCoreView RAR/7z/ZIP/TAR without extracting
Folder PreviewCoreView folder content structure
Markdown RenderingCoreIncludes Mermaid charts
EPUB/CBR EbooksNice-to-haveComic and ebook previews
Outline NavigationNice-to-haveH1-H6 level jumping
"Open with" External EditorNice-to-haveOne-click open in external apps

Competitor Differentiation

ComparisonUnfoldPeek ($7.99)Glance (Free)Multiple Plugins
FoldersSupportedSupportedNot SupportedFolder QL
ArchivesSupported (RAR/7z/ZIP/TAR)SupportedPartial (ZIP/TAR)BetterZip QL
Source CodeSupported (50+ languages)Supported (530+ formats)SupportedSourceCode QL
MarkdownSupported + MermaidNot SupportedSupportedQLMarkdown
EPUBSupportedSupportedNot SupportedNone
Mermaid ChartsSupportedNot SupportedNot SupportedNone
MaintenanceActive (Just released)UncertainUncertainMostly deprecated
macOS 15+CompatibleCompatibleCompatibleMostly incompatible

Key Takeaways

  1. All-in-one Strategy: Consolidating fragmented needs into one product lowers user decision costs.
  2. Feature Voting Page: features.flew.gg lets users decide priorities, acquiring requirements at low cost.
  3. Perfect Timing: Leveraging the window when macOS Sequoia deprecated old architectures.
  4. One-time Purchase: In a world of subscription fatigue, a lifetime license is a competitive advantage.

For Tech Bloggers

Founder Story

  • Developer/Studio: flew (flew.gg)
  • Motivation: "I kept installing multiple plugins just to preview everyday files, and most felt outdated or inconsistent."
  • Identity: Indie developer/small studio, Twitter @flewgg.
  • Story Angle: A classic "build what you need" indie developer story.

Controversies / Discussion Angles

  • Free vs. Paid: Glance is free and open-source; why pay for Unfold? The core difference lies in folder previews, EPUB, and Mermaid support.
  • Will Apple Sherlock it?: Every macOS update brings the fear of Apple killing third-party tools. Quick Look enhancements always face this risk.
  • The Death of .qlgenerator: macOS Sequoia's deprecation of the old architecture caused a mass failure of open-source plugins. This is a great technical topic to cover.

Hype Data

  • PH: 71 votes—not a viral hit, but reasonable for a utility tool.
  • Twitter: @flewgg is just starting; the first product tweet had only 39 views.
  • Search Trends: Extremely early stage, almost no search volume yet.

Content Suggestions

  • Angle: "macOS Sequoia killed your Quick Look plugins—now what?" A roundup of alternatives under the new architecture.
  • Trend Opportunity: Quick Look compatibility will be a hot topic again during the next major macOS update.

For Early Adopters

Pricing Analysis

TierPriceFeaturesIs it enough?
Free Trial$0 (7 days)Full featuresEnough to evaluate
BuyoutTBD (Ref. Peek $7.99)Full features + Lifetime updates + 3 devicesGreat value for a one-time buy

Getting Started

  • Setup Time: 1 minute
  • Learning Curve: Near zero
  • Steps:
    1. Download and install Unfold
    2. Enable the Quick Look Extension in System Settings
    3. Select a file in Finder and press the spacebar—done.

Pitfalls & Critiques

  1. Very New: Launched March 1, 2026; undiscovered bugs may exist.
  2. macOS 14+ Only: Won't work if you're on macOS 13 or earlier.
  3. Price Transparency: The website doesn't list the price directly; you have to download it to see.

Security & Privacy

  • Data Storage: Completely local; no file content is uploaded.
  • Network Access: Works offline; internet only needed for trial verification.
  • Privacy Policy: Officially stated as "fully native and private."
  • Sandboxing: Runs as an App Extension in the macOS sandbox with restricted permissions.

Alternatives

AlternativeProsCons
Glance (Free)Free & Open Source, covers many formatsNo folder, EPUB, or Mermaid support
SourceCodeSyntaxHighlight (Free)Specialized in code, customizable, Homebrew installOnly handles source code
Peek ($7.99)530+ formats, copy/search featuresMaintenance status uncertain, price fluctuates
Multiple Free PluginsFreeMany broken after macOS Sequoia; fragmented maintenance

For Investors

Market Analysis

  • Sector: macOS Productivity / Developer Tools
  • Scale: Active Mac developer community; 59% are indie/student developers (2025 survey).
  • Growth Factors: Continued growth in Apple Silicon Mac sales and a thriving developer ecosystem.
  • Monetization Ceiling: Mac utility products are usually "small but beautiful" businesses; one-time purchases require constant new user acquisition.

Competitive Landscape

TierPlayerPositioning
PlatformApple (Native Quick Look)Basic features, common formats
Paid LeadersPeek (Big Z Labs)Broadest format coverage, but maintenance is uncertain
Free/Open SourceGlance, SourceCodeSyntaxHighlightSpecialized focus, community-driven
New EntrantUnfold (flew)All-in-one, modern architecture

Timing Analysis

  • Why now: macOS Sequoia (15) officially deprecated the .qlgenerator architecture, breaking many legacy plugins. This created a clear market gap for new .appex extensions.
  • Tech Maturity: Apple's Quick Look Extension API is stable; Swift development has no legacy baggage.
  • Market Readiness: Users are feeling the pain of broken plugins and are highly receptive to new solutions.

Team Background

  • Developer: flew (flew.gg), identity unknown, likely an indie developer or small team.
  • Style: Minimalist product site, emphasizes feature voting and community-driven development.

Funding Status

  • Status: Likely Bootstrapped; no external funding.
  • Suitability: An indie developer lifestyle business, not a VC-scale track.

Conclusion

One-sentence verdict: Unfold is the most complete Quick Look enhancement for the macOS Sequoia era. It's not revolutionary, but it does the right thing at the right time.

User TypeRecommendation
DevelopersGive it a try. The implementation isn't complex but the coverage is broad. If you want to build something similar, Glance's source code is a better starting point.
Product ManagersWorth studying. The all-in-one strategy + one-time purchase + feature-driven development is a repeatable product methodology.
BloggersUnfold alone might not drive huge traffic, but the topic of "macOS Sequoia killing Quick Look plugins" will. Mention Unfold as a solution.
Early AdoptersStart the 7-day trial. It's zero-cost to experience. If your old plugins died on Sequoia, this is the most hassle-free replacement.
InvestorsNot a VC-level opportunity. Mac utilities are a niche indie developer track with a limited ceiling.

Resource Links

ResourceLink
Official Siteflew.gg/projects/unfold
Product Huntproducthunt.com/products/unfold-7
Feature Votingfeatures.flew.gg
Changelogflew.gg/projects/unfold/changelog
Twitter@flewgg
Competitor: Glancegithub.com/samuelmeuli/glance
Competitor: Peekbigzlabs.com/peek
Competitor: SCSHgithub.com/sbarex/SourceCodeSyntaxHighlight
Modern QL Listgithub.com/Oil3/List-of-modern-Quick-Look-extensions

2026-03-03 | Trend-Tracker v7.3

One-line Verdict

Unfold is the most comprehensive Quick Look enhancement for the macOS Sequoia era. By consolidating fragmented needs at the right time, it has become the ideal alternative for developers and productivity enthusiasts.

Was this analysis helpful?

FAQ

Frequently Asked Questions about Unfold

An all-in-one preview enhancement that fills the gaps in macOS Quick Look.

The main features of Unfold include: Syntax highlighting for 50+ languages, Archive preview without extraction, Folder structure preview, Markdown + Mermaid rendering, EPUB/CBR ebook preview.

One-time purchase (estimated around $7.99), with a 7-day fully functional trial.

Mac developers, technical writers, and power users who frequently handle diverse file formats.

Alternatives to Unfold include: Glance (Free/Open Source), Peek ($7.99), SourceCodeSyntaxHighlight, various legacy .qlgenerator plugins..

Data source: ProductHuntMar 3, 2026
Last updated: