Environment Management

Open-source projects categorized as Environment Management

Top 23 Environment Management Open-Source Projects

Environment Management
  1. pyenv

    Simple Python version management

    Project mention: The Ultimate Guide to a Smooth Dev Environment | dev.to | 2026-04-09

    Install runtimes for your programming languages (e.g., Python, Node.js) using package managers. Use version managers (e.g., pyenv, nvm) to handle multiple language versions across projects.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. Poetry

    Python packaging and dependency management made easy

    Project mention: Postmortem: AI Incident Classifier Failed Due to Biased Training Data and Scikit-Learn 1.5 | dev.to | 2026-05-05

    Use dependency pinning tools like Poetry (https://github.com/python-poetry/poetry) or pip-tools (https://github.com/jazzband/pip-tools) to lock all transitive dependencies, not just top-level ones. Before upgrading any ML library, audit the release notes for breaking changes to default parameters: Scikit-Learn maintains a detailed changelog at https://scikit-learn.org/stable/whats\_new.html. For critical pipelines, add a pre-commit hook that checks for unpinned dependencies or unrecognized default parameters. We reduced our dependency-related incidents by 92% after implementing this practice.

  4. Pipenv

    Python Development Workflow for Humans.

  5. rbenv

    Manage your app's Ruby environment

    Project mention: How to create a blog with GitLab Pages | dev.to | 2026-04-08

    # Install dependencies to run ruby sudo apt update && sudo apt install -y git curl build-essential libz-dev libffi-dev libssl-dev libyaml-dev # Clone rbenv and install it git clone https://github.com/rbenv/rbenv.git ~/.rbenv ~/.rbenv/bin/rbenv init source ~/.bashrc git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build

  6. hatch

    Modern, extensible Python project management

    Project mention: Build, Manage, and Ship Python Projects the Easy Way using Poetry | dev.to | 2025-11-24

    Hope you enjoyed this article. Sign up for my free newsletter TuringTalks.ai for more hands-on tutorials on AI. You can also visit my website.

  7. Autoenv

    Directory-based environments.

  8. RVM

    Ruby enVironment Manager (RVM)

  9. virtualenv

    Virtual Python Environment builder

    Project mention: Software Rot | news.ycombinator.com | 2025-08-06

    If you see a wart report it: https://github.com/pypa/virtualenv/issues/

  10. ruby-build

    A tool to download, compile, and install Ruby on Unix-like systems.

    Project mention: How to create a blog with GitLab Pages | dev.to | 2026-04-08

    # Install dependencies to run ruby sudo apt update && sudo apt install -y git curl build-essential libz-dev libffi-dev libssl-dev libyaml-dev # Clone rbenv and install it git clone https://github.com/rbenv/rbenv.git ~/.rbenv ~/.rbenv/bin/rbenv init source ~/.bashrc git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build

  11. chruby

    Changes the current Ruby

  12. ruby-install

    Installs Ruby, JRuby, TruffleRuby, or mruby

  13. Pew

    A tool to manage multiple virtual environments written in pure python

  14. rez

    An integrated package configuration, build and deployment system for software

  15. p

    :snake: Python Version Management Made Simple (by qw3rtman)

  16. Tokaido

    The home of the Tokaido app

  17. crenv

    :gem: Crystal version manager like rbenv.

  18. gem_home

    A tool for changing your $GEM_HOME

  19. asdf-crystal

    Crystal plugin for the asdf version manager [maintainer=@marciogm]

  20. branchbox

    Parallel, isolated dev environments for humans and AI coding agents. Real containers. Real databases. Zero collisions.

    Project mention: Show HN: BranchBox – isolated dev environments per feature | news.ycombinator.com | 2025-11-14
  21. fry

    Simple ruby version manager for fish

  22. rcm.cr

    Redis Cluster Manager in Crystal

  23. realm9

    Enterprise environment management platform with integrated observability and AI automation. Kubernetes-native, multi-cloud support for AWS, Azure, GCP.

    Project mention: Introducing Realm9: Solving Enterprise Environment Chaos with AI | dev.to | 2025-11-02

    realm9 - Main platform

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Environment Management discussion

Log in or Post with

Environment Management related posts

  • The lazy developer's code quality

    4 projects | dev.to | 30 Apr 2026
  • How to create a blog with GitLab Pages

    3 projects | dev.to | 8 Apr 2026
  • Setting Up a Robust Local DevX for Snowflake Python Development

    2 projects | dev.to | 27 Feb 2026
  • Secure MCP Development with Python and Gemini CLI

    3 projects | dev.to | 10 Feb 2026
  • Build a Free, Private “Chat with PDF” App in 70 Lines of Python

    2 projects | dev.to | 8 Dec 2025
  • Build, Manage, and Ship Python Projects the Easy Way using Poetry

    5 projects | dev.to | 24 Nov 2025
  • Run LangChain Locally in 15 Minutes (Without a Single API Key)

    2 projects | dev.to | 4 Nov 2025
  • A note from our sponsor - SaaSHub
    www.saashub.com | 17 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Environment Management projects? This list will help you:

# Project Stars
1 pyenv 44,879
2 Poetry 34,278
3 Pipenv 25,068
4 rbenv 16,711
5 hatch 7,182
6 Autoenv 6,033
7 RVM 5,193
8 virtualenv 5,037
9 ruby-build 3,972
10 chruby 2,915
11 ruby-install 1,969
12 Pew 1,162
13 rez 1,075
14 p 779
15 Tokaido 605
16 crenv 237
17 gem_home 117
18 asdf-crystal 77
19 branchbox 73
20 fry 62
21 rcm.cr 45
22 realm9 5
23 virtualenvwrapper -

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Shell is
the 8th most popular programming language
based on number of references?