Uninstall
Karabiner-Elements provides built-in uninstaller.
Use the uninstaller to remove Karabiner-Elements from your system.
You can launch the uninstaller from “Launch uninstaller” button on Uninstall tab.
Then, follow the instruction of the dialog. (The uninstaller ask your administrator password in order to remove files.)

Uninstall from command line
If you don’t want to use above GUI, you can also uninstall Karabiner-Elements from command line.
bash '/Library/Application Support/org.pqrs/Karabiner-DriverKit-VirtualHIDDevice/scripts/uninstall/deactivate_driver.sh'
sudo '/Library/Application Support/org.pqrs/Karabiner-Elements/uninstall.sh'
(Administrator password is required to run the above command.)
Additional uninstallation
Some settings and files will remain after uninstallation. It does not affect the system even if it remains in place, but if you are concerned about them, please delete them manually.
- Input Monitoring settings
- Remove karabiner_grabber and karabiner_observer from the Input Monitoring settings in macOS Settings.
- Remove karabiner_grabber and karabiner_observer from the Input Monitoring settings in macOS Settings.
- Log files
- Delete the following directories:
/var/log/karabiner
~/.local/share/karabiner
- Delete the following directories:
- Temporary directories
- Delete the following directories:
/Library/Application Support/org.pqrs/tmp
- Delete the following directories:
- Setting files
- Delete the following directories:
~/.config/karabiner
- Delete the following directories:
Advanced topic
Operation not permitted
error will occur if you try removing files by rm
command.
sudo rm -rf /Applications/Karabiner-Elements.app
rm: /Applications/Karabiner-Elements.app/Contents: Operation not permitted
rm: /Applications/Karabiner-Elements.app: Operation not permitted
Karabiner-Elements forces you to use uninstaller to remove files in order to ensure remove files outside /Applications.
See Installed files to confirm the files.
Manual uninstallation
If you want to remove files without uninstaller, unlock app files from command line with this instruction.
And then, remove installed files by hand, and reboot your Mac.