awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
tw93 avatar

tw93/Mole

0
View on GitHub↗
56,109 stars·1,971 forks·Shell·GPL-3.0·45 viewsx.com/HiTw93/status/2020078438724354190↗

Mole

Mole is a terminal-based utility designed for comprehensive system maintenance, storage management, and real-time hardware monitoring. It provides a command-line interface for users to analyze disk usage, track system health metrics, and perform routine optimization tasks to maintain machine stability and performance.

The project distinguishes itself through a declarative configuration model that uses structured data files to define custom cleanup logic, allowing for precise control over the removal of temporary files and project artifacts. It incorporates a safety-first execution layer that wraps destructive operations in validation checks, ensuring that user intent is verified before any files are modified or deleted. This approach extends to application lifecycle management, where the tool facilitates the complete removal of software binaries along with their associated configuration files and orphaned data.

Beyond its core cleanup capabilities, the tool offers a broad suite of maintenance functions, including the clearing of system caches, the removal of redundant installer packages, and the optimization of background processes. It features a recursive file-system traversal engine to identify storage-consuming data and provides real-time visibility into hardware resources such as CPU, memory, and network status. Users can further extend the utility by integrating custom script directories to automate specific workflows directly from the command line.

Features

  • Disk Usage Analyzers - Scans file systems to identify large files and directories, providing clarity on storage consumption.
  • Build Artifact Purge Tools - Removes project-specific build artifacts and dependency folders to free up disk space.
  • Uninstallation Managers - A utility that removes software packages along with their associated configuration files to ensure a complete and clean removal.
  • Workspace Maintenance Tools - A specialized automation tool that purges project-specific build artifacts and temporary dependency folders to keep local workspaces organized.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI
  • Execution Safety Wrappers - Wraps destructive system operations in validation layers to ensure user intent is verified before modifying files.
  • Application Uninstallers - Removes applications along with associated configuration files and leftover data to ensure complete cleanup.
  • Cleanup Utilities - Uses structured configuration files to define and execute automated cleanup routines for temporary files and project artifacts.
  • Disk Management Utilities - Provides a command-line interface for identifying large files and reclaiming storage space on local drives.
  • Hardware Monitoring Tools - Tracking system metrics and resource usage directly from the terminal to maintain visibility into machine health and performance.
  • System Performance Monitors - Queries operating system kernels and hardware interfaces to retrieve real-time performance metrics and resource utilization data for display.
  • Safety and Validation Layers - Wraps destructive system operations in safety checks to ensure user intent is verified before modifying or deleting sensitive files.
  • Cache Cleaners - Clears system cache directories, browser data, and temporary files to reclaim disk space.
  • System Resource Monitors - Queries operating system kernels and hardware interfaces to retrieve real-time performance metrics.
  • File System Utilities - Scans directory structures to identify and categorize storage-consuming files based on user-defined patterns and system metadata.
  • Terminal Maintenance Suites - A command-line interface for executing routine cleanup, optimization, and diagnostic tasks to maintain local machine performance and stability.
  • Disk Management Tools - A disk analysis tool that identifies and removes redundant files, build artifacts, and installer packages to reclaim storage capacity.
  • File System Scanners - Recursively scans directory structures to identify and categorize storage-consuming files based on system metadata.
  • System Optimizers - Adjusts system settings and configurations to improve responsiveness and streamline background processes.
  • Command Orchestrators - Executes pre-defined scripts and system utilities to perform maintenance tasks directly within the command line.
  • Configuration Management Tools - Uses structured data files to define target paths and removal logic for purging temporary files and redundant project artifacts.
  • Terminal Launchers - Detect the active terminal application automatically to run system tasks while providing an option to manually override the default choice through environment variables for specific workflows.
  • Disk Cleanup Utilities - Identifying and removing large files, redundant caches, and leftover installer packages to reclaim disk space on local machines.
  • Hardware Monitoring Utilities - A real-time diagnostic tool that tracks system metrics and hardware status directly within the terminal for improved machine visibility.
  • Star history

    Star history chart for tw93/moleStar history chart for tw93/mole

    How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

    Frequently asked questions

    What does tw93/mole do?

    Mole is a terminal-based utility designed for comprehensive system maintenance, storage management, and real-time hardware monitoring. It provides a command-line interface for users to analyze disk usage, track system health metrics, and perform routine optimization tasks to maintain machine stability and performance.

    What are the main features of tw93/mole?

    The main features of tw93/mole are: Disk Usage Analyzers, Build Artifact Purge Tools, Uninstallation Managers, Workspace Maintenance Tools, Execution Safety Wrappers, Application Uninstallers, Cleanup Utilities, Disk Management Utilities.

    Which projects share features with tw93/mole?

    Projects with overlapping indexed features include: 0x192/universal-android-debloater — Universal Android Debloater is a desktop utility designed to manage and remove pre-installed software from Android… tencent/lemon-cleaner — Lemon-cleaner is a macOS system cleaner and resource monitor. It provides a suite of tools for removing application… dundee/gdu — gdu is a command line disk usage analyzer and interactive disk profiler used to scan directories and visualize space… alienator88/pearcleaner — Pearcleaner is a system maintenance utility designed to reclaim disk space on macOS by identifying and removing… sycnex/windows10debloater — Windows10Debloater is a PowerShell-based utility designed to automate the removal of pre-installed software and the… muesli/duf — Duf is a command-line utility designed to provide a comprehensive overview of disk usage and filesystem statistics. It…

    Projects sharing features with Mole

    These projects share indexed features with Mole. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
    • 0x192/universal-android-debloater0x192 avatar

      0x192/universal-android-debloater

      19,385View on GitHub↗

      Universal Android Debloater is a desktop utility designed to manage and remove pre-installed software from Android devices. By utilizing the Android Debug Bridge, the tool allows users to identify and disable or uninstall system applications on non-rooted devices to improve privacy, storage availability, and overall system performance. The software distinguishes itself through its ability to reconcile current device states against declarative configuration files, enabling the automated application of software removal profiles. It supports multi-instance management, allowing users to connect t

      Rustadbandroiddebloat
      View on GitHub↗19,385
    • tencent/lemon-cleanerTencent avatar

      Tencent/lemon-cleaner

      6,244View on GitHub↗

      Lemon-cleaner is a macOS system cleaner and resource monitor. It provides a suite of tools for removing application junk and temporary files, completely uninstalling software and its hidden support files, and reclaiming disk space through a visual disk space analyzer and duplicate file remover. The project distinguishes itself with specialized capabilities for digital media decluttering, utilizing visual similarity analysis to identify and prune redundant photos. It also includes a system resource monitor that tracks real-time hardware metrics, such as CPU temperature and memory usage, direct

      Objective-C
      View on GitHub↗6,244
    • dundee/gdudundee avatar

      dundee/gdu

      5,325View on GitHub↗

      gdu is a command line disk usage analyzer and interactive disk profiler used to scan directories and visualize space consumption across file systems. It functions as a file system management tool that allows for the identification and removal of large files and folders to free up storage. The tool features a cursor-based interface for navigating directory structures and archives. It provides a storage cleanup workflow that enables the deletion of selected items directly from the analysis view, utilizing parallel execution to reduce I/O wait times. The application supports recursive directory

      Goclidisk-usagefilesystem
      View on GitHub↗5,325
    • alienator88/pearcleaneralienator88 avatar

      alienator88/Pearcleaner

      13,583View on GitHub↗

      Pearcleaner is a system maintenance utility designed to reclaim disk space on macOS by identifying and removing residual files left behind after software uninstallation. It functions as an application uninstaller and storage management tool, ensuring that configuration files, caches, and support data are purged to maintain a clean system state. The application distinguishes itself through event-driven automation, utilizing kernel-level monitoring to detect when files are moved to the trash and triggering immediate scans for orphaned data. It integrates directly into the desktop environment vi

      Swift
      View on GitHub↗13,583
    Compare all 30 related projects→