Skip to content

KeepCoolCH/macOSTahoe26AppIconFix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

🎨 macOS Tahoe 26 App Icon Fix

Refresh and re-apply existing macOS App icons using fileicon.
Developed by Kevin Tobler – 🌐 www.kevintobler.ch


🧩 Overview

This script automatically refreshes all app icons located in /Applications on macOS Tahoe 26.
It checks each .app bundle and re-links its icon using the command-line utility fileicon.

Useful when:

  • Finder icons appear blank or don’t update properly
  • You’ve manually replaced app icons and they’re not displaying
  • After system upgrades or cache resets

🎥 Video Guide

Here’s a quick video tutorial for the script:
👉 https://youtu.be/ehVe1Obpbyg


⚙️ Requirements

  • macOS Tahoe 26
  • Terminal access
  • Homebrew installed
  • fileicon utility installed

🧭 Installation

  1. Install Homebrew (if not already installed):

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  2. Install fileicon via Homebrew:

    brew install fileicon
  3. Download or copy this script
    Save it as: macOS_Tahoe_AppIconFix.sh

  4. Make it executable (optional):

    chmod +x macOS_Tahoe_AppIconFix.sh

▶️ Usage

Run the script with sudo (required for modifying app icons):

sudo zsh macOS_Tahoe_AppIconFix.sh

Then enter your password when prompted.


🪄 What It Does

  • Checks for fileicon binary (Apple Silicon /opt/homebrew or Intel /usr/local)
  • Scans /Applications for all .app bundles
  • For each app:
    • If a custom icon exists, it is refreshed (extracted and re-set)
    • If no icon is linked, it re-applies the default app icon
  • Finally, restarts Finder to show updated icons

💡 Example Output

🎨 Refreshing already linked App icons ...
🔧 Safari.app
♻️ refreshed existing icon
🔧 Mail.app
✨ re-applied default icon
🔧 GarageBand.app
⚠️ no icon found
🔄 Reloading Finder...
✅ Done!

🧹 Troubleshooting

fileicon not found:
Run:

brew install fileicon

Finder icons still not updated:
Try manually relaunching Finder:

killall Finder

Some apps skipped:
System-protected apps may not allow icon changes (e.g., Safari, Mail).


🧑‍💻 Author

Kevin Tobler
🌐 www.kevintobler.ch
📦 macOS Tahoe 26 App Icon Fix

“Because a refreshed Mac deserves refreshed icons.” ✨


🪪 License

MIT License – You’re free to use, modify, and share this script.
Attribution appreciated 🙌

About

macOS Tahoe 26 App Icon Fix: Refresh the ugly app icons and re-apply existing app icons

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages