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
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.
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:
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.
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 itselfDownload 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 manualMove 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 forwardSide-by-Side Comparison
| Capability | Official cask (glance-chamburr) | Personal tap (chamburr/tap/glance) | Notarized alternative (Looq/Unfold) |
|---|---|---|---|
| Installable via `brew install` after Sept 1, 2026 | No | Yes (unaffected by the policy) | Yes |
| Apple code-signed and notarized | No | No | Yes |
| Cost | Free | Free | ~$10 one-time |
| Actively maintained | Same codebase as personal tap | Yes, by one volunteer | Yes, commercial support |
| Code syntax highlighting | Yes | Yes | Yes (Looq: 200+ languages) |
| Rendered Markdown | Yes | Yes | Yes, plus Mermaid/KaTeX on Looq |
| Folder / archive previews | No | No | Unfold only |
| Gatekeeper prompt on first install | n/a (won't install) | Yes, one-time approval | No |
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
- Run
brew info --cask glance-chamburrto confirm you're actually affected. - Decide: stay on Glance itself (personal tap or direct download) or move to a notarized paid tool.
- Staying on Glance:
brew uninstall --cask glance-chamburr, thenbrew install --cask chamburr/tap/glance. - Switching tools: uninstall Glance, install Looq or Unfold, then confirm the new extension is enabled under System Settings > General > Login Items & Extensions.
- 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.
Sources & Further Reading
Homebrew's Gatekeeper/notarization policy: Homebrew 5.0.0 release notes, Homebrew 6.0.0 release notes, Homebrew docs, Deprecating, Disabling and Removing, Homebrew maintainer discussion on the Gatekeeper check.
Affected cask listings: glance-chamburr on Homebrew Formulae, qlstephen on Homebrew Formulae, quicklook-json on Homebrew Formulae.
Glance's history: samuelmeuli/glance on GitHub (archived), chamburr/glance on GitHub (active fork).
Notarized alternatives: Unfold (unfold.tools), Looq review with pricing, baty.net, Looq on Setapp.
Frequently Asked Questions
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