Transparent WIP screen lock for macOS.
Your terminals stay visible and keep running. Nobody can click or type into them without the password. No Escape skip.
- Transparent overlay - desktop stays live underneath
- Password unlock only (no Escape hatch)
- ⌘⇧L global shortcut to lock (command + shift + L)
- Control Panel to set password, lock message, and dim opacity
- Menu bar app (◐) - lightweight, local-only settings
Download Vaulty-x.y.z-macos.zip from Releases, unzip, drag Vaulty.app to Applications (or ~/Applications), then open it.
Unsigned build - if macOS says it's damaged:
xattr -cr ~/Applications/Vaulty.app
# or:
xattr -cr /Applications/Vaulty.appThen open normally. Grant Accessibility when prompted for full shortcut blocking (Cmd+Tab etc.).
| Action | How |
|---|---|
| Lock | ⌘⇧L or menu bar ◐ → Lock Screen |
| Unlock | Type password → Enter |
| Control Panel | Menu bar ◐ → Control Panel… |
| Quit | Menu bar ◐ → Quit Vaulty (disabled while locked) |
Default password on first launch: anishisagentic - change it in the Control Panel.
Settings live at:
~/Library/Application Support/com.anishfyi.vaulty/settings.json
make run # build, install to ~/Applications, launch
make package # zip for distribution → dist/Vaulty-VERSION-macos.zipPush a v* tag. CI builds the macOS zip and attaches it to a GitHub Release.
git tag v1.0.0
git push origin v1.0.0MIT
