Prerequisites
- Nix Package Manager
Installation Script
Run the following install script to install the latest version of Devbox:OS-Specific Notes
- Linux
- MacOS
- Windows/WSL2
- NixOS/Nixpkg
- Nix Flake
Run the install script as a non-root user.Devbox will install Nix in single-user mode for Linux if not already present.
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