Table of Contents

Download


Download the current pyLoad Version 0.4.9 from here.



Windows



pyload-win-v0.4.9.zip Download

The windows build has no dependencies and is portable. Just extract and start.



Ubuntu / Debian



pyload-v0.4.9-all.deb Download

Just install via Packagemanager or with command-line:

dpkg -i pyload-v0.4.9-all.deb


pyload-cli-v0.4.9-all.deb Download

This package comes without GUI and is suited for headless server.

dpkg -i pyload-cli-v0.4.9-all.deb



Archlinux



There is a pyLoad package located at the AUR. We suggest installing using yaourt.
yaourt -S pyload



ipkg_logo.jpg

IPKG



pyload-v0.4.9-noarch.ipk Download

If you own a router or NAS with IPKG installed you can use this package. pyLoad will be installed under /opt, please make sure that this is your IPKG installation folder.

ipkg install wget tesseract-ocr tesseract-ocr-lang-eng ossp-js unrar
wget http://get.pyload.org/static/pyload-v0.4.9-noarch.ipk
ipkg install pyload-v0.4.9-noarch.ipk
pyLoadCore -s [For setup, dont copy this message in brackets!]



Android Client



to market

You can get the Android client from the market.



Source Code - Platform Independent



pyload-src-v0.4.9.zip Download

The source code runs on every system with python and all dependencies installed, you can use it when there is no package for your OS. Before installing you should read some of the tutorials here.



Mercurial - HG



The sourcecode and the issue tracker of pyLoad are located on bitbucket. To work with the pyLoad repository you need to install hg (mercurial). To get a basic overview of how to use hg refer to using mercurial.

You can copy the hg repository with:

$ hg clone http://bitbucket.org/spoob/pyload/