An electron application for playing music from youtube on desktop. The application supports using local api, invidious and piped as source.
Note: This is a music application. If you want a video client, please see Freetube
**Warning: The application is currently under development and can be unstable in terms of behaviour and performance **
- Select from source you like (Youtube, invidious, piped)
- Automatical fallback to another source when one source failed
- Available on Windows, Mac and Linux thanks to electron
- Translation available
Binaries are available in release.
- Linux: AppImage, Binary, Flatpak
- Windows: Portable, Install
-
Clone the git repository
git clone https://github.com/angus6b23/kiku
-
Run yarn / npm to install dependencies
Using yarn
yarn
Using npm
npm install
-
Build and package the files
Using yarn
yarn build && yarn package
Using npm
npn run build && npm run package
-
If the building process is successful, the binaries will be "out" folder
This app is provided under GPL v3.0 or later. For details, please see https://www.gnu.org/licenses/gpl-3.0.en.html