v1.0.4
ktop v1.0.4
Switch from musl static linking to glibc dynamic linking for NVIDIA GPU compatibility.
Changes
- musl binaries can't dlopen glibc-linked shared libraries (like libnvidia-ml.so), causing GPU detection to silently fail on machines with NVIDIA GPUs
- CI now uses
crosstool to build inside older-glibc Docker containers, so binaries are both portable and GPU-compatible - Tested on 4xA100 box where v1.0.3 couldn't detect GPUs
Install / Upgrade
curl -sSfL https://raw.githubusercontent.com/brontoguana/ktop/master/install.sh | bash
Full Changelog: v1.0.3...v1.0.4