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
·

13 dépôts

Awesome GitHub RepositoriesBinary Path Configurations

Settings for defining the system search paths used to locate and execute binary tools.

Distinct from Binary Path Discovery: Focuses on the static configuration of the PATH environment variable rather than runtime detection of binaries.

Explore 13 awesome GitHub repositories matching software engineering & architecture · Binary Path Configurations. Refine with filters or upvote what's useful.

Awesome Binary Path Configurations 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.
  • lewagon/dotfilesAvatar de lewagon

    lewagon/dotfiles

    21,766Voir sur GitHub↗

    This is a Unix dotfiles repository that provides a central store of configuration files to synchronize application settings and environment variables across different systems. It functions as a standardized development environment setup, offering a consistent profile for code editors, debuggers, and language runtimes across multiple machines. The repository includes specific configuration profiles for shell environments, Git identity and commit authorship, and SSH agent automation for secure credential management. It manages the loading of identity files and integrates system keychains to aut

    Configures system paths to allow seamless execution of command line tools from any location.

    Shell
    Voir sur GitHub↗21,766
  • rbenv/rbenvAvatar de rbenv

    rbenv/rbenv

    16,710Voir sur GitHub↗

    rbenv is a Ruby version manager and shell environment manager designed to install, switch between, and manage multiple versions of the Ruby programming language. It functions as a project runtime isolator and an extensible versioning framework that ensures the correct Ruby binaries are executed based on the current context. The system uses a shim-based command interception model to resolve the active version before delegating execution to the binary. It allows for locking specific Ruby versions and environment variables to individual directories, ensuring project environment isolation. The ar

    Adjusts shims and paths to run project-specific binaries without using a prefix command.

    Shellbashrubyruby-installation
    Voir sur GitHub↗16,710
  • zulko/moviepyAvatar de Zulko

    Zulko/moviepy

    14,699Voir sur GitHub↗

    MoviePy is a Python video editing library and automated video processor designed for programmatically cutting, concatenating, and manipulating video and audio files. It serves as a non-linear video editor and an interface for FFmpeg to handle the reading, writing, and conversion of diverse media formats and codecs. The library enables automated video composition through the layering of multiple video and audio streams using transparency and coordinate-based positioning. It supports dynamic content generation by inserting text overlays and performing custom video frame processing where raw fra

    Allows users to define custom file paths for external media processing binaries via environment variables.

    Pythonanimationgifhacktoberfest
    Voir sur GitHub↗14,699
  • o3de/o3deAvatar de o3de

    o3de/o3de

    8,954Voir sur GitHub↗

    This project is an open-source 3D game engine designed for building high-fidelity games, simulations, and cinematic environments. It functions as a robotics simulation platform with native integration for ROS 2 to model robot controllers and sensors. The engine features a multi-threaded Forward+ physically based renderer that supports hardware-accelerated ray tracing and global illumination. The system is built on a modular extension architecture using Gems to add or replace features without modifying core binaries. It includes a native SDK for AWS cloud integration, enabling IAM authenticati

    Maps engine installations to a central manifest so projects can locate necessary binaries regardless of their location.

    C++3d-graphics3d-graphics-engineanimation
    Voir sur GitHub↗8,954
  • holman/dotfilesAvatar de holman

    holman/dotfiles

    7,743Voir sur GitHub↗

    This project is a shell configuration manager and Unix environment automator designed to organize shell settings and environment variables. It functions as a symlink-based dotfile deployer that maps versioned configuration files to the home directory to maintain a consistent system environment across different machines. The system employs a topic-based configuration loading model, grouping shell settings and environment scripts into discrete directories that load sequentially into the active shell. It further automates the setup of the command line interface by managing system paths and ensur

    Manages custom scripts and binaries from specific directories to ensure global availability within the system path.

    Shell
    Voir sur GitHub↗7,743
  • evilmartians/lefthookAvatar de evilmartians

    evilmartians/lefthook

    7,598Voir sur GitHub↗

    Lefthook is a Git hook manager and workflow automation tool designed to execute user-defined scripts during version control events. It automates the execution of linters, tests, and formatters to validate changes and maintain code quality before commits or pushes. The project distinguishes itself through a parallel execution model that runs multiple shell commands concurrently to reduce latency. It supports complex configuration management, including the ability to merge global, remote, and local settings and synchronize configurations from external repositories to standardize development env

    Allows specifying a custom installation path to resolve conflicts between different binary versions.

    Gogitgogolang
    Voir sur GitHub↗7,598
  • jenv/jenvAvatar de jenv

    jenv/jenv

    6,621Voir sur GitHub↗

    Manage your Java environment

    Checks whether the Java binary in the PATH matches the version switcher and flags mismatches that break environment consistency.

    Shell
    Voir sur GitHub↗6,621
  • php-pm/php-pmAvatar de php-pm

    php-pm/php-pm

    6,555Voir sur GitHub↗

    This project is a PHP application server and process manager designed to reduce request latency by keeping applications resident in memory. It functions as a load balancer that distributes incoming network requests across a pool of worker processes, eliminating the overhead of repetitive bootstrapping. The server routes network requests directly into application framework kernels, bypassing traditional web server layers. It includes a built-in mechanism for delivering static assets directly to clients and supports hot reloading by monitoring source files for changes and automatically restarti

    Allows specifying the exact path of the PHP executable to ensure worker processes launch across different operating systems.

    PHP
    Voir sur GitHub↗6,555
  • zplug/zplugAvatar de zplug

    zplug/zplug

    6,033Voir sur GitHub↗

    zplug est un gestionnaire de plugins pour le shell Zsh conçu pour installer et organiser des plugins, thèmes et commandes communautaires à partir de dépôts distants et de chemins locaux. Il se concentre sur la reproductibilité de l'environnement via une configuration versionnée, permettant aux plugins d'être épinglés à des branches git, tags ou hashs de commit spécifiques. Le projet optimise la vitesse de démarrage du shell en utilisant un système de chargement paresseux (lazy loading) qui diffère l'exécution des plugins jusqu'à ce qu'ils soient explicitement requis. Pour accélérer la configuration initiale de l'environnement, il emploie un installateur parallèle qui télécharge plusieurs extensions simultanément. Le gestionnaire prend en charge l'installation multi-source et gère la résolution des dépendances d'extensions pour garantir que les paquets requis sont chargés dans le bon ordre. Il inclut également des capacités pour télécharger des artefacts binaires externes et les mapper automatiquement au chemin système, ainsi que pour exécuter des hooks de cycle de vie personnalisés lors de l'installation et des mises à jour.

    Downloads external binary artifacts and automatically appends their directories to the system path for immediate use.

    Shell
    Voir sur GitHub↗6,033
  • spatie/browsershotAvatar de spatie

    spatie/browsershot

    5,225Voir sur GitHub↗

    Browsershot est une bibliothèque PHP qui sert de wrapper de navigateur Puppeteer pour convertir du HTML et des URL en PDF, images ou chaînes de caractères en utilisant un navigateur Chrome headless. Il fonctionne comme un outil pour transformer du contenu web en média visuel ou extraire l'état DOM final rendu d'une page. La bibliothèque permet l'automatisation du rendu de navigateur pour générer des PDF et des captures d'écran à partir de pages web. Elle peut récupérer le balisage HTML rendu final après l'exécution complète de tout JavaScript côté client et peut capturer un audit complet des requêtes réseau déclenchées pendant le processus de chargement de la page. Le système inclut des contrôles pour l'orchestration de navigateur, incluant la capacité de configurer les chemins des binaires, les variables d'environnement et les drapeaux de ligne de commande. Il utilise le protocole Chrome DevTools pour manipuler l'état du navigateur et gérer le timing de l'extraction des données.

    Provides configuration for defining the system paths used to locate the Chrome browser executable.

    PHP
    Voir sur GitHub↗5,225
  • kubernetes-sigs/controller-runtimeAvatar de kubernetes-sigs

    kubernetes-sigs/controller-runtime

    2,917Voir sur GitHub↗

    Ce projet fournit un framework pour construire des opérateurs Kubernetes et des contrôleurs personnalisés. Il offre un ensemble de bibliothèques conçues pour gérer le cycle de vie des ressources de cluster, permettant aux développeurs de synchroniser l'état réel d'un cluster avec une configuration souhaitée via des boucles de réconciliation pilotées par les événements. Le framework se distingue en fournissant un environnement orchestré par gestionnaire qui coordonne plusieurs contrôleurs et webhooks au sein d'un seul processus. Il inclut un support intégré pour le contrôle de concurrence optimiste afin d'éviter les conflits de mise à jour et utilise la mise en cache en mémoire des informateurs pour maintenir une vue locale synchronisée de l'état du cluster, ce qui réduit la charge sur le serveur API. Au-delà de la réconciliation de base, le projet inclut des outils pour le mappage de ressources basé sur schéma, permettant l'enregistrement de définitions de ressources personnalisées. Il fournit également des mécanismes pour le contrôle d'admission, permettant la validation et la mutation des requêtes de ressources pour appliquer la conformité avant que les données ne soient persistées. Le framework inclut une suite de test dédiée qui lance des environnements de serveur API éphémères et isolés pour valider la logique du contrôleur par rapport au comportement réel du cluster.

    Overrides default download locations to use local paths or custom internal indexes for restricted network environments.

    Gok8s-sig-api-machinery
    Voir sur GitHub↗2,917
  • spatie/image-optimizerAvatar de spatie

    spatie/image-optimizer

    2,873Voir sur GitHub↗

    This project is a PHP library designed to automate image compression by orchestrating external command-line binaries. It provides a unified interface for managing the execution, configuration, and error handling of system-level tools, allowing developers to integrate image optimization directly into server-side application workflows or automated build pipelines. The library distinguishes itself through its ability to chain multiple independent processing tools into a single, sequential workflow. By defining custom optimization sequences and configuring specific command-line arguments, users c

    Allows defining exact file paths for system-level processing tools.

    PHPgifimagejpeg
    Voir sur GitHub↗2,873
  • webview/webview_denoAvatar de webview

    webview/webview_deno

    1,596Voir sur GitHub↗

    Ce projet est une bibliothèque multiplateforme pour construire des applications de bureau utilisant Deno. Elle permet aux développeurs de créer des logiciels avec des interfaces utilisateur basées sur le web en rendant HTML, CSS et JavaScript au sein de fenêtres de bureau natives. Le framework fonctionne comme un pont entre le frontend basé sur le web et le système d'exploitation hôte. Il fournit une couche de communication qui permet l'échange de données bidirectionnel et l'exécution de code entre l'interface et le système sous-jacent. En s'intégrant aux files d'attente d'événements système natives, la bibliothèque maintient la réactivité de la fenêtre et gère le cycle de vie de l'application sur Windows, macOS et Linux. L'architecture repose sur des interfaces de fonctions étrangères et une liaison binaire dynamique pour exécuter des opérations au niveau du système. Les développeurs peuvent configurer des actifs binaires pour utiliser des bibliothèques personnalisées ou pré-construites, remplaçant les sources distantes par défaut pour répondre aux exigences de déploiement spécifiques.

    Allows developers to specify local paths for library assets to override default remote download locations.

    TypeScriptdenodeno-bindingsdeno-module
    Voir sur GitHub↗1,596
  1. Home
  2. Software Engineering & Architecture
  3. Dynamic Path Configuration
  4. Binary Path Discovery
  5. Binary Path Configurations

