AI Tools / AI products & services
Devbox is an open-source command-line tool from Jetpack that creates isolated, reproducible development environments using Nix. A project's devbox.json declares its required tools and versions, which become available through the devbox shell command, reducing conflicts between projects; it can also be used as the shell environment for tools such as Claude Code.
Runs Claude Code inside a devbox shell for an agent profile.
Devbox provides isolated development environments for projects. A project’s devbox.json specifies its required tools, which become available when running devbox shell, avoiding conflicts between tool versions across projects.