PanicLock: slam the lid, force a password — instant Touch ID lockdown for Macs

April 17, 2026
Sleek minimalist closed laptop presented in a moody dark studio setting with a focus on design.
Photo by Tofros.com on Pexels

What it does

Need to lock your Mac in a hurry? PanicLock is a small macOS menu-bar utility that instantly disables Touch ID and locks your screen with a single click, a global hotkey, or by simply closing the laptop lid. Click the icon, press ⌃⌥⌘L (or another configured shortcut) and your machine drops into password-only mode; close the lid and — if you opt in — Touch ID is temporarily turned off until you log back in. Simple, fast, and built for that heartbeat of panic when you need privacy now.

How it works

Under the hood PanicLock installs a privileged helper (via SMJobBless) on first run — you’ll be prompted for an admin password once — and uses a tiny set of system tools to do the deed: bioutil to tweak Touch ID’s timeout, pmset to immediately sleep the display, then it restores the original timeout shortly after. The repo documents exact commands and includes build-from-source instructions for developers who want to vet or compile it themselves. Want to uninstall? The app offers a built-in uninstall flow, or you can remove the helper and app manually with a few terminal commands.

Security, trust and availability

The project is open source (MIT) and the author says the helper only runs three hardcoded commands, uses code-signed XPC, and performs no network activity or telemetry. It has been reported that Touch ID is fully restored after you re-login and that no user data is collected beyond simple preferences. macOS 14 (Sonoma) and a Mac with Touch ID are required; the release script handles signing and notarization for distribution. For folks who work in open offices, share space with roommates, or have ever wished for an “oh no” button during a surprise screen-peek — PanicLock is a tidy, auditable tool that puts one quick, reassuring action between you and awkwardness.

Sources: github.com/paniclock, Hacker News