OpenLogi has been released in version v0.7.1.
OpenLogi is a native, local-first alternative to Logitech Options+, written in Rust, letting you configure button remapping, DPI and SmartShift on Logitech devices over HID++ - no account, no telemetry required.
After the large refactor in version v0.7.0, v0.7.1 is mostly a fix release: devices no longer get switched to a host slot they aren’t paired on, the certificate store now trusts OS root certificates instead of bundled Mozilla roots, and macOS actively requests Input Monitoring access at startup. It also adds a reversed Volume preset for the thumb wheel.
What’s Changed
- fix(hid): never switch a device to a host slot it is not paired on
- fix(assets): trust the OS certificate store, not bundled Mozilla roots
- feat(gui): add a reversed Volume preset for the thumb wheel
- ci(release): embed the updater key in Windows release builds
- fix(infra): stop ignoring the committed Amp orb lifecycle scripts
- chore(gui): bump gpui-updater to v0.0.7 for the OS-trust-store fix
- fix(agent): request Input Monitoring access at startup on macOS
New Contributors
- @tonysurfly made their first contribution

Source: GitHub