Source code is licenced under the Apache 2.0 licence and is published at GitHub.  To download a copy of the source a basic understanding of the Git source control system is recommended but you can download a zip or tarball. Check out the help at GitHub. We recommdend  SmartGit  (be sure to select Non-Commercial  use only) as our client of choice.

If you want to keep up on the development side be sure to follow @streamdesk_dev on twitter.

Windows

Mac

Contribute

As StreamDesk is an Open Source Project, we would love to see your contributions and bugfixes. There are 2 ways you can submit code contributions to us

  1. GitHub's Pull Request Feature: This is the recommended way for you to send your contributions. This way we can collaborate using GitHub's Collaboration tools and after its all good easily merge into our repo. For more information visit http://help.github.com/send-pull-requests/.
  2. git bundle: We accept git bundles as a way to give us your commit history if you don't want to use GitHub. for more information on Git Bundles see http://www.kernel.org/pub/software/scm/git/docs/git-bundle.html. Email Git Bundles to mmanley+gitbundles@nasutek.com

Back to top