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
·

6 dépôts

Awesome GitHub RepositoriesShell Package Managers

Package managers specifically designed for shell environments and command-line tools.

Distinguishing note: Focuses on shell-specific package management rather than general system package managers.

Explore 6 awesome GitHub repositories matching development tools & productivity · Shell Package Managers. Refine with filters or upvote what's useful.

Awesome Shell Package Managers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • alebcay/awesome-shellAvatar de alebcay

    alebcay/awesome-shell

    37,110Voir sur GitHub↗

    This project is a community-driven directory that serves as a comprehensive index of command-line tools, frameworks, and resources. It functions as a curated knowledge base designed to help users discover software for enhancing terminal environments and streamlining daily development tasks. The collection is maintained through an open-source contribution model, where community members manually verify and organize resources into structured categories. This collaborative approach ensures the directory remains a reliable reference for finding specialized utilities, alternative shell implementati

    Documents package managers for shell environments.

    awesomeawesome-listbash
    Voir sur GitHub↗37,110
  • babun/babunAvatar de babun

    babun/babun

    8,545Voir sur GitHub↗

    Babun provides a Unix-like shell environment on Windows, delivering a compatible terminal featuring standard Linux utilities and software development packages. It utilizes a Cygwin-based POSIX emulation to translate Unix system calls to Windows API calls. The system supports non-administrative installation via silent command-line scripts, allowing deployment on Windows systems where the user lacks elevated permissions. It includes a mechanism to route outbound HTTP and HTTPS network traffic through proxy servers using static configuration files to bypass network restrictions. The environment

    Includes a dedicated command-line package manager specifically designed for the shell environment.

    Shell
    Voir sur GitHub↗8,545
  • michaing/dietpiAvatar de MichaIng

    MichaIng/DietPi

    6,131Voir sur GitHub↗

    DietPi is an ultra-lightweight Debian distribution and software platform purpose-built for single-board computers. It provides a minimal operating system that strips away unnecessary services to reduce CPU and RAM usage, and includes a curated software catalogue of pre-optimised applications that can be installed with a single command. The system reads a plain-text configuration file before first boot to perform unattended OS and software installation, and offers a web interface for remote system administration. What distinguishes DietPi is its comprehensive, integrated approach to turning a

    Installs and removes software by executing shell scripts that handle dependencies and services.

    Shellbashdebiandietpi
    Voir sur GitHub↗6,131
  • xxh/xxhAvatar de xxh

    xxh/xxh

    5,916Voir sur GitHub↗

    xxh is a framework for orchestrating and managing portable shell environments across remote hosts. It enables users to synchronize local shell configurations, aliases, and custom tools to remote servers over secure shell connections, ensuring a consistent command-line experience without requiring root access or system-wide installations on the target machines. The project distinguishes itself through a modular, plugin-based architecture that allows for the dynamic injection of tools and scripts during session initialization. It provides capabilities for bundling shell dependencies into standa

    Installs, updates, and removes shell-specific packages and plugins to maintain consistent development tools.

    Pythonawesomeawesome-sshbash
    Voir sur GitHub↗5,916
  • lionsec/katoolinAvatar de LionSec

    LionSec/katoolin

    5,302Voir sur GitHub↗

    Katoolin est un gestionnaire de dépôts de logiciels Debian et un automatiseur de suite d'outils de sécurité. Il fonctionne comme un script pour automatiser l'ajout de dépôts et l'installation d'outils de sécurité de Kali Linux sur d'autres systèmes basés sur Debian. Le projet se concentre sur l'automatisation du déploiement de logiciels de test d'intrusion et de criminalistique. Il fournit une méthode pour gérer les sources logicielles tierces et approvisionner des laboratoires de sécurité avec des outils pour les tests réseau et système sans nécessiter une installation complète du système d'exploitation. L'outil inclut une interface en ligne de commande interactive pour naviguer dans les catégories d'outils et gérer les paquets logiciels via un processus piloté par shell. Il organise les logiciels en regroupements modulaires pour permettre l'installation de sous-ensembles spécifiques ou de suites complètes d'outils.

    Executes shell scripts to invoke native package managers for dependency resolution and software deployment.

    Python
    Voir sur GitHub↗5,302
  • scoopinstaller/installAvatar de ScoopInstaller

    ScoopInstaller/Install

    1,239Voir sur GitHub↗

    Scoopinstaller/install is a PowerShell-based command-line utility designed to automate the setup and bootstrapping of the Scoop package manager on Windows systems. The tool initializes environment directories, configures repository sources, and executes standard installation scripts without requiring manual graphical user interface prompts or intervention. The software supports unattended background operations through a silent execution mode that suppresses console output while capturing and propagating numeric status codes to verify setup success in continuous integration pipelines. It handl

    Bootstraps and installs the Scoop package manager on Windows systems using shell scripts.

    PowerShell
    Voir sur GitHub↗1,239
  1. Home
  2. Development Tools & Productivity
  3. Shell Package Managers

Explorer les sous-tags

  • Shell-Script-Based Package ManagersInstalls and removes software by executing shell scripts that handle dependencies, service management, and configuration files. **Distinct from Shell Package Managers:** Distinct from Shell Package Managers: focuses on shell scripts as the installation mechanism, not package managers for shell environments.