Download

The latest version of the Dradis package is 2.9.0:

It is advised to check the sha256 checksum of the downloaded files.

If you are running Windows and have Metasploit already installed, you may want to look into the Running Dradis inside Metasploit's Cygwin tutorial.

Dependencies

Dradis is written in ruby, an interpreted language. The Windows installer will setup the dependencies for you. Linux users check the install and setup page for further instructions. In a nutshell the dependencies are:

  • A Ruby interpreter:
    sudo apt-get install ruby irb rdoc ruby1.8-dev libopenssl-ruby rubygems
  • SQLite3 libraries:
    sudo apt-get install libsqlite3-0 libsqlite3-dev
  • The Ruby Bundler gem:
    sudo gem install bundler
  • Reset the environment (uses Bundler to chek for missing libraries):
    # in Windows
    reset.bat
    # in *NIX
    reset.sh
  • And run Dradis:
    # in Windows
    server.bat
    # in *NIX
    start.sh

Previous releases

Older versions of the Dradis package can be found in the download section of the project's page at SourceForge: sourceforge.net/projects/dradis/.