awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

13 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • lewagon/dotfileslewagon 的头像

    lewagon/dotfiles

    21,766在 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
    在 GitHub 上查看↗21,766
  • rbenv/rbenvrbenv 的头像

    rbenv/rbenv

    16,710在 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
    在 GitHub 上查看↗16,710
  • zulko/moviepyZulko 的头像

    Zulko/moviepy

    14,699在 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
    在 GitHub 上查看↗14,699
  • o3de/o3deo3de 的头像

    o3de/o3de

    8,954在 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
    在 GitHub 上查看↗8,954
  • holman/dotfilesholman 的头像

    holman/dotfiles

    7,743在 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
    在 GitHub 上查看↗7,743
  • evilmartians/lefthookevilmartians 的头像

    evilmartians/lefthook

    7,598在 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
    在 GitHub 上查看↗7,598
  • jenv/jenvjenv 的头像

    jenv/jenv

    6,621在 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
    在 GitHub 上查看↗6,621
  • php-pm/php-pmphp-pm 的头像

    php-pm/php-pm

    6,555在 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
    在 GitHub 上查看↗6,555
  • zplug/zplugzplug 的头像

    zplug/zplug

    6,033在 GitHub 上查看↗

    zplug 是一个 Zsh Shell 插件管理器,旨在从远程存储库和本地路径安装和组织社区插件、主题和命令。它专注于通过版本化配置实现环境可重现性,允许将插件固定到特定的 Git 分支、标签或提交哈希。 该项目通过使用延迟加载系统来优化 Shell 启动速度,该系统将插件的执行推迟到明确需要时。为了加速初始环境设置,它采用并行安装程序同时下载多个扩展。 该管理器支持多源安装并处理扩展依赖关系解析,以确保所需的包以正确的顺序加载。它还包括下载外部二进制工件并自动将其映射到系统路径的功能,以及在安装和更新期间执行自定义生命周期钩子的功能。

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

    Shell
    在 GitHub 上查看↗6,033
  • spatie/browsershotspatie 的头像

    spatie/browsershot

    5,225在 GitHub 上查看↗

    Browsershot is a PHP library that serves as a Puppeteer browser wrapper to convert HTML and URLs into PDFs, images, or strings using a headless Chrome browser. It functions as a tool for transforming web content into visual media or extracting the final rendered DOM state of a page. The library enables the automation of browser rendering to generate PDFs and screenshots from web pages. It can retrieve the final rendered HTML markup after all client-side JavaScript execution is complete and can capture a full audit of network requests triggered during the page load process. The system include

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

    PHP
    在 GitHub 上查看↗5,225
  • kubernetes-sigs/controller-runtimekubernetes-sigs 的头像

    kubernetes-sigs/controller-runtime

    2,917在 GitHub 上查看↗

    该项目提供了一个用于构建 Kubernetes Operator 和自定义控制器的框架。它提供了一套旨在管理集群资源生命周期的库,使开发者能够通过事件驱动的协调循环将集群的实际状态与期望配置同步。 该框架的特色在于提供了一个由管理器编排的环境,可在单个进程内协调多个控制器和 Webhook。它内置了对乐观并发控制的支持以防止更新冲突,并利用内存中的 Informer 缓存来维护集群状态的同步本地视图,从而降低 API 服务器的负载。 除了核心协调功能外,该项目还包括用于基于模式的资源映射工具,允许注册自定义资源定义(CRD)。它还提供了准入控制机制,能够在数据持久化之前验证和变更资源请求以强制执行合规性。该框架包含一个专门的测试套件,可启动临时的、隔离的 API 服务器环境,以验证控制器逻辑是否符合实际集群行为。

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

    Gok8s-sig-api-machinery
    在 GitHub 上查看↗2,917
  • spatie/image-optimizerspatie 的头像

    spatie/image-optimizer

    2,873在 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
    在 GitHub 上查看↗2,873
  • webview/webview_denowebview 的头像

    webview/webview_deno

    1,596在 GitHub 上查看↗

    This project is a cross-platform library for building desktop applications using Deno. It enables developers to create software with web-based user interfaces by rendering HTML, CSS, and JavaScript within native desktop windows. The framework functions as a bridge between the web-based frontend and the host operating system. It provides a communication layer that allows for bidirectional data exchange and code execution between the interface and the underlying system. By integrating with native system event queues, the library maintains window responsiveness and manages the application lifecy

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

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

探索子标签

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