Skip to content

Download / Build

KFilter6 is currently under active development. The present public-site draft is oriented toward building the application from source.

Source repository

The KFilter6 source code and issue tracker are hosted on GitHub:

Build requirements

  • CMake 3.21+
  • C++17 compiler
  • Qt6 Core
  • Qt6 Widgets

KDE Frameworks are not required.

Quick build

git clone https://github.com/erdies/kfilter6.git kfilter6
cd kfilter6

cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build -j"$(nproc)"

Run:

./build/kfilter_qt6

Run tests:

ctest --test-dir build --output-on-failure

Binary packages

Official binary packages are not listed on this website yet.

Possible future distribution options include distribution packages or a portable Linux package once the public release workflow is established.