Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 563 Bytes

installation.md

File metadata and controls

29 lines (19 loc) · 563 Bytes

Installation

DevBox can be installed via Homebrew, downloaded as a binary, or built from source.

Via Homebrew

brew tap pilat/devbox
brew install devbox

From Binary Releases

  1. Download the appropriate binary for your system from the Releases Page
  2. Make the binary executable and add it to your PATH

System Requirements

  • Docker Engine 20.10.0 or later
  • Docker Compose V2
  • Git 2.28 or later

Verifying Installation

Verify your installation by running:

devbox --version