--- layout: getting_started title: Getting Started --- # Getting Started with Vagrant Vagrant uses [Sun's VirtualBox](http://www.virtualbox.org) to build configurable, lightweight, and portable virtual machines dynamically. The first couple pages serve to introduce you to Vagrant and what it has to offer while the rest of the guide is a technical walkthrough for building a fully functional Ruby on Rails development environment. The getting started guide concludes by explaining how to package the newly created vagrant environment so other developers can get up and running in just a couple commands. ## Get VirtualBox Vagrant depends on [Sun's VirtualBox](http://www.virtualbox.org) to create all of it's virtual environments. VirtualBox is a general-purpose full virtualizer for x86 hardware. Targeted at server, desktop and embedded use, it is now the only professional-quality virtualization solution that is also Open Source Software. VirtualBox runs on **Windows**, **Mac OS X**, **Linux**, and **Solaris**. Here is a link directly to the [download page](http://www.virtualbox.org/wiki/Downloads).
Vagrant requires at least version 3.1 of VirtualBox. If your package manager is still stuck on version 3.0 or lower, then download the 3.1 installation package from the official VirtualBox download page.