Moleui Desktop brings the Moleui maintenance tools into a native-feeling Electron app for macOS.
- My Mac / Status: View live CPU, memory, disk, network, battery, and system health information.
- Clean: Remove caches, logs, browser leftovers, temporary files, and other safe-to-clean junk.
- Uninstall: Remove apps together with related preferences, caches, launch agents, logs, and leftover support files.
- Optimize: Refresh system services, rebuild caches, reset selected maintenance state, and run common macOS tuneups.
- Analyze: Visualize disk usage and identify large files or folders before removing anything.
- Open GitHub Releases.
- Download the latest
Moleui-<version>-<arch>.dmgfor your Mac. - Open the DMG and drag
Moleui.appintoApplications. - Launch Moleui from
Applications.
Use the arm64 build for Apple Silicon Macs and the x64 build for Intel Macs.
If you use the project tap, you can install the desktop app with Homebrew:
brew install --cask stwgabriel/tap/moleuiIf macOS Gatekeeper blocks the app because it was downloaded from the internet, open System Settings โ Privacy & Security and allow Moleui, or right-click Moleui.app and choose Open.
Each GitHub release includes desktop DMG and ZIP artifacts plus a SHA256SUMS file.
To verify a downloaded DMG:
shasum -a 256 Moleui-*.dmgCompare the output with the matching entry in SHA256SUMS from the same release.
Moleui is a local system maintenance app. Some actions can remove local files, app data, caches, logs, project artifacts, or installed applications.
Moleui uses safety-first defaults: path validation, protected-directory rules, conservative cleanup boundaries, and explicit confirmation for higher-risk actions. When risk or uncertainty is high, Moleui skips, refuses, or requires stronger confirmation rather than broadening deletion scope.
Important safety notes:
- Review selections before confirming clean, uninstall, optimize, or delete operations.
- Prefer Analyze when exploring disk usage; it helps you inspect storage before removing files.
- Operations that remove files are logged to
~/Library/Logs/moleui/operations.logunless logging is disabled withMO_NO_OPLOG=1. - On macOS 15 and later, Local Network permission entries can outlive app removal. Moleui may warn about this, but it does not auto-reset global network extension preference files because that reset is system-wide and requires Recovery mode.
- Moleui is built for macOS. Experimental Windows work may exist separately, but this README covers the desktop macOS app only.
Review SECURITY.md and SECURITY_AUDIT.md for reporting guidance, safety boundaries, and current limitations.
Prerequisites: Bun, Node.js, and macOS.
bun install
bun run desktop:devBuild a production desktop package:
bun run desktop:buildDesktop artifacts are generated under apps/desktop/dist-electron/.
- Bugs and feature requests: open an issue.
- Security reports: follow SECURITY.md.
- Releases: GitHub Releases.
MIT License. Feel free to use Moleui and contribute.





