{{keywords>pyload win mac linux sourcecode}}
====== Download ======
\\
Download the current pyLoad Version 0.4.9 from here.
\\ \\
{{:logo:windows_logo.png?nolink}}
==== Windows ====
----
\\
pyload-win-v0.4.9.zip
Download
The windows build has no dependencies and is portable. Just extract and start.
\\ \\
{{:logo:ubuntu-logo.gif?nolink}}
{{:logo:debian_logo.png?nolink}}
==== 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
\\ \\
{{:logo:arch_logo.png?nolink}}
==== Archlinux ====
----
\\
There is a pyLoad package located at the [[http://aur.archlinux.org/|AUR]]. We suggest installing using [[http://wiki.archlinux.org/index.php/Yaourt|yaourt]].
yaourt -S pyload
\\ \\
{{:logo:ipkg_logo.jpg?nolink}}
==== 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!]
\\ \\
{{:logo:android_logo.png?nolink}}
==== Android Client ====
----
\\
to market
{{:qr_code_small.png?nolink}}
You can get the Android client from the market.
\\ \\
{{:logo:python_logo.png?nolink}}
==== 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 [[how_to_install_pyload|here]].
\\ \\
{{:logo:hg_logo.png?nolink}}
==== Mercurial - HG ====
----
\\
The sourcecode and the issue tracker of pyLoad are located on [[http://bitbucket.org/spoob/pyload/overview|bitbucket]]. To work with the pyLoad repository you need to install [[http://www.selenic.com/mercurial/wiki/|hg (mercurial)]]. To get a basic overview of how to use hg refer to [[development:use_mercurial|using mercurial]].
You can copy the hg repository with:
$ hg clone http://bitbucket.org/spoob/pyload/
\\ \\