Source code

There are a number of repositories associated with QMachine, and they are all being transferred to the QMachine organization on GitHub.

Browser client

The source code for the browser client is available at https://github.com/qmachine/qm-browser-client.

Main project

The main project repository is the best place to start with development. It is structured as a superproject, which means that cloning it requires cloning its submodules, too:

$ git clone --recursive https://github.com/qmachine/qmachine.git

There are also “mirrors” available at Bitbucket, CodePlex, GitLab, and SourceForge. The repositories at Gitorious and Google Code will no longer be updated because those hosting services are being shut down.

Node.js

The source code for the Node.js module is available at https://github.com/qmachine/qm-nodejs.

Python

The source code for a very incomplete Python package is available at https://github.com/qmachine/qmachine-python.

R

The source code for an experimental R package is available at https://github.com/qmachine/qm-r.

Ruby

The source code for the Ruby gem is available at https://github.com/qmachine/qm-ruby.