Unfold: One Extension to Fix Every macOS Quick Look Shortcoming
2026-03-03 | Product Hunt | Official Site

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?
| Dimension | Benefit | Cost |
|---|---|---|
| Time | Saves 10-30 seconds every time you avoid opening an editor or extraction tool; adds up significantly. | Setup takes < 1 minute. |
| Money | Replaces multiple individual plugins (some of which are broken). | One-time purchase (price TBD), but includes a 7-day free trial. |
| Effort | No 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:

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:
- 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.
- Performance: Quick Look must be instantaneous; users won't wait 2 seconds after pressing the spacebar.
- 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
| Feature | Type | Description |
|---|---|---|
| Source Code Highlighting | Core | 50+ languages supported |
| Archive Preview | Core | View RAR/7z/ZIP/TAR without extracting |
| Folder Preview | Core | View folder content structure |
| Markdown Rendering | Core | Includes Mermaid charts |
| EPUB/CBR Ebooks | Nice-to-have | Comic and ebook previews |
| Outline Navigation | Nice-to-have | H1-H6 level jumping |
| "Open with" External Editor | Nice-to-have | One-click open in external apps |
Competitor Differentiation
| Comparison | Unfold | Peek ($7.99) | Glance (Free) | Multiple Plugins |
|---|---|---|---|---|
| Folders | Supported | Supported | Not Supported | Folder QL |
| Archives | Supported (RAR/7z/ZIP/TAR) | Supported | Partial (ZIP/TAR) | BetterZip QL |
| Source Code | Supported (50+ languages) | Supported (530+ formats) | Supported | SourceCode QL |
| Markdown | Supported + Mermaid | Not Supported | Supported | QLMarkdown |
| EPUB | Supported | Supported | Not Supported | None |
| Mermaid Charts | Supported | Not Supported | Not Supported | None |
| Maintenance | Active (Just released) | Uncertain | Uncertain | Mostly deprecated |
| macOS 15+ | Compatible | Compatible | Compatible | Mostly incompatible |
Key Takeaways
- All-in-one Strategy: Consolidating fragmented needs into one product lowers user decision costs.
- Feature Voting Page: features.flew.gg lets users decide priorities, acquiring requirements at low cost.
- Perfect Timing: Leveraging the window when macOS Sequoia deprecated old architectures.
- 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
| Tier | Price | Features | Is it enough? |
|---|---|---|---|
| Free Trial | $0 (7 days) | Full features | Enough to evaluate |
| Buyout | TBD (Ref. Peek $7.99) | Full features + Lifetime updates + 3 devices | Great value for a one-time buy |
Getting Started
- Setup Time: 1 minute
- Learning Curve: Near zero
- Steps:
- Download and install Unfold
- Enable the Quick Look Extension in System Settings
- Select a file in Finder and press the spacebar—done.
Pitfalls & Critiques
- Very New: Launched March 1, 2026; undiscovered bugs may exist.
- macOS 14+ Only: Won't work if you're on macOS 13 or earlier.
- 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
| Alternative | Pros | Cons |
|---|---|---|
| Glance (Free) | Free & Open Source, covers many formats | No folder, EPUB, or Mermaid support |
| SourceCodeSyntaxHighlight (Free) | Specialized in code, customizable, Homebrew install | Only handles source code |
| Peek ($7.99) | 530+ formats, copy/search features | Maintenance status uncertain, price fluctuates |
| Multiple Free Plugins | Free | Many 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
| Tier | Player | Positioning |
|---|---|---|
| Platform | Apple (Native Quick Look) | Basic features, common formats |
| Paid Leaders | Peek (Big Z Labs) | Broadest format coverage, but maintenance is uncertain |
| Free/Open Source | Glance, SourceCodeSyntaxHighlight | Specialized focus, community-driven |
| New Entrant | Unfold (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 Type | Recommendation |
|---|---|
| Developers | Give 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 Managers | Worth studying. The all-in-one strategy + one-time purchase + feature-driven development is a repeatable product methodology. |
| Bloggers | Unfold alone might not drive huge traffic, but the topic of "macOS Sequoia killing Quick Look plugins" will. Mention Unfold as a solution. |
| Early Adopters | Start the 7-day trial. It's zero-cost to experience. If your old plugins died on Sequoia, this is the most hassle-free replacement. |
| Investors | Not a VC-level opportunity. Mac utilities are a niche indie developer track with a limited ceiling. |
Resource Links
| Resource | Link |
|---|---|
| Official Site | flew.gg/projects/unfold |
| Product Hunt | producthunt.com/products/unfold-7 |
| Feature Voting | features.flew.gg |
| Changelog | flew.gg/projects/unfold/changelog |
| @flewgg | |
| Competitor: Glance | github.com/samuelmeuli/glance |
| Competitor: Peek | bigzlabs.com/peek |
| Competitor: SCSH | github.com/sbarex/SourceCodeSyntaxHighlight |
| Modern QL List | github.com/Oil3/List-of-modern-Quick-Look-extensions |
2026-03-03 | Trend-Tracker v7.3