#43 · Primary category: AI DevOps & SRE Tools
envd
🏕️ Reproducible development environment for humans and agents
Project last updated:07/25/26
GitHub Stars
2.2K
Forks
168
Contributors
67
License
Apache-2.0
Why we included this project
Hand-maintaining Dockerfiles and CUDA/Python dependency scripts gets old fast, and envd offers a different route. Instead of writing brittle container instructions, you declare the packages and tooling you want in a build.envd file and run envd up. It builds an isolated, OCI-compatible environment that takes care of conda, Python packages, shells, and Jupyter setup. Because it leans on BuildKit for caching and remote builds, recreating an environment is quicker and wastes less than a fresh Docker build. The same environment runs locally or can be pushed to a registry and pulled into Kubernetes, which helps teams keep setups consistent across laptops and shared infra. This is a developer-experience tool for reproducible ML environments, not a training or serving framework; reach for it when environment drift is the pain point.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
harness
Harness Open Source is an end-to-end developer platform with Source Control Management, CI/CD Pipelines, Hosted Developer Environments, and Artifact Registries.
nx
The Monorepo Platform that amplifies both developers and AI agents. Nx optimizes your builds, scales your CI, and fixes failed PRs automatically. Ship in half the time.
jenkins
Jenkins automation server
awx
AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
dagger
Automation engine to build, test and ship any codebase. Runs locally, in CI, or directly in the cloud