🍏 macOS Setup
1. Download the script below.
2. Open Terminal and install the AI engines:
python3 -m pip install pynput scikit-learn numpy
3. Run the security daemon:
python3 omnilock_mac.py
4. Note: Ensure Terminal is granted Input Monitoring and Accessibility permissions in System Settings.
Download omnilock_mac.py
🪟 Windows 11 Setup
1. Download the script below.
2. Open Command Prompt and install the AI engines:
pip install pynput scikit-learn numpy
3. Run the security daemon:
python omnilock_windows.py
4. Note: When triggered, OmniLock uses the native Windows API to throw the system to the Lock Screen instantly.
Download omnilock_windows.py