Skip to content

Download

Velociraptor85 edited this page May 8, 2016 · 5 revisions

Download

Download the current pyLoad Version 0.4.9 for your system.

Image-WindowsWindows

Download pyload-win-v0.4.9.zip

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

Image-UbuntuUbuntu  Image-DebianDebian

Download pyload-v0.4.9-all.deb

Just install via Packagemanager or with command-line: dpkg -i pyload-v0.4.9-all.deb

or:

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

This package comes without GUI and is suited for headless server. Install via Packagemanager via command-line: dpkg -i pyload-cli-v0.4.9-all.deb

Image-ArchLinuxArchlinux

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

yaourt -S pyload

Image-IPKG

Download pyload-v0.4.9-noarch.ipk

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

Image-AndroidAndroid Client

[to market](https://f-droid.org/repository/browse/?fdid=org.pyload.android.client

You can get the Android client from the market/F-Droid.

Image-iOSiOS Client

to iTunes store

You can get the pyLoad Control App from the iTunes store.

Image-SourceSource Code - Platform Independent

Download pyload-src-v0.4.9.zip

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.

Image-GithubGithub

The Sourcecode and the issue tracker of pyLoad are located on Github.

You can copy the git repository with: $ git clone https://github.com/pyload/pyload.git

Clone this wiki locally