Skip to content

MarmadileManteater/FreeTubeAndroid

 
 

Repository files navigation

FreeTube Logo

An open source YouTube player built with privacy in mind.

Build Status izzyondroid version Translation status


ScreenshotsHow does it work?FeaturesBuilding and testingContributingLocalizationContactDonateLicense

WebsiteBlogDocumentationFAQDiscussions


FreeTube Android is an open source YouTube player built with privacy in mind. Use YouTube without advertisements and prevent Google from tracking you with their cookies and JavaScript. Available as an APK and as a PWA (progressive web app). FreeTube Android is a fork of FreeTube.

Note

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

Get it on IzzyOnDroid

Download FreeTube Android


How does it work?

The APK uses a built in extractor to grab and serve data / videos, and can optionally use the Invidious API. The PWA only uses the Invidious API. No official YouTube APIs are used to obtain data. Your subscriptions and history are stored locally on your device and are never sent out.

Features

  • Watch videos without ads
  • Use YouTube without Google tracking you using cookies and JavaScript
  • Subscribe to channels without an account
  • Connect to an externally setup proxy such as Tor
  • View and search your local subscriptions, history, and saved videos
  • Organize your subscriptions into "Profiles" to create a more focused feed
  • Export & import subscriptions
  • Youtube Trending
  • Youtube Chapters
  • Most popular videos page based on the set Invidious instance
  • SponsorBlock
  • Full Theme support
  • Keyboard shortcuts
  • Option to show only family friendly content
  • Show/hide functionality or elements within the app using the distraction free settings

Go to FreeTube's Documentation if you'd like to know more about how to operate FreeTube and its features.

Screenshots

watching video trending videos subscription feed

Automated Builds (Nightly / Weekly)

Builds are automatically created from changes to our development branch via GitHub Actions.

The first build with a green check mark is the latest build. You will need to have a GitHub account to download these builds.

How to build and test

Commands for the APK

# 📦 Packs the project using `webpack.android.config.js`
yarn pack:android
# 🚧 for development
yarn pack:android:dev

Note

These commands only build the assets necessary for the project located in android/ to be built. In order to obtain a complete build, you will need to build the project located in android/ with gradle.

Commands for the PWA

# 🐛 Debugs the project using `webpack.web.config.js`
yarn dev:web
# 📦 Packs the project using `webpack.web.config.js` 
yarn pack:web

Commands for the PWA Docker Image

# 💨 Creates and runs the image locally. Add `--platform=linux/arm64` to docker build for ARM64 devices including Apple Silicon
docker build -t freetubecordova . # Warning, might take a while on Apple Silicon
docker run --name ftcordova -d -p 8080:80 freetubecordova

# ⬇ Pulls the latest from the Github Container Registry (ghcr.io)
docker pull ghcr.io/marmadilemanteater/freetubecordova:latest
# 👟 Runs the image from ghcr.io
docker run --name ftcordova -d -p 8080:80 ghcr.io/marmadilemanteater/freetubecordova:latest

# 🏃 Runs the image from Docker Hub.
docker run --name ftcordova -d -p 8080:80 owentruong/freetubecordova:latest

# 🏃‍♂️ Runs the image from Docker Hub (ARM64)
docker run --platform=linux/arm64 --name ftcordova -d -p 8080:80 owentruong/freetubecordova:latest-arm64

Contributing

NOTICE: MOST CHANGES SHOULD PROBABLY BE MADE TO UPSTREAM UNLESS DIRECTLY RELATED TO CORDOVA CODE OR WORKFLOWS.

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.

Localization

Translation status

If you'd like to localize FreeTube Android, please send submissions to FreeTube's weblate.

Contact

If you ever have any questions, feel free to make an issue here on GitHub.

Upstream Donations

If you enjoy using FreeTube Android, you're welcome to leave a donation using the following methods to support upstream development and maintenance.

  • FreeTube on Liberapay

  • Bitcoin Address: 1Lih7Ho5gnxb1CwPD4o59ss78pwo2T91eS

  • Monero Address: 48WyAPdjwc6VokeXACxSZCFeKEXBiYPV6GjfvBsfg4CrUJ95LLCQSfpM9pvNKy5GE5H4hNaw99P8RZyzmaU9kb1pD7kzhCB

While your donations are much appreciated, only donate if you really want to. Donations are used for keeping the website up and running and eventual code signing costs.

License

GNU AGPLv3 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 Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

About

A soft fork of FreeTube which brings it to Android (formerly FreeTubeCordova)

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 69.1%
  • Vue 14.7%
  • CSS 10.5%
  • SCSS 2.8%
  • Kotlin 2.6%
  • EJS 0.3%