Quick Folder Preview · Troubleshooting

Glance QuickLook Plugin Not Working or Disabled? Here's What to Use Instead

Homebrew is disabling Glance's official cask on September 1, 2026. What that actually changes, what it doesn't, and the fastest way to keep previewing code and Markdown on Mac either way.

By Ram Velmurugan · Founder & Lead Developer, 1dot.ai

Verified against Homebrew 6.0.0 and macOS 26 Tahoe·Updated August 2026·8 min read
Quick answer: If you installed Glance through Homebrew (brew install --cask glance-chamburr), that specific listing is deprecated and stops being installable through Homebrew on September 1, 2026, because it was never code-signed and notarized by Apple. That is a Homebrew policy change, not an Apple kill switch: a copy you already have installed keeps working the same way it did the day before. What breaks after the cutoff is reinstalling or upgrading it through Homebrew. You have two ways around it: switch to the maintainer's own Homebrew tap, which the official policy does not touch, or move to a notarized paid alternative like Looq or Unfold and stop worrying about the next audit too.

Editorial note: 1dot.ai is building Quick Folder Preview, a folder-first preview app for Mac mentioned briefly near the end of this guide. It is not available to download yet, only a waitlist, so it plays no role in the fixes above. Every Homebrew policy detail, cask status, and third-party price below was checked live in August 2026 against Homebrew's own documentation and each project's own site; sources are listed near the bottom.

What's Actually Happening to Glance

Glance started as an open-source, all-in-one Quick Look plugin built by developer Samuel Meuli: one install that covered source code with syntax highlighting, Markdown, Jupyter notebooks, archives, and TSV files. The original repository, samuelmeuli/glance, was archived on GitHub back in November 2020 and never updated again.

The version most people actually have today is a community fork by a developer who goes by chamburr (Han Cen) on GitHub, which rebuilt Glance on the modern Quick Look extension API and kept it working through Big Sur and beyond. That fork is what Homebrew distributes under the cask name glance-chamburr, and it's that specific Homebrew listing, not the app itself, that Homebrew's own cask page now flags as deprecated with a disable date of September 1, 2026.

Glance isn't the only casualty. QLStephen, the long-running plugin that lets Quick Look preview extension-less plain-text files, carries the same deprecated status in Homebrew's official tap. quicklook-json, a smaller plugin for previewing JSON files, has already been disabled outright, one step further along the same path Glance is now on. This is part of a much broader sweep: Homebrew's own numbers put it at 387 of roughly 7,624 casks in the official tap, about 5 percent, flagged for the same reason and given the same September 1 disable date.

Why Homebrew Is Doing This

This traces back to Homebrew 5.0.0, released in November 2025. That update introduced a stricter cask audit: every cask distributed through the official homebrew/cask tap now has to be code-signed and notarized by Apple, and any that fail get marked deprecated for the reason Homebrew's own tooling labels fails_gatekeeper_check. The same release removed the --no-quarantine flag, which previously let a brew install forcibly bypass macOS's Gatekeeper warning for unsigned software on a user's behalf.

Homebrew's maintainers were direct about the reasoning in their own GitHub discussion of the change: they want software installed from an official tap to just work, rather than users filing bug reports for problems that are really Apple's Gatekeeper doing its job on unsigned code. They were equally direct that this isn't Apple pressuring them into it. It's an unpaid, volunteer-run project setting its own quality bar. Homebrew 6.0.0, released in June 2026, confirmed the September 2026 disable date was still on track, so this isn't a proposal anymore, it's a deadline that already survived one release cycle.

The practical reason 387 casks failed at once rather than a handful: Apple's notarization pipeline isn't free. It requires a $99-a-year Apple Developer Program membership and submitting every release through Apple's automated scan. That's a real, recurring cost for a one-person open-source side project like Glance, and plenty of small, genuinely useful utilities in Homebrew's tap were built without it long before this policy existed.

What "Disabled on Sept 1" Does and Doesn't Mean

This is the part worth being precise about, because "disabled" sounds like a remote kill switch and it isn't one.

What doesn't change
If Glance is already installed and registered as a Quick Look extension on your Mac, September 1 does not delete it, revoke its permission, or stop it from rendering previews. macOS Gatekeeper checks a binary against Apple's notarization records at first launch, once. It has nothing to do with whether Homebrew's tap still lists the cask that originally installed it.
What actually breaks
After September 1, running brew install --cask glance-chamburr or brew upgrade for it fails with an error. That hits three groups directly: anyone who wipes their Mac or sets up a new one and tries to reinstall Glance the way they always have, anyone who never got around to installing it and goes looking for it after the cutoff, and anyone hoping for a future bug-fix release to reach them automatically through brew upgrade.

