Skip to content

A free YouTube client for Desktop (inspired from NewPipe)

License

Notifications You must be signed in to change notification settings

malisipi/NewFlow

Repository files navigation

NewFlow Download Count

"NewFlow Screenshot"

Your free video player client for YouTube™.

You can see more screenshots from Gallery

Warning

This application is unstable, there are still a lot of missing or partially implementated features however most of core features should work.

Installation

Important

Installers is designed to help end users while installing NewFlow however the installers can have some bugs. If you encounter if any bug, please report it.

For Windows 10 and above

You can use the installer that placed in releases section.

For Linux

You can run the command that placed below to install NewFlow.

Important

git and electron commands must be installed to use the script.

curl https://raw.githubusercontent.com/malisipi/NewFlow/main/linux-setup | bash

Licenses

Warning

Disclaimer

  • This project is intended to demonstrate technical concepts and is not designed or endorsed for production or commercial use.
  • This software is provided "as-is" without warranty of any kind, express or implied. The authors are not liable for any misuse, damage, or legal consequences resulting from the use of this software.

Important

The application is licensed by Apache 2.0 License.

The icons and banners of application is licensed by Attribution-NonCommercial-NoDerivatives 4.0 International License. So ./assets/banner.png, ./assets/newflow.png, ./assets/newflow.ico and ./assets/newflow.svg is licensed by Attribution-NonCommercial-NoDerivatives 4.0 International License

FAQ

Picture-in-Picture gets under windows on Linux/Wayland

Since Wayland protocol doesn't support to set windows always on top, there're no possible way to do it without a Window-Manager trick.

  • If you're using KWin Windows Manager (Default Windows Manager of KDE Desktop Environment), you can set a new window rule to keep on top.

  • If you're using Ubuntu or based distro, you can look up this extension to get working.

Creating Desktop Shortcut on Linux with Wayland Support

NEWFLOW_FLAGS="--enable-features=UseOzonePlatform --ozone-platform=wayland" ./scripts/install-desktop-file