Table of Contents
📝About
applock is a macOS CLI that gates any application behind Touch ID biometric authentication.
Features
- Lock any macOS application behind Touch ID
- Universal binary (Intel + Apple Silicon)
- Simple CLI interface
- Published via Homebrew
💻Installation
Homebrew (recommended)
brew tap vdutts7/tap
brew install applock
Manual
Download the latest release from GitHub and add to your PATH.
🚀Usage
# Lock an app
applock /Applications/Safari.app
# Show version
applock --version
# Show help
applock --help
