CleanMyMac 5.0.4 for Mac

Free Download CleanMyMac X
Name:CleanMyMac504_Torrentmac.net.dmg (155 MB)
Review by:
Downloads 109
Rating
4.8 8 Click to rate
Checked
   Download Torrent Download Now

CleanMyMac X 5.0.35.0.4 Multilingual macOS

CleanMyMac X is all-in-one package to awesomize your Mac. It cleans megatons of junk and makes your computer run faster. Just like it did on day one. CleanMyMac X chases junk in all corners of your macOS. It cleans unneeded files, like outdated caches, broken downloads, logs, and useless localizations. You can remove tons of clutter that lurks in iTunes, Mail, Photos, and even locate gigabytes of large hidden files. Mac cleaning tools in CleanMyMac X will cut the extra weight in seconds.

Each time your Mac stalls, you got a full deck of speedup tools: Free up RAM, Maintenance scripts, controls for Login Items, Launch Agents, and Hung Applications. This will lessen your system load and tune the Mac for maximum performance. When your machine is productive, you too are productive.

Are there viruses on Mac? Not on yours, if you try Mac cleaning with CleanMyMac X. It fights off malware, adware, ransomware, and all them -wares that are specific to the macOS. When the issue is found, the app deletes it right away. We update our malware database regularly and CleanMyMac X’s Protection module always has your back.

To make your Mac life more orderly, you got a cool duet of Uninstaller and Updater. The first fully removes apps you don’t want, and the second, instantly updates all your software. Bad apps are removed completely and new ones always arrive in time. This helps fix software conflicts and keeps your Mac forever young.

FEATURES

  • Easy to use, user-friendly interface
  • Drag and drop nature
  • Slims universal binaries
  • Removes useless language translations
  • Most accurate application uninstallation
  • Quick and Secure file eraser
  • Manages widgets, plugins and preference panes
  • Erases garbage left from previously removed applications and widgets
  • Monitors your Trash helping you to uninstall trashed applications correctly
  • Keeps an eye on your removable devices to clean them up from junk service files

What’s New:

Version 5.0.4:

  • Release notes were unavailable when this listing was updated.

Compatibility: macOS 14.0 or later
Homepage https://macpaw.com/

Screenshots


Older Versions

Version Publication date
CleanMyMac v5.5.0 Latest
CleanMyMac v5.4.0
CleanMyMac v5.3.1
CleanMyMac v5.3.0
CleanMyMac v5.2.10
CleanMyMac v5.2.9
CleanMyMac v5.2.8
CleanMyMac v5.2.7
CleanMyMac v5.2.6
CleanMyMac v5.2.5
CleanMyMac v5.2.5
CleanMyMac v5.2.4
CleanMyMac v5.2.3
CleanMyMac v5.1.0
CleanMyMac v5.0.7
CleanMyMac v5.0.4 Current
CleanMyMac v4.14.3

Installation & Troubleshooting FAQ

7 questions

Common issues when installing macOS apps

Alternatives

