karloluis / webtorrent-desktop

:dizzy: Streaming torrent client for OS X, Windows, and Linux.

Home Page:https://webtorrent.io/desktop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


WebTorrent
WebTorrent Desktop

The streaming torrent client. For OS X, Windows, and Linux.

Gitter Travis Release

Install

WebTorrent Desktop is still under very active development. You can download the latest version from the releases page.

Screenshot

screenshot

How to Contribute

Install dependencies

$ npm install

Run app

$ npm start

Package app

Builds app binaries for OS X, Linux, and Windows.

$ npm run package

To build for one platform:

$ npm run package -- [platform] [package-type]

Where [platform] is darwin, linux, or win32

and [package-type] is all (default), deb or zip (linux platform only)

Windows build notes

To package the Windows app from non-Windows platforms, Wine needs to be installed.

On OS X, first install XQuartz, then run:

brew install wine

(Requires the Homebrew package manager.)

Code Style

js-standard-style

License

MIT. Copyright (c) Feross Aboukhadijeh.

About

:dizzy: Streaming torrent client for OS X, Windows, and Linux.

https://webtorrent.io/desktop

License:MIT License


Languages

Language:JavaScript 90.2%Language:CSS 8.1%Language:HTML 1.0%Language:Shell 0.7%