Private overlay for live interviews, sales calls, and meetings. Hidden from screen capture.
MIT licensed. PRs welcome — they cannot land on main until @ginxx009 approves. See CONTRIBUTING.md.
| Platform | Hide from share | Run | Installer |
|---|---|---|---|
| macOS | NSWindowSharingNone |
mac/README.md | VEIL.dmg |
| Windows | WDA_EXCLUDEFROMCAPTURE |
windows/README.md | VEIL.exe |
cd mac
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements.txt
python3 VEIL.pyBuild a DMG (on a Mac): bash mac/build_dmg.sh → dist/VEIL.dmg.
cd windows
Launch.batBuild an EXE (on Windows): windows\build.bat → dist\VEIL.exe.
GitHub → Actions → Release installers → Run workflow (or push a v* tag). Artifacts:
VEIL-mac→VEIL.dmgVEIL-windows→VEIL.exe
Icon is in icons/.
python -m pip install pytest pypdf
python -m pytest tests -qCI runs this on every pull request. A failing tests check cannot be merged.