OpenLogi has been released in version v0.8.6 - shortly after version v0.8.5.
OpenLogi is a native, locally running alternative to Logitech Options+, written in Rust, letting you configure key bindings, DPI and SmartShift for Logitech devices over HID++ - without an account or telemetry.
Most of this update is a large internal refactoring (GUI, IPC, CLI, macOS and Linux hook backends). New are the display of the installation source in the GUI, a config reload that waits until the agent has connected, and faster resolution of device assets.
What’s Changed
- fix(gui): hold a config reload until the agent connects by @AprilNEA
- docs(infra): add openlogi workflow skills by @AprilNEA
- docs(infra): refine agent guidance and diagnostic workflows by @AprilNEA
- chore: drop an unused dependency, a dead parameter, and stale docs by @AprilNEA
- perf(gui): resolve each device’s assets once per asset generation by @AprilNEA
- ci(windows): run the tests on Windows by @AprilNEA
- feat(gui): detect and display installation sources by @AprilNEA
- docs(gui): mend the desktop crate’s intra-doc links by @AprilNEA
- Plus 39 internal refactorings across gui, ipc, cli, core, hidpp, hook, device, agent, inject, xtask and camera
Full Changelog: https://github.com/AprilNEA/OpenLogi/compare/v0.8.5...v0.8.6

Source: GitHub