Skip to content

❤️ Streaming torrent app for Mac, Windows, and Linux

License

Notifications You must be signed in to change notification settings

webtorrent/webtorrent-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 29, 2016
d1806d9 · Mar 29, 2016
Mar 29, 2016
Mar 29, 2016
Mar 29, 2016
Mar 29, 2016
Feb 17, 2016
Mar 21, 2016
Mar 20, 2016
Mar 29, 2016
Mar 7, 2016
Jan 2, 2016
Mar 28, 2016
Mar 27, 2016
Mar 22, 2016
Mar 29, 2016

Repository files navigation


WebTorrent
WebTorrent Desktop

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

Gitter Travis Build Latest Release Version

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]

Where [platform] is darwin, linux, or win32.

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.