Install
openclaw skills install @hmakt99/touchbridgeAuthenticate sudo and macOS system prompts using your phone's biometric (Face ID/fingerprint) instead of typing passwords. Perfect for Mac Mini, Mac Studio, Mac Pro, and MacBook Neo base users without Touch ID.
openclaw skills install @hmakt99/touchbridgeUse your phone's fingerprint or Face ID to authenticate sudo, screensaver unlock, and other macOS auth prompts — instead of typing your password.
Free, open source alternative to Apple's $199 Touch ID keyboard. Works with iPhone, Android, Apple Watch, Wear OS, or any browser.
references/setup.md (install + pairing + testing)which touchbridged.ls ~/Library/Application\ Support/TouchBridge/daemon.sock.touchbridged serve --simulator (for testing) or touchbridged serve --web (for phone auth).TouchBridge automatically handles sudo authentication when installed. The PAM module intercepts the auth request and routes it to the daemon, which prompts the user's phone.
If the phone is unreachable, sudo falls through to the normal password prompt — the user is never locked out.
touchbridged serve --simulator — auto-approve (testing, no phone needed)touchbridged serve --web — any phone via browser URL (no app install)touchbridged serve --interactive — approve/deny in terminaltouchbridged serve — production mode with paired iPhone/Android via BLEtouchbridge-test config show # view policy
touchbridge-test config set --timeout 20 # change auth timeout
touchbridge-test logs # view recent auth events
touchbridge-test list-devices # show paired devices
touchbridged is not running, sudo falls through to password — never block the user.--simulator) is for testing only — remind the user to switch to phone auth for real security./etc/pam.d/sudo directly — use the install script which creates backups.