Cutefish Framework provides shared system APIs and backend integrations for Cutefish desktop components and applications.
It provides common access to application metadata, networking, Bluetooth, audio, display, appearance, accounts, media controls, and other desktop services.
The framework provides these CMake targets and C++ aliases:
cutefish-framework-applications/Cutefish::Applicationscutefish-framework-accounts/Cutefish::Accountscutefish-framework-audio/Cutefish::Audiocutefish-framework-appearance/Cutefish::Appearancecutefish-framework-bluetooth/Cutefish::Bluetoothcutefish-framework-media/Cutefish::Mediacutefish-framework-network/Cutefish::Networkcutefish-framework-screen/Cutefish::Screen
The QML modules are Cutefish.Accounts, Cutefish.Appearance,
Cutefish.Audio, Cutefish.Bluetooth, Cutefish.Media,
Cutefish.Network, and Cutefish.Screen.
The framework uses Qt 6, KDE Frameworks 6, and a C++20 compiler.
sudo apt install cmake extra-cmake-modules pkg-config build-essential \
qt6-base-dev qt6-declarative-dev qt6-tools-dev qt6-tools-dev-tools \
libkscreen-dev libkf6networkmanagerqt-dev libkf6bluezqt-dev \
libkf6modemmanagerqt-dev libcanberra-dev libpulse-dev \
sound-theme-freedesktopsudo pacman -S --needed base-devel cmake extra-cmake-modules pkgconf \
qt6-base qt6-declarative kscreen bluez-qt networkmanager-qt \
modemmanager-qt libcanberra libpulse sound-theme-freedesktopmkdir build
cd build
cmake ..
make
sudo make install
This project has been licensed by GPLv3.