Some systems show a security warning the first time you open CleanMode.
That's a standard OS check for apps distributed outside the App Store — we're a small team and an app store listing is still on our roadmap.
Find your issue below — each fix is one or two steps.
Your Mac saw the app came from the internet and blocked it. CleanMode isn't actually damaged — macOS just hasn't been told to trust apps from outside the App Store.
Fix
xattr -dr com.apple.quarantine /Applications/CleanMode.app If you kept CleanMode in your Downloads folder, replace /Applications/CleanMode.app with the actual path (for example ~/Downloads/CleanMode.app).
macOS wants you to confirm you trust an app from outside the App Store. This is a one-time click.
Fix
If "Open" is missing or greyed out, go to System Settings → Privacy & Security, scroll down, and click Open Anyway next to the CleanMode notice.
Older macOS versions show this wording for the same reason as above.
Fix
The download may have been interrupted or corrupted (for example, transferred through a chat app that stripped the file).
Fix
To block keys and trackpad input, macOS needs your permission. This is for your safety — macOS doesn't let any app listen to your inputs without your OK.
Fix
If CleanMode still doesn't block some inputs, also enable it under Input Monitoring in the same Privacy & Security panel.
CleanMode keeps your Mac awake while it's locked, so it won't sleep on its own mid-cleaning. If you deliberately close the lid (or pick Sleep from the Apple menu), CleanMode notices and exits cleanly before the Mac suspends.
What to expect
SmartScreen warns about apps it doesn't recognize. Since CleanMode is distributed from our site instead of the Microsoft Store, it hasn't built up a SmartScreen reputation yet.
Fix
Some antivirus tools flag newly released unsigned apps automatically until enough users have run them safely. CleanMode does not collect or transmit your data — see our privacy policy.
Fix
If you'd rather not whitelist it, email us at [email protected] and we'll refund your purchase.
What's happening: on most modern laptops, the F1–F12 keys default to special actions — volume, brightness, mic mute, and so on — instead of standard function keys.
Why CleanMode can't block them: those special actions are handled by your keyboard's firmware before Windows ever sees the keypress. CleanMode runs at the OS level, so any key the firmware handles itself never reaches us.
The fix — Fn Lock: turning on Fn Lock flips the F-row to send standard F1–F12 codes. Those reach the OS like any normal key, and CleanMode blocks them along with everything else.
How to enable Fn Lock
Brand-specific notes
You can toggle Fn Lock any time — even while CleanMode is running. Fn + Esc is handled by the keyboard firmware, not as a normal keystroke, so CleanMode doesn't block it.
Two Windows shortcuts deliberately stay active during clean mode:
These are kernel-level shortcuts that no app can intercept; Windows reserves them so you always have a way out of any running app. CleanMode follows that — it doesn't try to override security primitives the OS guarantees.
In practice this isn't a problem for cleaning, because both combinations require deliberate finger placement on multiple specific keys at once — exactly what you can't do while wiping a keyboard with a cloth. They won't fire accidentally.
If you do press Win + L mid-cleaning, CleanMode detects the workstation lock and exits automatically, so you're never stuck. Sign back into Windows and you'll land at the home screen.
Linux needs you to mark the file as executable the first time.
Fix (graphical)
Fix (terminal)
chmod +x CleanMode.AppImage
./CleanMode.AppImage AppImage needs a library called FUSE 2 to run. Recent Linux versions ship FUSE 3 by default, so FUSE 2 has to be installed once.
Fix on Ubuntu / Debian
sudo apt update
sudo apt install libfuse2 Fix on Fedora
sudo dnf install fuse Fix on Arch / Manjaro
sudo pacman -S fuse2 CleanMode needs a few system libraries that your distribution can install automatically.
Fix
sudo apt install -f ./CleanMode_*.deb Run this from the folder where you downloaded the .deb. It installs CleanMode along with any libraries it needs.
Email [email protected] with the exact error message (a screenshot helps) and which OS you're on.
We usually reply within a few business days.