MacBuddy
Apparency icon

Apparency

Misc
3.6(125 votes)

macOS

Updated: Jun 17, 2026

Apparency is a free macOS utility that lets you peer inside any application bundle — revealing code signatures, entitlements, embedded frameworks, and Info.plist details in a structured, readable interface.

What is Apparency?

Apparency is a purpose-built inspection tool for macOS app bundles. Drop any .app, .pkg, or .framework onto it and you immediately see the architectural layers that macOS normally hides from you — everything from the signing certificate chain to the specific entitlements a process has been granted. It installs a Quick Look plugin too, so a tap of the spacebar in Finder gives you the same information without ever opening a separate window.

I've had it in my dock for months. Before installing anything from outside the App Store, I run it through Apparency first. That habit alone has saved me from shipping a Rosetta-translated binary into a production environment when I needed native Apple Silicon.

What does Apparency do best?

Apparency excels at making code-signing legible to humans. Apple's codesign and spctl command-line tools give you the raw truth but demand you know the right flags — Apparency surfaces the same data in a tabbed UI that a developer or security-conscious power user can scan in thirty seconds.

  • Signature chain — shows the full certificate hierarchy, notarisation status, and the Team ID behind the signature. Invaluable when you're vetting a vendor you've never used.
  • Entitlements viewer — formatted plist so you can instantly see whether an app claims com.apple.security.cs.allow-unsigned-executable-memory (a red flag worth investigating) or just the mundane App Sandbox set.
  • Frameworks & plug-ins — lists every embedded dylib and framework so you can audit third-party dependencies without touching Terminal.
  • Info.plist browser — every key rendered in a clean outline; no XML squinting required.
  • Quick Look integration — spacebar in Finder shows a compact summary card. I use this constantly when triaging downloads.

It also handles disk images, Installer packages, Safari extensions, and kernel extensions — the full breadth of macOS bundle formats rather than just .app files.

Is Apparency free?

Yes — Apparency is free to download and use with no feature gating or time limits. It is developed and maintained by Mothers Ruin Software as a utility for the Mac community. There is no paid tier, no subscription, and no nag screen.

Who should use Apparency?

Apparency is squarely aimed at Mac power users who want accountability over what runs on their machine. If you routinely install developer tools, fonts, screen-recorders, or productivity utilities sourced outside the Mac App Store, this is your pre-flight check. Security researchers and IT administrators will find the entitlements view particularly useful for policy reviews. Developers will appreciate being able to verify their own build artefacts — confirming notarisation passed, checking that the correct provisioning profile is embedded, or spotting a hardened-runtime flag that crept out during a build system change.

Casual users who stick exclusively to the Mac App Store and first-party Apple software will get less day-to-day value. But the moment you venture beyond that walled garden, Apparency earns its place.

How does Apparency compare to alternatives?

The closest free alternative is Apple's own codesign CLI, which gives you equivalent accuracy but requires memorising flags like -dvvv and --entitlements -. RB App Checker Lite offers a similar GUI but focuses more narrowly on App Store compliance rather than general bundle anatomy. MachOView goes deeper into binary headers and Mach-O segment layout — genuinely complementary for low-level work, but it's overkill for the everyday "is this signed and sandboxed?" question. Suspicious Package fills the same Quick Look niche for .pkg installer archives specifically, and pairing it with Apparency covers every bundle format you're likely to encounter.

Apparency's real edge is breadth with zero friction: one drag-and-drop gives you more actionable signal than ten separate Terminal incantations.

What are the best Apparency alternatives?

For signing inspection: Apple's codesign CLI (free, built-in, terminal-only). For installer packages: Suspicious Package (free, Quick Look focused). For binary-level analysis: MachOView or Hopper Disassembler. For App Store compliance checks: RB App Checker Lite. None of these replaces Apparency for general-purpose bundle auditing with a GUI — they each serve a narrower or deeper slice of the same problem space.

Software Information

Software Name
Apparency
Version
Latest
Developer
Category
Misc
OS Compatibility
macOS
Architecture
Apple Silicon & Intel (Universal)
License
Shareware
Language
English
File Size
Last Updated
Jun 17, 2026