There's one more wrinkle worth flagging honestly: Glance was never notarized to begin with, which is the entire reason it's on this list. Before September 1, Homebrew smoothed over the resulting Gatekeeper friction for you. After it, installing Glance at all, through any channel, means approving it past Gatekeeper yourself, the same one-time manual step described in the fixes below.

Check Whether You're Affected

Open Terminal and run this to see whether Glance is on your Mac through the cask being disabled:

Terminal

brew list --cask | grep glance

If glance-chamburr shows up, that's the affected cask. Running brew info --cask glance-chamburr shows Homebrew's own deprecation notice directly, including the disable date, so you don't have to take a blog post's word for it.

Takes about 10 seconds

If neither command returns anything, you either never installed Glance or installed it manually from a downloaded .dmg rather than through Homebrew, in which case this specific cutoff doesn't touch you at all, though the underlying unsigned-binary caveat still applies.

Your Three Options

Switch to the maintainer's own tap

The developer who maintains this Glance fork, who goes by chamburr on GitHub, publishes it through a personal Homebrew tap as well as the official one. Homebrew's notarization policy only governs the main homebrew/cask tap, so a personal tap is not touched by the September 1 cutoff at all.

Uninstall the old cask first, then point Homebrew at the personal tap instead: `brew uninstall --cask glance-chamburr`, then `brew install --cask chamburr/tap/glance`. Homebrew taps the repository automatically the first time you install from it.

Free, keeps Glance itself

Download it directly from GitHub

The project publishes signed release builds of the .dmg on its GitHub Releases page independent of Homebrew entirely. Download it, drag Glance.app to Applications, then approve it once through System Settings > Privacy & Security > Open Anyway, since it still is not Apple-notarized and Gatekeeper will flag it on first launch either way.

This route works whether or not Homebrew's cutoff has happened yet, and it is the same manual approval step you would already be doing for any unsigned app once Homebrew's `--no-quarantine` bypass flag is gone.

Free, more manual

Move to a notarized alternative

Looq and Unfold cover most of what Glance did, code syntax highlighting and rendered Markdown on both, plus Unfold adds folder and archive previews. Both are Apple-notarized, one-time purchases around $10, and both install cleanly through their own installers with no Gatekeeper prompt at all.

This is the option worth taking if you would rather stop thinking about signing and notarization status entirely, not just for Glance but for whatever Quick Look plugin comes up next in Homebrew's ongoing audit.

Paid, zero Gatekeeper friction going forward

Side-by-Side Comparison

