
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
genv
Advanced tools
Genv is an open-source environment and cluster management system for GPUs.
Genv lets you easily control, configure, monitor and enforce the GPU resources that you are using in a GPU machine or cluster.
It is intendend to ease up the process of GPU allocation for data scientists without code changes 💪🏻
Check out the Genv documentation site for more details and the website for a higher-level overview of all features.
This project was highly inspired by pyenv and other version, package and environment management software like Conda, nvm, rbenv.

Plus, it's 100% free and gets installed before you can say Jack Robinson.
Ready to create an LLM playground for yourself and your teammates?
Genv integrates with Ollama for managing Large Language Models (LLMs). This allows users to efficiently run, manage, and utilize LLMs on GPUs within their clusters.
$ genv remote -H gpu-server-1, gpu-server-2 llm serve llama2 --gpus 1
Check out our documentation for more information.
Make sure that you are running on a GPU machine:
$ nvidia-smi
Tue Apr 4 11:17:31 2023
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 470.161.03 Driver Version: 470.161.03 CUDA Version: 11.4 |
|-------------------------------+----------------------+----------------------+
...
pip install genv
conda install -c conda-forge genv
$ genv status
Environment is not active
$ genv activate –-name my-env —-gpus 1
(genv:my-env)$ genv config gpu-memory 4g
(genv:my-env)$ genv status
Environment is active (22716)
Attached to GPUs at indices 0
Configuration
Name: my-env
Device count: 1
GPU memory capacity: 4g
Check out the Genv documentation site for more details.
| Integration with VSCode (Take me to the installation guide!) |
|---|
![]() |
| Integration with JupyterLab (Take me to the installation guide!) |
|---|
![]() |
A PyCharm integration is also in our roadmap so stay tuned!
We love connecting with our community, discussing best practices, discovering new tools, and exchanging ideas with makers about anything around making & AI infrastructure. So we created a space for all these conversations. Join our Discord server for:
The Genv software is Copyright 2022 [Run.ai Labs, Ltd.]. The software is licensed by Run.ai under the AGPLv3 license. Please note that Run.ai’s intention in licensing the software are that the obligations of licensee pursuant to the AGPLv3 license should be interpreted broadly. For example, Run.ai’s intention is that the terms “work based on the Program” in Section 0 of the AGPLv3 license, and “Corresponding Source” in Section 1 of the AGPLv3 license, should be interpreted as broadly as possible to the extent permitted under applicable law.
FAQs
GPU environment and cluster management
We found that genv demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.