127 Comments

  1. use this command:

    > cd /Applications
    > sudo codesign –remove-signature CleanMyMac_5.app && sudo xattr -cr CleanMyMac_5.app && sudo codesign -f -s – –deep –all-architectures –timestamp=none CleanMyMac_5.app

  2. I have run it

    sudo codesign -fs – –all-architectures –timestamp=none “/Applications/CleanMyMac_5.app/Contents/Library/LaunchServices/com.macpaw.CleanMyMac5.Agent”
    sudo codesign –remove-signature “/Applications/CleanMyMac_5.app”
    sudo xattr -cr “/Applications/CleanMyMac_5.app”
    sudo codesign -f -s – –timestamp=none –all-architectures –deep “/Applications/CleanMyMac_5.app”

    not working on mac os 15.2

  3. this is the working code, macos 15.1.
    copy all the lines below, paste into command line at once, press enter, and done 🙂

    function edit_SMPrivilegedExecutables() {
    /usr/libexec/PlistBuddy -c “Remove :SMPrivilegedExecutables:com.macpaw.CleanMyMac4.Agent” “$1”
    /usr/libexec/PlistBuddy -c “Add :SMPrivilegedExecutables:com.macpaw.CleanMyMac4.Agent string ‘identifier com.macpaw.CleanMyMac4.Agent'” “$1”
    }
    function CMMFoundation_framework_patch() {
    xxd -p -c 0 “$1” – | \
    sed “s/fd7bbfa9fd030091b3000094/200080d2c0035fd6b3000094/; \
    s/554889e5e817030000/48c7c001000000c300/; ” | \
    xxd -r -p -c 0 – “$1”
    }
    function CMAgentController_patch() {
    xxd -p -c 0 “$1” – | \
    sed “s/ffc30191c0035fd6ff4302d1fc6f03a9fa6704a9f85f05a9f65706a9f44f07a9fd7b08a9fd030291f90300aa/ffc30191c0035fd6000080d2c0035fd6fa6704a9f85f05a9f65706a9f44f07a9fd7b08a9fd030291f90300aa/; \
    s/0094ffc301d1fa6702a9f85f03a9f65704a9f44f05a9fd7b06a9fd830191f60300aa/0094200080d2c0035fd6f85f03a9f65704a9f44f05a9fd7b06a9fd830191f60300aa/; \
    s/554889e54157415641554154534883ec284989fe48897dd0/48c7c001000000c341554154534883ec284989fe48897dd0/; \
    s/415f5dc3554889e54157415641554154534883ec584989fd/415f5dc348c7c000000000c341554154534883ec584989fd/; ” | \
    xxd -r -p -c 0 – “$1”
    }
    function cmmx_agent_patch() {
    xxd -p -c 0 “$1” – | \
    sed “s/f40300aae0090034/f40300aa340080d2/; \
    s/84c00f8483010000/84c0909090909090/; \
    s/20616e6420616e63686f72206170706c652067656e6572696320616e64206365727469666963617465206c6561665b7375626a6563742e4f555d203d20225338455838324e4a503622/20202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020/g; ” | \
    xxd -r -p -c 0 – “$1”
    codesign -fs – –all-architectures –timestamp=none “$1″
    }
    function cmmx_patch() {
    local cmmx_exe_path=”$1/Contents/MacOS/CleanMyMac X”
    xxd -p -c 0 “$cmmx_exe_path” – | \
    sed “s/fc6fbea9fd7b01a9fd430091ff831bd1e8631191/200080d2c0035fd6fd430091ff831bd1e8631191/; \
    s/554889e54881eca0060000/48c7c001000000c3060000/; ” | \
    xxd -r -p -c 0 – “$cmmx_exe_path”

    CMAgentController_patch “$cmmx_exe_path”
    CMAgentController_patch “$1/Contents/Library/LoginItems/CleanMyMac X Menu.app/Contents/MacOS/CleanMyMac X Menu”

    edit_SMPrivilegedExecutables “$1/Contents/Info.plist”
    edit_SMPrivilegedExecutables “$1/Contents/Library/LoginItems/CleanMyMac X Menu.app/Contents/Info.plist”

    CMMFoundation_framework_patch “$1/Contents/Library/LoginItems/CleanMyMac X HealthMonitor.app/Contents/Frameworks/CMMFoundation.framework/Versions/A/CMMFoundation”
    CMMFoundation_framework_patch “$1/Contents/Library/LoginItems/CleanMyMac X Menu.app/Contents/Frameworks/CMMFoundation.framework/Versions/A/CMMFoundation”

    cmmx_agent_patch “$1/Contents/Library/LaunchServices/com.macpaw.CleanMyMac4.Agent”
    cmmx_agent_patch “$1/Contents/Library/LoginItems/CleanMyMac X Menu.app/Contents/Library/LaunchServices/com.macpaw.CleanMyMac4.Agent”

    codesign -fs – –all-architectures –deep –timestamp=none “$1” && xattr -cr “$1”
    }; cmmx_patch “/Applications/CleanMyMac X.app”

  4. Delete and clean all old files from previous versions first, reboot….Install, copy all 4 terminal commands…Reboot….It should work!

  5. God Bless chatGTP. Fixed code:

    sudo codesign -fs – –all-architectures –timestamp=none “/Applications/CleanMyMac_5.app/Contents/Library/LaunchServices/com.macpaw.CleanMyMac5.Agent”
    sudo codesign –remove-signature “/Applications/CleanMyMac_5.app”
    sudo xattr -cr “/Applications/CleanMyMac_5.app”
    sudo codesign -f -s – –timestamp=none –all-architectures –deep “/Applications/CleanMyMac_5.app”

  6. Replace the characters in the terminal command in your favorite plain text editor 🙁
    “–” > “-“

  7. sukiyaki – your script is flawed. gets this error every time

    error: The specified item could not be found in the keychain.

  8. sudo codesign -fs – –-all-architectures –-timestamp=none “/Applications/CleanMyMac_5.app/Contents/Library/LaunchServices/com.macpaw.CleanMyMac5.Agent”
    sudo codesign –-remove-signature “/Applications/CleanMyMac_5.app”
    sudo xattr -cr “/Applications/CleanMyMac_5.app”
    sudo codesign -f -s – –-timestamp=none –-all-architectures –-deep “/Applications/CleanMyMac_5.app”


    It works without any issues, sorry 😉

  9. Terminal command
    sudo codesign -fs – –all-architectures –timestamp=none “/Applications/CleanMyMac_5.app/Contents/Library/LaunchServices/com.macpaw.CleanMyMac5.Agent”
    sudo codesign –remove-signature “/Applications/CleanMyMac_5.app”
    sudo xattr -cr “/Applications/CleanMyMac_5.app”
    sudo codesign -f -s – –timestamp=none –all-architectures –deep “/Applications/CleanMyMac_5.app”


    It works without any issues 😉

  10. there’s a better site to download it from which is “https://haxmac.cc/cleanmymac-4/” at least works for a week if not more

  11. Apply this code in terminal after installation:

    sudo codesign -fs – –all-architectures –timestamp=none “/Applications/CleanMyMac_5.app/Contents/Library/LaunchServices/com.macpaw.CleanMyMac5.Agent”

    sudo codesign –remove-signature “/Applications/CleanMyMac_5.app”

    sudo xattr -cr “/Applications/CleanMyMac_5.app”

    sudo codesign -f -s – –timestamp=none –all-architectures –deep “/Applications/CleanMyMac_5.app”

  12. Some are pushed just to seem to keep pace with the developer. Oh, that doesn’t work, lucky the one who posted it sure does

  13. luego de instalar esto daba error de volver a abrir.. ahora instalo versiones angeriores y ya no sirven dice que compre el programa…

Comments are closed.