Feross Aboukhadijeh 1a01d7ed92 Use Material UI; improve Preferences Page
New principles for our UI:

- Components should use inline styles whenever possible
- Let's shrink the size of main.css to < 100 lines over time so it just
contains typography and basic styles
- Always require just the individual component that is needed from
Material UI so that the whole library doesn't get loaded (important for
startup perf)
2016-08-23 03:06:03 -07:00
2016-08-23 03:05:33 -07:00
2016-08-23 03:05:33 -07:00
2016-03-21 04:42:52 -07:00
2016-08-23 00:30:56 -07:00
2016-08-23 00:31:01 -07:00
2016-07-22 13:06:55 -07:00
2016-05-19 16:43:51 -07:00
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.

Description
No description provided
Readme MIT 197 MiB
Languages
JavaScript 94.3%
CSS 4.6%
HTML 0.6%
EJS 0.3%
Shell 0.2%