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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

System utilities

Classement mis à jour le 5 août 2026

For system utilities, the strongest matches are clementtsang/bottom (Bottom is a terminal-based system monitoring and process management), tw93/mole (Mole is a terminal-based system utility that handles hardware) and aristocratos/btop (Btop is a terminal-based system monitor that provides real-time). guarinogabriel/mac-cli and htop-dev/htop round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Hand-picked open source system utilities for Linux and macOS, ranked by stars and activity. Compare the top tools and find the right one.

System utilities

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • clementtsang/bottomAvatar de ClementTsang

    ClementTsang/bottom

    12,892Voir sur GitHub↗

    Bottom is a cross-platform system monitoring tool that provides real-time visibility into hardware performance and process activity within a terminal-based interface. Built as a command-line utility, it tracks metrics for processor, memory, storage, and network usage while offering tools to inspect, organize, and terminate active system processes. The application utilizes a modular layout engine that allows users to arrange independent data-visualization widgets into a custom grid. This interface is powered by an immediate-mode rendering approach and an event-driven input loop, ensuring the d

    Bottom is a terminal-based system monitoring and process management utility that delivers real-time hardware metrics and cross-platform performance visibility through a customizable interface.

    RustProcess ManagersSystem Resource Monitors
    Voir sur GitHub↗12,892
  • tw93/moleAvatar de tw93

    tw93/Mole

    56,109Voir sur GitHub↗

    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

    Mole is a terminal-based system utility that handles hardware monitoring, disk management, and maintenance tasks, though its scope is focused heavily on cleanup and storage rather than full process management.

    ShellDisk Management ToolsDisk Management UtilitiesDisk Usage Analyzers
    Voir sur GitHub↗56,109
  • aristocratos/btopAvatar de aristocratos

    aristocratos/btop

    32,876Voir sur GitHub↗

    Btop is a terminal-based system monitor that tracks and displays real-time hardware performance metrics. It functions as a resource usage dashboard, providing visibility into processor, memory, disk, network, and active process activity directly within a text-based interface. The application utilizes ANSI escape sequences to render complex graphical interfaces and data visualizations within standard terminal emulators. It is designed as a cross-platform performance tool, maintaining consistent monitoring capabilities across various Unix-like operating systems through a platform-agnostic build

    Btop is a terminal-based system monitor that provides real-time hardware performance metrics, process management, and resource visualization, though it is narrower than a complete configuration suite.

    C++Command Line InterfacesSystem MonitoringSystem Resource Monitors
    Voir sur GitHub↗32,876
  • guarinogabriel/mac-cliAvatar de guarinogabriel

    guarinogabriel/Mac-CLI

    9,094Voir sur GitHub↗

    Mac-CLI is a collection of terminal commands and utilities designed for automating system management, hardware monitoring, and software configuration on macOS. It serves as a developer utility and automation tool for manipulating files, managing version control, and auditing installed packages from the command line. The project provides hardware monitoring capabilities to track real-time battery health, CPU temperature, and fan speeds. It also includes system automation tools for managing power states, disk usage, and network settings through a unified interface. The utility covers several f

    Mac-CLI provides a command-line collection of system maintenance, hardware monitoring, and configuration utilities tailored for macOS, though its lack of cross-platform support keeps it narrower than the full scope of this search.

    ShellCommand Line InterfacesDisk Usage AnalyzersSystem Performance Monitors
    Voir sur GitHub↗9,094
  • htop-dev/htopAvatar de htop-dev

    htop-dev/htop

    8,126Voir sur GitHub↗

    htop is a terminal-based system resource monitor and interactive process viewer. It functions as a text-user interface dashboard for overseeing hardware temperatures, load averages, and battery status while providing a comprehensive tool for monitoring and managing system processes. The application distinguishes itself through detailed process lifecycle management, allowing users to kill processes, adjust priorities via renicing, and assign CPU affinity to specific cores. It provides high-level visibility into system behavior through process hierarchy visualization and the ability to inspect

    This project is a classic terminal-based process viewer and system resource monitor that covers core process management and monitoring needs, though it focuses specifically on CPU and memory rather than full disk management or system configuration.

    CSystem MonitoringSystem Performance MonitorsSystem Resource Monitors
    Voir sur GitHub↗8,126
  • unitech/pm2Avatar de Unitech

    Unitech/pm2

    43,214Voir sur GitHub↗

    This project is a Node.js process manager, runtime environment, and production deployment orchestrator. It provides the foundational system components required to run, monitor, and restart applications in the background to ensure continuous service availability. The system distinguishes itself through a built-in load balancer that distributes network traffic across multiple process instances to utilize all available CPU cores. It includes a real-time process monitor with a terminal-based dashboard for tracking server health, CPU and memory usage, and aggregated logs. The tool covers a broad

    This project is a robust Node.js process manager and runtime environment that provides real-time monitoring and command-line management for applications, making it a specialized utility rather than a general-purpose operating system monitor.

    JavaScriptProcess ManagersResource Monitoring
    Voir sur GitHub↗43,214
  • nicolargo/glancesAvatar de nicolargo

    nicolargo/glances

    32,840Voir sur GitHub↗

    Glances is a cross-platform system monitoring tool designed to track real-time resource usage and hardware health metrics across diverse computing environments. It functions as a command-line utility that provides a unified view of system performance, identifying bottlenecks and maintaining infrastructure stability through a consistent abstraction layer that translates kernel calls into actionable data. The project distinguishes itself through its distributed capabilities, offering a web-based interface that enables remote access to live performance metrics from any device without requiring d

    Glances is a cross-platform command-line system monitoring tool that tracks real-time resource usage, though it leans more toward monitoring than deep process or disk management.

    PythonSystem Resource Monitors
    Voir sur GitHub↗32,840
  • coreutils/coreutilsAvatar de coreutils

    coreutils/coreutils

    5,185Voir sur GitHub↗

    This project is a comprehensive suite of essential command-line tools and standardized Unix-like utilities. It provides the fundamental building blocks for system administration, file management, and text processing on Unix-like systems, implementing a wide range of POSIX command-line tools. The collection is distinguished by its broad coverage of low-level system operations. This includes a complete toolkit for file system management, such as creating and modifying files and directories, and a specialized text processing toolkit for filtering, sorting, and transforming data streams. The pro

    This repository provides essential command-line system utilities and file management tools for Unix-like environments, fitting the category well despite lacking a graphical interface.

    CSystem Resource Monitors
    Voir sur GitHub↗5,185
  • christitustech/winutilAvatar de ChrisTitusTech

    ChrisTitusTech/winutil

    55,987Voir sur GitHub↗

    This project is a centralized management interface designed for the optimization, configuration, and maintenance of Windows desktop operating systems. It provides a comprehensive suite of tools for system debloating, automated software deployment, and deep-level performance tuning, allowing users to modify low-level settings that are otherwise inaccessible through standard interfaces. The platform distinguishes itself through its ability to create personalized, custom installation images, enabling users to remove unwanted components, bypass hardware checks, and pre-configure system defaults b

    This project provides a centralized Windows management interface for system optimization, debloating, and configuration, though it lacks the real-time performance monitoring and cross-platform support requested in the search.

    PowerShellCustom Image BuildersConfiguration Management SystemsSystem Configuration Utilities
    Voir sur GitHub↗55,987
  • microsoft/powertoysAvatar de microsoft

    microsoft/PowerToys

    135,047Voir sur GitHub↗

    PowerToys is a collection of background-resident system utilities designed to extend native operating system functionality and streamline desktop workflows. It operates as a modular toolkit, utilizing a central plugin-based host architecture that allows users to dynamically enable or disable specific features for system configuration and automation. By leveraging native system hooking, the suite intercepts global input and window events to provide advanced control over the computing environment. The project distinguishes itself through its focus on cross-device input orchestration and spatial

    PowerToys is a collection of system utilities that enhance desktop workflows and configuration, though it lacks deep cross-platform support and dedicated hardware performance monitoring.

    CCross-Device Input ControllersDesktop Workflow OptimizersPlugin-Based Architectures
    Voir sur GitHub↗135,047
  • powershell/powershellAvatar de PowerShell

    PowerShell/PowerShell

    53,943Voir sur GitHub↗

    PowerShell is a cross-platform task automation and configuration management framework. It functions as an object-oriented shell environment and a dynamic scripting language, enabling users to interact with system interfaces and manage infrastructure through a unified command-line interface. By executing as a managed application on the common language runtime, it provides direct access to native libraries and system APIs. The system is distinguished by its object-based pipeline, which processes structured data objects rather than raw text, allowing for precise property manipulation across comm

    PowerShell is a cross-platform command-line shell and configuration management framework that provides powerful scripting and system administration capabilities, though it is primarily a scripting environment rather than a dedicated all-in-one performance monitor.

    C#Object-Based PipelinesObject-Oriented ShellsRuntime Management Systems
    Voir sur GitHub↗53,943
Comparez le top 10 en un coup d'œil
DépôtStarsLangageLicenceDernier push
clementtsang/bottom12.9KRustmit12 févr. 2026
tw93/mole56.1KShellGPL-3.016 juin 2026
aristocratos/btop32.9KC++Apache-2.06 juin 2026
guarinogabriel/mac-cli9.1KShellMIT28 févr. 2026
htop-dev/htop8.1KCGPL-2.014 juin 2026
unitech/pm243.2KJavaScriptNOASSERTION21 mai 2026
nicolargo/glances32.8KPythonNOASSERTION15 juin 2026
coreutils/coreutils5.2KCGPL-3.023 juin 2026
christitustech/winutil56KPowerShellMIT13 juin 2026
microsoft/powertoys135KCMIT16 juin 2026

Related searches

  • Command line utilities
  • a terminal utility for improving developer productivity
  • String manipulation library
  • Network access control
  • une bibliothèque de hooks React personnalisés
  • Numerical computing library
  • Build toolchain
  • Systems programming resources