AutoCleaner
Minimalist macOS memory cleaner prototype wrapped as a .app using Automator and bash. Terminates non-system processes to free RAM — CleanMyMac-style experiment.
Install / Use
/learn @Yogerasim/AutoCleanerREADME
🧹 AutoCleaner
Minimalist macOS memory cleaner that kills background processes and frees RAM — CleanMyMac-style, without subscriptions.
📥 Installation
- Download and unzip
AutoCleaner.zip - Open the
.dmgand drag the app into Applications
🧠 What it does
- Frees up memory by closing user-space apps (non-system)
- Uses Terminal and bash for full transparency
- No setup, no permissions, no installer
- Lightweight, offline, no telemetry
Preview
<img src="Screenshots/drag-to-install.png" width="600" alt="Drag to install UI">🧾 License
This project is licensed under the Creative Commons BY-NC-SA 4.0 license.
You may:
- Use it for personal purposes
- Modify it
- Share it with attribution
You may not:
- Sell it
- Use it in commercial products
- Publish it as your own work
For commercial licensing, please contact: yogerrasim@gmail.com
How it works
AutoCleanerByGerasim is powered by a minimalistic bash script wrapped inside a macOS .app via Automator.
Here’s what happens when you run it:
-
✅ You launch the
.app -
🖥 A Terminal window opens
-
🔍 It runs:
ps axo pid,comm...to find all running processes
-
🧠 It filters out critical system processes: Finder, Dock, loginwindow, etc.
-
💀 It terminates all others with:
kill $PID sleep 0.1 kill -9 $PID (if still alive) -
✅ Displays “Cleanup complete!” in Terminal
This approach simulates the "Free Memory" feature from commercial tools like CleanMyMac — but in a fully transparent and scriptable way.
Related Skills
node-connect
345.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
104.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
345.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
345.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
Security Score
Audited on Mar 9, 2026
