[Mac App] How can I hide Jomo on my Mac?
Since Jomo is an app published on the App Store, it’s not possible to prevent it from being deleted via the Launchpad. In this case, we recommend hiding Jomo, which will prevent you from clicking the app icon from the Launchpad.
How can you hide Jomo from your Mac?
- Open Terminal (Apps > Utilities > Terminal).
- Copy and paste this command:
sudo chflags hidden /Applications/Jomo.app; find 2>/dev/null /private/var/folders/ -type d -name com.apple.dock.launchpad -exec rm -rf {} +; killall Dock
- Press the Return ⏎ key.
- Enter your Mac password.
- Press the Return ⏎ key again.
- Quit Terminal.
Note: When typing your password, nothing will appear on screen (no letters or asterisks). Don’t worry—your input is still being registered.
If your Mac doesn't allow the command
- Go to
System Settings
. - Navigate to
Privacy & Security
. - Open
Full Disk Access
. - Click the
+
button (at the bottom of the list). - Select
Terminal
. - Turn on the toggle.
- Repeat the first tutorial.
Updated on: 21/07/2025
Thank you!