Donate: GitHub Sponsors | Liberapay | PayPal | Patreon
Haruna is an open source video player built with Qt/QML and libmpv.
https://flathub.org/apps/details/com.georgefb.haruna
flatpak install flathub com.georgefb.haruna
flatpak run com.georgefb.haruna
flatpak remote-add flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
flatpak install flathub-beta com.georgefb.haruna
flatpak run --branch=beta com.georgefb.haruna
- Download appimage from Releases
- make executable with
chmod +x Haruna*.AppImage
- run as executable
- Alternatively, use AppImageLauncher (optional)
- make executable with
these are just some features that set Haruna apart from others players
-
play online videos, through youtube-dl
-
toggle playlist with mouse-over, playlist overlays the video
-
auto skip chapter containing certain words
-
configurable shortcuts and mouse buttons
-
quick jump to next chapter by middle click on progress bar
- Qt5Core
- Qt5DBus
- Qt5Qml
- Qt5Quick
- Qt5QuickControls2
- Libmpv
- ExtraCmakeModules
- KF5Config
- KF5CoreAddons
- KF5FileMetaData
- KF5I18n
- KF5IconThemes
- KF5KIO
- KF5Kirigami2
- KF5XmlGui
- Kio-extras
- Breeze icons
- Breeze widgets style
- QQC2-Desktop-Style
- Youtube-dl
git clone https://github.com/g-fb/haruna
cd haruna && mkdir build && cd build
cmake ..
cmake --build .
./src/haruna