A simple, tiny, floating, always-focused calculator built in Rust for Arch Linux + Hyprland.
Perfect for quick math without leaving your workflow.
- Enter = calculate
- Esc = clear
- Ctrl+C = copy result
- Parentheses supported (
(2+3)*4) - Big, bright orange result
- Auto-focus on open
- Zero dependencies — just run the binary
Linux x86_64 only (statically linked)
wget https://github.com/yourusername/HyprCalculator/releases/latest/download/HyprCalculator
chmod +x HyprCalculatorOr grab it from Releases
./HyprCalculatorOr install globally:
sudo mv HyprCalculator /usr/local/bin/HyprCalculatorNow run with:
HyprCalculatorAdd to ~/.config/hypr/hyprland.conf:
# Floating Calculator
bind = SUPER, C, exec, HyprCalculator
Reload Hyprland (usually Hyprland auto-reloads):
hyprctl reloadNow press Super + C → instant calculator.
git clone https://github.com/yourusername/HyprCalculator.git
cd HyprCalculator
cargo run --releaseBinary will be in target/release/HyprCalculator
Use at your own risk.
I take no responsibility for anything this does or doesn't do.
It’s a simple calculator made in a few hours. That’s it.
- Rust
- egui
Enjoy fast math.
