Vigil v2.0 — packaged builds for Windows and macOS.
Downloads
- Windows:
Vigil-2.0-windows-x64.zip— extract and runVigil.exe. - macOS (Apple Silicon):
Vigil-2.0-macos-arm64.zip— extract and run./Vigil. - macOS (Intel):
Vigil-2.0-macos-x86_64.zip— extract and run./Vigil.
The app serves its UI at https://127.0.0.1:9443 (self-signed certificate; accept the browser warning) and opens your browser automatically. --port changes the port, --no-browser skips the auto-open, --host 0.0.0.0 allows LAN access (set a PIN first in Settings > Security).
macOS builds are unsigned: on first launch, right-click the binary and choose Open, or run xattr -dc Vigil in the extracted folder.
Run from source
git clone https://github.com/MatthewRyanWeber/VIGIL.git
cd VIGIL
pip install -r requirements.txt
python vigil.py