# WebTorrent.app [![Gitter][webtorrent-gitter-image]][webtorrent-gitter-url] [![Travis Build][webtorrent-app-travis-image]][webtorrent-app-travis-url] [webtorrent-gitter-image]: https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg [webtorrent-gitter-url]: https://gitter.im/feross/webtorrent [webtorrent-app-travis-image]: https://img.shields.io/travis/feross/webtorrent-app/master.svg [webtorrent-app-travis-url]: https://travis-ci.org/feross/webtorrent-app #### WebTorrent, the streaming torrent client. For OS X, Windows, and Linux.

screenshot

## How to Contribute ### Install dependencies ``` $ npm install ``` ### Run app ``` $ npm start ``` ### Build binaries ``` $ npm run build ``` Builds the app for OS X, Linux, and Windows, using [electron-packager](https://github.com/maxogden/electron-packager). ## License MIT. Copyright (c) [Feross Aboukhadijeh](http://feross.org).