Play source code and bug report

The play source code is released under the Apache 2 licence. We're using launchpad as a development platform. Feel free to register and start hacking with us.

The ticket tracker

Bug reports are incredibly helpful, so take time to report bugs and request features in our ticket tracker. We’re always grateful for patches to Play’s code. Indeed, bug reports with attached patches will get fixed far quickly than those without any. Here is the status of our open bugs.

You can browse tickets or submit a new one.

 

Source code for the main 1.0 branch

This branch hosts the source code for the the Play 1.0 serie. These versions are ready for production and the branch is in maintenance mode. The latest official version is the play 1.0.1. The next release will be play 1.0.2.

This branch is hosted by launchpad, you can browse the source code. To fork this branch, you need to install a Bazaar client, and run:

# bzr branch lp:play

There is also a git mirror of this branch, hosted by github.

 

Source code for the unstable 1.1 branch

This branch host the source code for the the Play 1.1 serie. We're still in development but if you'd like to try out some of the new experimental features or help track down bugs, feel free to download it and give it a try. The next release will be play 1.1.

The Play 1.1 release will provide support for the Scala progamming language.

This branch is hosted by launchpad, browse the source code. Feel free to fork this branch. You need to install a Bazaar client, and run:

# bzr branch lp:play/1.1

There is also a git mirror of this branch, hosted by github.

 

Get binary packages

You can download binary packages at the http://download.playframework.org page. This include all releases and nightly builds as well. You can check the result of our continuous integration server at http://integration.playframework.org.