Explorer les sous-tags

  • Automatic Path MappingAutomatically appending directories containing downloaded binaries to the system PATH variable. **Distinct from Binary Path Configurations:** Focuses on the automation of appending to the path after binary retrieval, rather than static configuration.
  • Binary Availability ManagementEnsuring custom scripts and binaries are correctly placed and mapped within the system path for global use. **Distinct from Binary Path Configurations:** Focuses on the accessibility and organization of custom binaries rather than just static path configuration.
  • Binary PATH MappingsAutomatic addition of downloaded binary artifact directories to the system search path. **Distinct from Binary Path Configurations:** Focuses on the automated mapping of downloaded binaries to the PATH variable, rather than static path configuration.
  • Binary Source OverridesConfiguration settings that redirect binary download locations to local paths or custom indexes. **Distinct from Binary Path Configurations:** Distinct from Binary Path Configurations: focuses on overriding the source/download location rather than just the system search path.
  • Binstub ConfigurationsConfiguring paths to allow project-specific binaries (binstubs) to be executed without prefix commands. **Distinct from Binary Path Configurations:** Distinct from Binary Path Configurations by focusing on project-local executable wrappers (binstubs) rather than global system PATH settings.
  • Java Path DiagnosticsChecks whether the Java binary in the PATH matches the version switcher and flags mismatches. **Distinct from Binary Path Configurations:** Distinct from Binary Path Configurations: focuses on diagnosing mismatches between the PATH and version switcher, not static path configuration.
  • Library Asset OverridesSettings for specifying custom local paths for native library assets to override default remote sources. **Distinct from Binary Path Configurations:** Distinct from Binary Path Configurations: focuses on overriding specific library asset locations for deployment rather than general system PATH discovery.