Skip to content
/ kalk Public

Kalk is a powerful cross-platform calculator application built with the [Kirigami framework](https://kde.org/products/kirigami/)

Notifications You must be signed in to change notification settings

KDE/kalk

Repository files navigation

Kalk

Kalk is a convergent calculator application built with the Kirigami framework. Although it is mainly targeted for mobile platforms, it can also be used on the desktop.

Originally starting as a fork of Liri calculator, Kalk has gone through heavy development, and no longer shares the same codebase with Liri calculator.

Download on Flathub

Features

  • Basic calculation
  • History
  • Unit conversion
  • Currency conversion
  • Binary calculation

Links

Dependencies

  • Qt6
  • CMake
  • KI18n
  • KUnitConversion
  • Kirigami
  • Kirigami Add-ons
  • KConfig
  • libqalculate

See the top level CMakeLists.txt file for more dependencies.

Building and Installing

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/path/to/prefix -G Ninja .. # add -DCMAKE_BUILD_TYPE=Release to compile for release
ninja install # use sudo if necessary

Replace /path/to/prefix with your installation prefix. Default is /usr/local.

Licensing

GPLv3, see this page.