Download
Starting with qooxdoo 0.8 (not released yet!) there is a single package to download that contains everything you need to get started with qooxdoo.
If you still need to work with the latest stable qooxdoo (currently 0.7.3), please download one of the various stable 0.7.x packages.
Source Development Kit (SDK)
The SDK contains the entire framework including all source files. The API viewer is pre-generated and runs out-of-the-box. In order to use the powerful tool chain, which is indispensable for developing and deploying your apps, certain requirements have to be met. After download and unzipping the archive, please see the top-level readme.txt for further information.
Code Repository (SVN)
As a true open source project qooxdoo uses public SVN repositories. You can monitor code changes at any time and you are welcome to contribute. You can checkout the latest code directly from the repository. Please note, that such a development snapshot often is not stable and may not qualify for production use.
Optional Backends (RPC)
Developing a qooxdoo application does not require a server. Of course, for the actual deployment of your final app you would use some kind of HTTP-aware backend. Remote Procedure Calls (RPC) allow for a very elegant client-server communication. There are several qooxdoo RPC servers available for Java, PHP, Perl and Python that you might want to integrate with your backend.
