Go to file
Preston 76a425e82c Merge branch 'development' 2018-03-20 14:19:07 -04:00
src Fix: Comment out dependencies 2018-03-20 14:18:56 -04:00
.compilerc Initial Push of Project 2018-03-01 22:48:12 -05:00
.gitignore Initial Push of Project 2018-03-01 22:48:12 -05:00
CONTRIBUTING.md Update CONTRIBUTING.md 2018-03-10 16:50:27 +00:00
LICENSE Initial commit 2018-02-28 02:54:02 +00:00
PULL_REQUEST_TEMPLATE.md Create PULL_REQUEST_TEMPLATE.md 2018-03-10 16:44:18 +00:00
README.md Update README.md 2018-03-11 21:22:55 -04:00
package-lock.json Bump version number to 0.2.0 2018-03-17 20:51:21 -04:00
package.json Fix: Revert back to Heroku calls for youtube-dl because of Windows 2018-03-19 19:41:21 -04:00

README.md

FreeTube

FreeTube is an open source desktop YouTube player built with privacy in mind. Use YouTube without advertisments and Google tracking you using cookies and JavaScript. Available for Windows, Mac & Linux thanks to Electron.

Please note that FreeTube is currently in Beta. While it should work well for most users, there are still bugs and missing features that need to be addressed.

Download

How does it work?

FreeTube uses the proprietary YouTube HTTP API with a set of hard coded API keys. Videos are resolved using youtube-dl and played using the stock HTML5 video player. While YouTube can still see your API and video requests it can no longer track you using cookies or JavaScript. Your subscriptions, history, and saved videos are stored locally on your computer and never sent out.

Screenshots

Features

  • Watch videos without ads
  • Use YouTube without Google tracking you using cookies and JavaScript
  • Subscribe to channels without an account
  • Local subscriptions, history, and saved videos
  • Export & import subscriptions
  • Mini Player
  • Light / dark theme

Contributing

If you have an idea or if you found a bug, please submit a GitHub issue so that we can track it. Please search the existing issues before submitting to prevent duplicates.

If you like to get your hands dirty and want to contribute, we would love to have your help. Send a pull request and someone will review your code. Please follow the Contribution Guidelines before sending your pull request.

License

GNU GPLv3 Image

FreeTube is Free Software: You can use, study share and improve it at your will. Specifically you can redistribute and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.