sc-controller, the Linux user-mode driver for the Steam- and other controllers (eg. DS4/DS5), has been released in version 0.6.4 - shortly after version 0.6.3.
This is a pure hotfix release: hidraw-pure conflicted with hidapi, breaking tools like liquidctl which rely on hidapi’s hidraw backend. Only system installations via a package manager are affected - users of the AppImage or a source install are not impacted.
This hotfix is only relevant for system installations via a package manager, the fixed issue does not affect you if you are using the AppImage or running from source.
Hotfix release due to
hidraw-pureconflicting withhidapi, breaking tools like liquidctl which relied on thehidrawbackend fromhidapiif it was detected available.The library is now attempted to be loaded via:
hidraw_pure- futureproofing, currently does not existhidraw- current v1.2- Finally, the re-vendored version is used if all fails.
The dependencies are now also correctly defined in
pyproject.toml, sopip checkworks correctly.

Source: GitHub