A minimal macOS cleaning utility
Cleanlock turns your screen black and temporarily blocks keyboard input so you can wipe your MacBook screen and keyboard without accidental key presses.
macOS Tahoe 26.0 or later
I really like Liquid Glass d(^_^o)
Download the latest release from the Releases page.
There is also a prebuilt legacy package with minimum support down to macOS 12, but it will no longer receive updates and the experience is a bit worse: Cleanlock.1.1.0-legacy.dmg
If your macOS version is not that old and you just do not want the Liquid Glass style, you can still modify the project and build it yourself:
- Open these three files:
ContentView.swiftCleaningOverlayView.swiftAccessibilityPermissionView.swift
- Replace the button styles with ones available on older systems:
- Change every
glassbutton style used in.buttonStyle(...)tobordered- In Xcode, select the project (
cleanlock) in the left Project Navigator- Open the General tab and change Minimum Deployments to your target macOS version
This project is released under the MIT License. See LICENSE for details.
