Install Devbox
Select your OS below for the steps to install Devbox.- Linux
- MacOS
- Windows/WSL2
- NixOS/Nixpkg
- Nix Flake
Run the following install script as a non-root user to install the latest version of Devbox:Devbox requires the Nix Package Manager. If Nix is not detected
when running a command, Devbox will install it for you in single-user mode for Linux. Don’t worry:
You can use Devbox without needing to learn the Nix Language.If you would like to install Nix yourself, we recommend the
Determinate Nix Installer.
Updating Devbox
Devbox will notify you when a new version is available. To update to the latest released version of Devbox, you can rundevbox version update.
If you installed Devbox with Nix, you can update Devbox via Nix using nix-env -u devbox, or
nix profile upgrade.
You can find release notes and details on the
Releases page of the Devbox Github repo.
Rolling Back or Pinning a Specific Version of Devbox
You can rollback or pin the version of Devbox on your system using theDEVBOX_USE_VERSION
environment variable. For example, to use version 0.8.0:
Next Steps
- Getting Started: Learn how to create a dev environment with Devbox
- Devbox Global: Learn how to use the devbox as a global package manager