Releases
- Review Board 1.5 RC 1 [Release Notes]
- RBTools 0.2 [Release Notes]
New Review Board releases are downloaded and installed automatically through our installer. See the Administration Guide for instructions.
All releases can be manually downloaded from our releases directory.
Nightly Builds
If you want to use the latest and greatest in-development builds of Review Board, you can install our nightly builds, generated at around midnight Pacific Standard Time. See the Administration Guide for instructions.
Note that these builds can be unstable, so use at your own risk. We do try to keep them as bug-free as possible, though.
Nightlies can be manually downloaded from our nightlies directory.
Bleeding Edge (Git)
Review Board's Git tree can be checked out by typing the following on the command line:
$ git clone git://github.com/reviewboard/reviewboard.git
You will also need a bleeding edge install of Djblets, which you can get by typing the following:
$ git clone git://github.com/djblets/djblets.git
You can view the various Review Board repositories at the official Review Board GitHub page.
For more information, including installation and contribution instructions, see the Code Base Documentation.