awesome-repositories.com
Blog
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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 dépôts

Awesome GitHub RepositoriesScript Wrappers

Bundling scripts into executables to manage privilege escalation and execution sequencing.

Distinct from Script-to-Executable Compilers: Focuses on wrapping scripts for execution orchestration rather than compiling them into native installers.

Explore 5 awesome GitHub repositories matching development tools & productivity · Script Wrappers. Refine with filters or upvote what's useful.

Awesome Script Wrappers 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.
  • shadowwhisperer/remove-ms-edgeAvatar de ShadowWhisperer

    ShadowWhisperer/Remove-MS-Edge

    4,896Voir sur GitHub↗

    Remove-MS-Edge is a script-based utility designed to uninstall preinstalled web browsers and the WebView2 runtime from Windows operating systems. It functions as a component management tool that leverages batch scripts to remove system packages and associated runtime environments. The project includes a recovery utility to restore removed browser components from cabinet archives. This capability is used to resolve Windows Update loops and repair system update failures caused by missing browser components. The toolkit employs system-level primitives including the Deployment Image Servicing an

    Bundles batch scripts into a single executable to manage administrative privileges and sequence system operations.

    Batchfilebatchedgeexe
    Voir sur GitHub↗4,896
  • rubygems/bundlerAvatar de rubygems

    rubygems/bundler

    4,881Voir sur GitHub↗

    Bundler is a Ruby dependency manager that resolves gem versions and locks them in a lockfile so every machine installs the same set of dependencies. It manages package sources, provides environment diagnostics, and wraps commands and consoles to run inside a consistent gem context, preventing version mismatches across development, testing, and production. Unlike a simple package installer, Bundler uses a SAT solver to find a consistent set of gem versions satisfying all constraints, segregates authentication secrets from source URLs, and enforces platform-specific dependency filtering. Its lo

    Generates wrapper scripts that run the correct locked gem version without requiring a command prefix.

    Rubydependency-managerrubyrubygems
    Voir sur GitHub↗4,881
  • moraroy/nonsteamlaunchers-on-steam-deckAvatar de moraroy

    moraroy/NonSteamLaunchers-On-Steam-Deck

    4,278Voir sur GitHub↗

    Ce projet est une suite de gestion pour le Steam Deck conçue pour installer et organiser des lanceurs de jeux tiers, automatiser le peuplement de la bibliothèque et gérer les runtimes de compatibilité. Il fonctionne comme un outil d'automatisation de bibliothèque qui scanne les lanceurs externes pour ajouter des jeux et des métadonnées à la collection principale, aux côtés d'un gestionnaire dédié pour déployer les couches de compatibilité GE-Proton et UMU. Le logiciel se distingue en intégrant des applications Android via Waydroid et en utilisant un préfixe Proton partagé pour installer plusieurs paquets tiers, réduisant ainsi l'utilisation du disque. Il inclut également un gestionnaire de stockage qui déplace les préfixes d'installation et les dossiers de données vers des supports externes en utilisant des liens symboliques pour optimiser le stockage de la console portable. Le système couvre un large éventail de capacités, incluant la synchronisation en arrière-plan de la bibliothèque pour les jeux et les raccourcis web, la personnalisation visuelle avec métadonnées et jaquettes, et l'intégration de sauvegarde automatique des jeux. L'installation et la configuration sont gérées via un pipeline de scripts shell distants.

    Uses tailored launch scripts to bridge external applications and mobile containers into the gaming interface.

    Pythondeckmachinenonsteam
    Voir sur GitHub↗4,278
  • nextest-rs/nextestAvatar de nextest-rs

    nextest-rs/nextest

    2,828Voir sur GitHub↗

    nextest is a high-performance test execution framework and Rust test runner designed to manage parallelism, retries, and timeouts. It serves as a test recording system that captures execution metadata and outputs into archives for later failure analysis and replay. The project distinguishes itself as a flakiness detection tool, identifying unstable tests through stress loops and automated retry policies. It also functions as a CI test orchestrator, capable of partitioning test suites across multiple workers and exporting results in standardized JUnit XML and JSON formats. The framework provi

    Executes test binaries via wrapper scripts to support cross-compilation and specific target environments.

    Rustcargo-plugincargo-subcommandflaky-tests
    Voir sur GitHub↗2,828
  • pypa/setuptoolsAvatar de pypa

    pypa/setuptools

    2,809Voir sur GitHub↗

    Setuptools is a Python package build tool and distribution framework used to bundle code into distributable archives. It functions as a project metadata manager, allowing for the declarative definition of project identity, versioning, and dependencies. The toolkit distinguishes itself by providing an extension compiler for C and C++ source files and a plugin architecture that uses entry points to enable runtime discovery of functionality. It also supports development environment tooling, such as editable installs that link source code directly to the environment to allow immediate changes wit

    Generates wrapper scripts that ensure necessary dependencies and paths are loaded before executing command-line scripts.

    Python
    Voir sur GitHub↗2,809
  1. Home
  2. Development Tools & Productivity
  3. Installation Scripts
  4. Script-to-Executable Compilers
  5. Script Wrappers

Explorer les sous-tags

  • Host Interface BridgesScripts that bridge the execution of external applications or containers to a specific host UI. **Distinct from Script Wrappers:** Focuses on bridging to a host interface rather than general privilege escalation wrapping.
  • Test Execution WrappersUsing scripts to wrap test binaries for cross-compilation and target-specific environment support. **Distinct from Script Wrappers:** Distinct from Script Wrappers: specifically targets the wrapping of test binaries for environment and architecture compatibility.
  • Versioned Package Wrapper GeneratorsWrappers that run the correct locked package version directly without needing a command prefix. **Distinct from Script Wrappers:** Distinct from Script Wrappers: focuses on version-locking wrappers for package executables, not privilege escalation or execution sequencing.