Mindquarry's commercial offerings end

Much to our regret, we must inform you that the company Mindquarry will stop providing commercial services and products. We could not convince our investor to keep financing our endeavour.
Read more...

Source Code for Open Source Collaboration Server

Free Download

The Mindquarry source code of released versions is available for free download. Once downloaded, you are free to copy, modify and re-distribute the program and its source code.

Subversion (SVN)

The Mindquarry source code is hosted on a Subversion (SVN) server to allow for software development with change control. If you have no idea what Subversion is, the Subversion documentation is available online. For most people the guided tour will teach you the necessary basics.

Mindquarry Server

You can view the Mindquarry Server source code online

You can check out Mindquarry's source code from two types of locations:

Branches

This is where the code of the different releases resides. You can check out a specific branch with

svn co https://www.mindquarry.org/repos/mindquarry-collaboration-server/branches/[add name of branch here] mindquarry-server

This command will put all of the source code into the directory mindquarry-server.

Trunk

This is where the current development takes place. This allows you to see all new features currently in development, and to contribute in development. Naturally you will also see new bugs. Get it via

svn co https://www.mindquarry.org/repos/mindquarry-collaboration-server/trunk/ mindquarry-server

Learn how to build and develop Mindquarry Server.

Mindquarry Client

You can browse the Mindquarry Client source code online

If you'd like to checkout code for Mindquarry Client for Windows, Linux or Mac, proceed as explained above, but use the paths defined below: 

Branches

svn co https://www.mindquarry.org/repos/mindquarry-desktop-tools/tags/[add name of branch here] mindquarry-client

Trunk

svn co https://www.mindquarry.org/repos/mindquarry-desktop-tools/trunk/ mindquarry-client