Full qalculate power in KRunner.
KDE Plasma's built-in calculator is limited — no currency conversion with to, no equation solving, no unit arithmetic. kqalc fixes this by wrapping the qalc CLI as a KRunner DBus plugin.
- Math:
qc 2+2,qc sqrt(2),qc sin(pi/4),qc 2^64 - Currency conversion:
qc 5000 GEL to USD,qc 100 EUR to KZT - Unit conversion:
qc 100 km/h to mph,qc 180 lbs to kg - Equations:
qc x^2 = 9,qc solve(2x+5=15, x) - Exact & approximate results shown side by side where useful
- Copy to clipboard on selection (Wayland & X11)
- KDE Plasma 6
- libqalculate (
qalcCLI) wl-copy(Wayland) orxclip(X11)
git clone https://github.com/noctuum/kqalc.git
cd kqalc
./install.shRequires Go 1.22+. Restart KRunner after install:
kquitapp6 krunner && kstart6 krunnercurl -fsSL https://noctuum.github.io/kqalc/gpg-key.asc | sudo tee /usr/share/keyrings/kqalc.asc > /dev/null
echo "deb [signed-by=/usr/share/keyrings/kqalc.asc] https://noctuum.github.io/kqalc stable main" | sudo tee /etc/apt/sources.list.d/kqalc.list
sudo apt update && sudo apt install kqalcparu -S kqalc-binnix run github:noctuum/kqalcOpen KRunner (Alt+Space) and type:
qc <expression>
The qc prefix triggers kqalc. Results appear instantly — select to copy to clipboard.
./uninstall.sh