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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

13 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • lewagon/dotfilesAvatar lewagon

    lewagon/dotfiles

    21,766Vezi pe 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
    Vezi pe GitHub↗21,766
  • rbenv/rbenvAvatar rbenv

    rbenv/rbenv

    16,710Vezi pe 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
    Vezi pe GitHub↗16,710
  • zulko/moviepyAvatar Zulko

    Zulko/moviepy

    14,699Vezi pe 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
    Vezi pe GitHub↗14,699
  • o3de/o3deAvatar o3de

    o3de/o3de

    8,954Vezi pe 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
    Vezi pe GitHub↗8,954
  • holman/dotfilesAvatar holman

    holman/dotfiles

    7,743Vezi pe 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
    Vezi pe GitHub↗7,743
  • evilmartians/lefthookAvatar evilmartians

    evilmartians/lefthook

    7,598Vezi pe 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
    Vezi pe GitHub↗7,598
  • jenv/jenvAvatar jenv

    jenv/jenv

    6,621Vezi pe 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
    Vezi pe GitHub↗6,621
  • php-pm/php-pmAvatar php-pm

    php-pm/php-pm

    6,555Vezi pe 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
    Vezi pe GitHub↗6,555
  • zplug/zplugAvatar zplug

    zplug/zplug

    6,033Vezi pe GitHub↗

    zplug is a plugin manager for the Zsh shell designed to install and organize community plugins, themes, and commands from remote repositories and local paths. It focuses on environment reproducibility through versioned configuration, allowing plugins to be pinned to specific git branches, tags, or commit hashes. The project optimizes shell startup speed by using a lazy loading system that defers the execution of plugins until they are explicitly required. To accelerate initial environment setup, it employs a parallel installer that downloads multiple extensions concurrently. The manager supp

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

    Shell
    Vezi pe GitHub↗6,033
  • spatie/browsershotAvatar spatie

    spatie/browsershot

    5,225Vezi pe GitHub↗

    Browsershot este o bibliotecă PHP care servește drept wrapper pentru browserul Puppeteer pentru a converti HTML și URL-uri în PDF-uri, imagini sau șiruri de caractere folosind un browser Chrome headless. Funcționează ca un instrument pentru transformarea conținutului web în media vizuală sau extragerea stării finale redate a DOM-ului unei pagini. Biblioteca permite automatizarea randării browserului pentru a genera PDF-uri și capturi de ecran din pagini web. Poate prelua markup-ul HTML final redat după ce toată execuția JavaScript de pe partea clientului este completă și poate captura un audit complet al cererilor de rețea declanșate în timpul procesului de încărcare a paginii. Sistemul include controale pentru orchestrarea browserului, inclusiv abilitatea de a configura căile binare, variabilele de mediu și flag-urile de linie de comandă. Utilizează protocolul Chrome DevTools pentru a manipula starea browserului și a gestiona sincronizarea extragerii datelor.

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

    PHP
    Vezi pe GitHub↗5,225
  • kubernetes-sigs/controller-runtimeAvatar kubernetes-sigs

    kubernetes-sigs/controller-runtime

    2,917Vezi pe GitHub↗

    Acest proiect oferă un framework pentru construirea de operatori Kubernetes și controllere personalizate. Oferă un set de biblioteci concepute pentru a gestiona ciclul de viață al resurselor de cluster, permițând dezvoltatorilor să sincronizeze starea reală a unui cluster cu o configurație dorită prin bucle de reconciliere bazate pe evenimente. Framework-ul se distinge prin oferirea unui mediu orchestrat de manager care coordonează mai multe controllere și webhook-uri într-un singur proces. Include suport încorporat pentru controlul concurenței optimiste pentru a preveni conflictele de actualizare și utilizează caching-ul de tip informer în memorie pentru a menține o vedere locală sincronizată a stării clusterului, ceea ce reduce sarcina pe API server. Dincolo de reconcilierea de bază, proiectul include instrumente pentru maparea resurselor bazată pe schemă, permițând înregistrarea definițiilor de resurse personalizate. De asemenea, oferă mecanisme pentru controlul admiterii, permițând validarea și mutarea cererilor de resurse pentru a impune conformitatea înainte ca datele să fie persistate. Framework-ul include o suită de testare dedicată care pornește medii de API server efemere și izolate pentru a valida logica controller-ului împotriva comportamentului real al clusterului.

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

    Gok8s-sig-api-machinery
    Vezi pe GitHub↗2,917
  • spatie/image-optimizerAvatar spatie

    spatie/image-optimizer

    2,873Vezi pe 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
    Vezi pe GitHub↗2,873
  • webview/webview_denoAvatar webview

    webview/webview_deno

    1,596Vezi pe GitHub↗

    Acest proiect este o bibliotecă cross-platform pentru construirea aplicațiilor desktop folosind Deno. Permite dezvoltatorilor să creeze software cu interfețe utilizator bazate pe web prin randarea HTML, CSS și JavaScript în ferestre desktop native. Framework-ul funcționează ca o punte între frontend-ul bazat pe web și sistemul de operare gazdă. Oferă un strat de comunicare care permite schimbul bidirecțional de date și execuția de cod între interfață și sistemul subiacent. Prin integrarea cu cozile de evenimente native ale sistemului, biblioteca menține receptivitatea ferestrei și gestionează ciclul de viață al aplicației pe Windows, macOS și Linux. Arhitectura se bazează pe interfețe de funcții străine (foreign function interfaces) și link-area binară dinamică pentru a executa operațiuni la nivel de sistem. Dezvoltatorii pot configura activele binare pentru a utiliza biblioteci personalizate sau pre-construite, suprascriind sursele externe implicite pentru a se potrivi cerințelor specifice de deployment.

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

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

Explorează sub-etichetele

  • 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.