Download
Usage via DUB
The recommended way to use vibe.d is now to use DUB to make vibe.d available to your projects.
Simply add "vibe-d" as a dependency to your project and DUB will automatically download the latest version (upgrading can be done by running dub upgrade). See the first steps for more details.
Current release version
This is the current official release version. Note that although this release is considered to be reasonable stable, it is still considered beta quality. If you stumble over any issue, please visit the issue tracker and see if it is a known problem or add an entry for it. We will try to fix all issues as fast as possible.
ZIP package
The ZIP package is suitable for all supported operating systems. Simply extract and install according to the install instructions.
If you are running a Debian or Arch based Linux distribution, you can use the packages below to benefit from an automated install process.
APT repository
For anyone using a Debian based Linux distribution, Jordi Sayol maintains a Debian repository for a number of D related packages including vibe.d and DMD. You can add the repository by following the instructions on the wiki.
You can then install vibe.d including all dependencies using:
$ apt-get install vibe
AUR package
The Arch User Repository contains a PKGBUILD for building a Packman package. To install, get the tarball from the package page and then build and install the package. Please test and vote if you are running Arch Linux.
Latest development version
You can download the latest development version directly from git. Note that this version, while containing the latest and greatest features, can also be especially unstable and might not even run. This version is only recommended for development and if you need a certain feature that is not contained in the current release version.
Note that you have to have the current D compiler installed to run the development snapshot.
Alternatively, you can also
$ git clone git://github.com/rejectedsoftware/vibe.d.git