A powerful macOS security monitoring application that detects unauthorized access attempts and records video evidence for you.
A powerful macOS security monitoring application that detects unauthorized access attempts and records video evidence for you.
Picture this: you’re vibing and coding in a coffee shop when nature calls. You have to step away but don’t want to lug your laptop to the restroom. Simply activate Sentry mode, and if anything suspicious happens, you can quickly wrap things up and rush back to the scene!
If you dont wanna buy it from App Store, you can also build it from source. In that case Sentry is free.
To ensure Sentry works effectively, you need to prevent your Mac from sleeping. Without this setup, if someone closes the lid quickly, your Mac may go to sleep before Sentry can trigger sound alerts or send notifications. Use one of the following methods to resolve this issue:
Sentry automatically prevents your Mac from sleeping by utilizing SleepHoldService. Install this service by running the following terminal command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Lakr233/SleepHoldService/HEAD/net_install.sh)"
pmset
CommandYou may need to disable sleep mode to ensure a working alarm using command line below:
sudo pmset -a disablesleep 1
To re-enable sleep mode, use:
sudo pmset -a disablesleep 0
This project is licensed under the MIT License. See the LICENSE file for details.
This software is intended for legitimate security monitoring of your own devices. Users are responsible for ensuring compliance with local laws and regulations regarding recording and monitoring.
Copyright 2025 © Lakr Aream. All rights reserved.