A fun, visually appealing script to detect Electron-based applications on your Mac.
One-line install and run:
curl -sL https://raw.githubusercontent.com/open-saas-directory/awesome-native-macosx-apps/main/find-electron-apps-macos.sh | bash- 🔎 Scans
/Applicationsfolder for Electron apps - ⚡ Identifies apps built with Electron framework
- 📊 Shows app names, sizes, and versions
- 🎨 Beautiful, colorful terminal output
- 💡 Provides recommendations for native alternatives
- 📈 Calculates resource impact
╔════════════════════════════════════════════════════════════╗
║ ⚡ Electron App Detector for macOS ║
║ Find which apps are secretly Electron-based ║
╚════════════════════════════════════════════════════════════╝
🔍 Scanning /Applications...
[▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] Done!
════════════════════════════════════════════════════════════
⚠️ Found 5 Electron app(s) out of 47 total apps
⚡ Electron Apps Detected:
App Name Size Version
────────────────────────────────────────────────────────────────
Slack 165M 4.35.0
Discord 156M 0.0.290
Visual Studio Code 387M 1.85.0
Postman 312M 10.20.0
Notion 198M 2.2.3
════════════════════════════════════════════════════════════
📦 Resource Impact:
⚠️ High Electron count detected!
Each Electron app runs a full Chromium browser
════════════════════════════════════════════════════════════
🚀 Want native alternatives?
Check out: https://github.com/open-saas-directory/awesome-native-macosx-apps
✓ Native apps are:
• Faster and more responsive
• Use less RAM and battery
• Better macOS integration
• Smaller app size
💡 Fun Fact:
Electron apps can use 100-300MB RAM even when idle
Native apps often use less than 50MB
════════════════════════════════════════════════════════════
Clone the repository:
git clone https://github.com/open-saas-directory/awesome-native-macosx-apps.git
cd awesome-native-macosx-appsMake executable:
chmod +x find-electron-apps-macos.shRun:
./find-electron-apps-macos.shThe script detects Electron apps by checking for:
- Electron Framework -
Electron Framework.frameworkin app bundle - Electron Binary -
Electronbinary in MacOS folder
Electron apps:
- Run a full Chromium browser for each app
- Use 100-300MB RAM even when idle
- Drain battery faster
- Take longer to launch
- Use more disk space
Native apps:
- Use 50MB or less RAM
- Better battery life (2-3x longer)
- Instant launch
- Better macOS integration
- Smaller file sizes
Found Electron apps? Check our curated list of native alternatives.
- Bash shell (default on macOS)
- Apps installed in
/Applications
"Permission denied" error:
chmod +x find-electron-apps-macos.shScript not finding apps:
- Ensure apps are in
/Applicationsfolder - Some apps in
~/Applicationswon't be scanned (by design)
False negatives:
- Some apps may hide Electron framework cleverly
- The script uses multiple detection methods to minimize this
Found a bug or have a suggestion? Open an issue or PR!
MIT License - See repository for details
Made with ❤️ for the macOS community
Check out the full awesome-native-macosx-apps list!