No description
Find a file
2016-08-23 00:07:01 -07:00
.github Add subtitle support (via drag-n-drop) (#361) 2016-04-10 16:42:18 -07:00
bin add system-wide launcher and icons for debian and derivates 2016-08-20 23:08:51 -03:00
src Telemetry: log app version 2016-08-22 23:59:52 -07:00
static add system-wide launcher and icons for debian and derivates 2016-08-20 23:08:51 -03:00
.gitignore Switch from virtualdom to React 2016-07-22 13:06:55 -07:00
.travis.yml Speed up Travis 2016-03-21 04:42:52 -07:00
AUTHORS.md AUTHORS 2016-08-19 16:24:47 -07:00
CHANGELOG.md CHANGELOG 2016-08-19 16:15:25 -07:00
CONTRIBUTING.md Add Smoke Tests to CONTRIBUTING.md 2016-08-05 22:26:33 -07:00
index.js Switch from virtualdom to React 2016-07-22 13:06:55 -07:00
LICENSE WebTorrent, LLC 2016-05-19 16:43:51 -07:00
package.json 0.12.0 2016-08-23 00:07:01 -07:00
README.md OS X -> Mac 2016-07-26 21:55:05 -07:00


WebTorrent
WebTorrent Desktop

The streaming torrent client. For Mac, 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 Mac, Linux, and Windows.

$ npm run package

To build for one platform:

$ npm run package -- [platform]

Where [platform] is darwin, linux, win32, or all (default).

The following optional arguments are available:

  • --sign - Sign the application (Mac, Windows)
  • --package=[type] - Package single output type.
    • deb - Debian package
    • zip - Linux zip file
    • dmg - Mac disk image
    • exe - Windows installer
    • portable - Windows portable app
    • all - All platforms (default)

Note: Even with the --package option, the auto-update files (.nupkg for Windows, *-darwin.zip for Mac) will always be produced.

Windows build notes

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

On Mac, first install XQuartz, then run:

brew install wine

(Requires the Homebrew package manager.)

Privacy

WebTorrent Desktop collects some basic usage stats to help us make the app better. For example, we track how well the play button works. How often does it succeed? Time out? Show a missing codec error?

The app never sends personally identifying information, nor does it track which swarms you join.

Code Style

js-standard-style

License

MIT. Copyright (c) WebTorrent, LLC.