awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Path Management Tools · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesPath Management Tools

Utilities that dynamically adjust system paths to prioritize project-specific binary versions.

Distinguishing note: Focuses on binary path manipulation for version isolation rather than general environment variable management.

Explore 1 awesome GitHub repository matching development tools & productivity · Path Management Tools. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Path Management Tools

Awesome Path Management Tools GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • jdx/mise

    jdx/mise

    24,745View on GitHub↗

    Mise is a development environment orchestrator that manages software runtimes, environment variables, and task execution. It functions as a version manager and task runner, providing a unified interface to synchronize project-specific configurations and dependencies across different machines. By automating the installation and switching of tools, it ensures that development environments remain consistent and reproducible. The project distinguishes itself through a hierarchical configuration system that automatically discovers settings by traversing the directory tree. It uses shim-based comma

    The development environment manager prioritizes project-specific tool versions by modifying the system path to ensure that commands execute the correct binaries defined within local configuration files.

    Rust
    24,745View on GitHub↗