aicoolies logo
devenv logo
devenv logo

devenv

Nix-powered reproducible development environments

open sourceupdated Apr 21, 2026

devenv uses Nix to create reproducible, declarative development environments that work consistently across machines. Define project dependencies, services, environment variables, and pre/post hooks in a single devenv.nix file. Supports automatic shell activation, process management for databases and services, and integration with direnv for seamless directory-based environment switching.

devenv solves the persistent problem of development environment inconsistency by using the Nix package manager to create isolated, reproducible environments defined in code. A single devenv.nix file specifies every dependency a project needs: programming language runtimes, build tools, databases, system libraries, and development utilities. When a developer enters the project directory, devenv provisions the exact versions of all dependencies without polluting the global system or conflicting with other projects.

The process management system starts supporting services alongside the development environment. PostgreSQL, Redis, Elasticsearch, and other services spin up automatically when the environment activates, configured specifically for the project's needs. This eliminates the Docker Compose overhead for simple service dependencies while maintaining reproducibility. Pre-commit hooks, test runners, and custom scripts integrate through the same configuration file.

devenv builds on Nix's massive package repository of over 100,000 packages, providing access to virtually any development tool without manual installation or version management. The integration with direnv enables automatic environment activation when entering project directories and deactivation when leaving, making the workflow transparent. Despite Nix's reputation for complexity, devenv provides a simplified configuration interface that makes reproducible development environments accessible to teams without Nix expertise.

Pricing

Free and open-source

Platforms

Linux, macOS, WSL2, Nix package manager

Categories

Tags

Use Cases

Related Tools

computed discovery: shared active categories · kept separate from editor-verified Alternatives

KTransformers parent kvcache-ai logo

KTransformers

Heterogeneous CPU-GPU inference and SFT for large MoE models

Open-source framework for running and fine-tuning large Mixture-of-Experts models with heterogeneous CPU-GPU execution, optimized kernels, limited VRAM and SGLang or LLaMA-Factory integrations.

Open Source
vLLM Production Stack parent vLLM logo

vLLM Production Stack

Official Kubernetes and Helm reference stack built on the vLLM inference engine

Official vLLM reference implementation for scaling the existing inference engine on Kubernetes with Helm, request routing, KV-cache offload, autoscaling and Prometheus/Grafana observability.

Open Source
Dynamo logo

NVIDIA Dynamo

Distributed inference orchestration above vLLM, SGLang and TensorRT-LLM

Open-source, datacenter-scale orchestration layer that coordinates vLLM, SGLang and TensorRT-LLM across nodes with disaggregated serving, KV-aware routing, multi-tier cache management and automatic scaling.

Open Source
GPUStack logo

GPUStack

Open-source GPU control plane for scalable AI model serving

Open-source GPU cluster manager that configures vLLM, SGLang, TensorRT-LLM or custom engines, serves models through compatible APIs, and provisions SSH-accessible GPU instances across on-premises, Kubernetes and cloud environments.

Open Source
Mooncake logo

Mooncake

Disaggregated KV cache storage and transfer for LLM serving

Open-source infrastructure for disaggregated LLM serving that pools KV caches across prefill and decode workers, with high-performance transfer, distributed storage and integrations for vLLM and SGLang.

Open Source
LMCache logo

LMCache

Reusable KV cache infrastructure for scalable LLM inference

Open-source KV cache management layer that persists, offloads and reuses model key-value caches across requests and serving engines to reduce repeated prefill work and improve inference throughput.

Open Source

FAQ

What is devenv?

devenv uses Nix to create reproducible, declarative development environments that work consistently across machines. Define project dependencies, services, environment variables, and pre/post hooks in a single devenv.nix file. Supports automatic shell activation, process management for databases and services, and integration with direnv for seamless directory-based environment switching.

Is devenv free?

Yes — devenv is open source and free to use. Free and open-source

Is devenv open source?

Yes — devenv is open source.

What are the best devenv alternatives?

The top editor-verified devenv alternatives are OrbStack, Chezmoi.