mpvQC-flatpak
June 13, 2026 ยท View on GitHub
Flatpak is a software utility for deploying, managing, and running applications on Linux. It allows apps to run consistently across different Linux distributions. This repository contains necessary artifacts and scripts to build mpvQC flatpaks.
For users
Install mpvQC from the published Flatpak ref:
- Download the Flatpak Ref File and double click it
or via command line:
flatpak install --user https://mpvqc.github.io/mpvQC-flatpak/mpvQC.flatpakref
For developers
You need
just,
uv,
nu and the Flatpak toolchain (flatpak + flatpak-builder).
The dependency-update checks additionally use docker.
Everything is driven through the Justfile. Run just to list every recipe. The ones you reach for most:
just init: install the git hooksjust generate-flatpak-dependencies: regenerate the bundled Python dependenciesjust build-flatpak,just install-flatpak,just run-flatpak: build, install and run the flatpak locallyjust format: format the repo