openusage-cli currently supports Linux only.
Two AUR packages are available:
openusage-cli(stable)openusage-cli-git(latestmain)
Install with your AUR helper:
# stable
yay -S openusage-cli
# development
yay -S openusage-cli-gitDownload the latest .deb from GitHub Releases, then install:
sudo apt install ./openusage-cli_<version>_<arch>.debDownload the latest .rpm from GitHub Releases, then install:
# Fedora / RHEL / Rocky / AlmaLinux
sudo dnf install ./openusage-cli-<version>-1.<arch>.rpm
# openSUSE
sudo zypper install ./openusage-cli-<version>-1.<arch>.rpmcargo build --lockedRun directly from source checkout:
cargo run -- queryFor continuous background refresh and fast query responses, use the user systemd mode:
openusage-cli install-systemd-unit
systemctl --user daemon-reload
systemctl --user enable --now openusage-cli.serviceSee daemon-modes.md for standalone and systemd tradeoffs.