CapabilityOfficial cask (glance-chamburr)Personal tap (chamburr/tap/glance)Notarized alternative (Looq/Unfold)
Installable via `brew install` after Sept 1, 2026NoYes (unaffected by the policy)Yes
Apple code-signed and notarizedNoNoYes
CostFreeFree~$10 one-time
Actively maintainedSame codebase as personal tapYes, by one volunteerYes, commercial support
Code syntax highlightingYesYesYes (Looq: 200+ languages)
Rendered MarkdownYesYesYes, plus Mermaid/KaTeX on Looq
Folder / archive previewsNoNoUnfold only
Gatekeeper prompt on first installn/a (won't install)Yes, one-time approvalNo

Looq and Unfold pricing and macOS requirements verified against each tool's own site in August 2026. Both change less often than Homebrew cask policy does, but check the current listing before buying.

A Simple Before-Sept-1 Checklist

  1. Run brew info --cask glance-chamburr to confirm you're actually affected.
  2. Decide: stay on Glance itself (personal tap or direct download) or move to a notarized paid tool.
  3. Staying on Glance: brew uninstall --cask glance-chamburr, then brew install --cask chamburr/tap/glance.
  4. Switching tools: uninstall Glance, install Looq or Unfold, then confirm the new extension is enabled under System Settings > General > Login Items & Extensions.
  5. Either way, doing it before September 1 means zero interruption. After that date the official cask simply won't reinstall if something goes wrong mid-switch, so you lose your fallback.

Where Quick Folder Preview Fits In

None of the tools above, Glance included, ever previewed folder or archive contents, the specific gap Quick Folder Preview is built to close. We're building it as a drag-and-drop, folder-first take on instant preview for Mac, aimed at macOS 11 and later on both Intel and Apple Silicon. It is not available yet, only a waitlist, and it has no bearing on anything in this guide either way.

Honest status
Quick Folder Preview is in development. There is a waitlist, not a download link, and no price has been set. If your immediate concern is Glance specifically, use one of the three fixes above; they solve today's problem regardless of when anything else ships.

Sources & Further Reading

Frequently Asked Questions

Is Glance actually shutting down on September 1, 2026?
No. Glance the app is not shutting down. What happens on September 1 is that Homebrew disables its official cask listing (glance-chamburr) for failing Homebrew's code-signing and notarization check. After that date, `brew install --cask glance-chamburr` and `brew upgrade` for it will fail with an error. It does not delete a copy you already have installed, and it does not touch the app's developer, its GitHub repo, or its own separate distribution channel.
What happens to Glance if I already installed it through Homebrew?
Nothing changes immediately. A Quick Look extension that is already registered on your Mac keeps rendering previews after September 1 the same way it did the day before. What breaks is reinstalling or upgrading it through Homebrew: if you wipe your Mac, move to a new one, or run `brew upgrade` after the cutoff, the official cask will no longer be there to pull from.
How do I check if I installed Glance through Homebrew?
Open Terminal and run `brew list --cask | grep glance`. If you see `glance-chamburr`, that is the cask being disabled. Running `brew info --cask glance-chamburr` shows Homebrew's own deprecation notice directly, including the September 1, 2026 disable date.
Can I keep using Glance after September 1, 2026?
Yes, two ways. The developer behind this fork, who goes by chamburr on GitHub, maintains a personal Homebrew tap that is not affected by the official tap's notarization policy: uninstall the old cask with `brew uninstall --cask glance-chamburr`, then install `brew install --cask chamburr/tap/glance` instead. Or download the .dmg directly from the project's GitHub Releases page and approve it manually past Gatekeeper. Neither path is touched by Homebrew's September 1 cutoff, since that cutoff only applies to the official homebrew/cask tap.
Why is Homebrew disabling Glance specifically?
It isn't specific to Glance. Homebrew's cask audit now requires every cask in its official tap to be code-signed and notarized by Apple, a policy it started enforcing with Homebrew 5.0.0 in November 2025. Glance's cask fails that check because the app itself was never submitted to Apple's notarization service, the same reason 387 of roughly 7,624 casks in the tap, about 5 percent, are being disabled on the same date. QLStephen is one of the others; quicklook-json has already been disabled outright.
Is it safe to keep using an unsigned, unnotarized app like Glance?
Unsigned and unnotarized doesn't mean malicious. It means the developer hasn't paid Apple's $99/year Developer Program fee and submitted builds through Apple's automated scan, a real cost and a real workflow burden for a free, one-person side project. It does mean you're trusting the developer's reputation and an open-source codebase instead of Apple's own vetting layer. If that tradeoff bothers you, moving to a notarized paid alternative removes the question entirely rather than requiring you to keep judging it yourself.
What's the best alternative to Glance in 2026?
Looq and Unfold are the two actively maintained, Apple-notarized options that cover most of what Glance did: code syntax highlighting, rendered Markdown, and (on Unfold) archive and folder previews. Both are one-time purchases around $10 rather than subscriptions. If you only used Glance for folder or archive contents specifically, a smaller single-purpose app like Folder Preview covers that narrower need for less.
Will other free QuickLook plugins be affected by this too?
Yes. This is a sweep, not a one-off. QLStephen, the longtime plugin for previewing extension-less plain-text files, is deprecated with the same disable date. quicklook-json has already been disabled. If a Quick Look plugin you rely on was installed via Homebrew and was never notarized, it is worth running `brew info --cask <name>` on it now rather than finding out the hard way after a Mac migration.

The Bottom Line

Homebrew disabling Glance's official cask on September 1, 2026 is real, but it's narrower than it sounds. It closes one installation channel for one plugin as part of a 387-cask policy sweep, and it doesn't touch a copy already running on your Mac. If you want to keep using Glance exactly as it is, the maintainer's own tap gets you there in two commands. If you'd rather stop tracking which of your free Mac utilities are notarized and which aren't, Looq or Unfold get you the same previews without the question ever coming up again.


Looking for more Mac productivity guides? Read our full guide to previewing files on Mac without opening them, browse every 1dot.ai guide, or check Quick Folder Preview's product page for the waitlist.

Want Folder and Archive Previews Without Extracting?

Quick Folder Preview is in development: a drag-and-drop, folder-first take on instant preview for Mac. No price or release date set yet, just a waitlist.

Join the WaitlistRead More Guides