A native, local-first alternative to Logitech Options+, written in Rust. Remap buttons, drive DPI and SmartShift over HID++ — no account, no telemetry.
@aprilnea built something surprisingly awesome for Logitech hardware!
OpenLogi is an open-source Rust alternative to Options+ that talks directly to Logitech hardware over HID++ and UVC. It runs natively on macOS, Windows, and Linux, with the controls you’d expect from the official app and quite a few power-user extras.
The setup is nicely straightforward. Most things can be changed from the GUI, while the underlying config is just a plain config.toml file you can inspect, edit, or copy between machines. No account or telemetry required.
One small heads-up: quit Options+ before launching OpenLogi. Both apps need direct access to the same HID++ receiver, so running them together would naturally conflict.
Hey Product Hunt 👋 I'm AprilNEA, the person behind OpenLogi.
I bought an MX Master because the hardware is genuinely great. Then I installed Options+ — an account prompt, a background service, telemetry, several hundred MB — all so I could change what the thumb button does. My mouse settings shouldn't need a cloud round-trip.
So I wrote OpenLogi: a native Rust app that talks to Logitech devices directly over HID++. Remap every button (44 built-in actions), set DPI presets, toggle SmartShift, battery for every paired device. Bolt, Unifying, Lightspeed, Bluetooth or USB — macOS, Windows and Linux.
Two things I care about:
Your config is a file you own. Everything lives in a plain config.toml. Read it, edit it, diff it, copy it between machines. No sync service, because there's no account to sync to.
Nothing leaves your machine. No telemetry, and the update check is off by default.
What's honestly not there yet: per-app profiles (in progress), an Options+ importer, and Flow. If those are dealbreakers, it's not a full replacement yet — the roadmap is public.
If you use a Logitech mouse, tell me which model and what you'd bind to which button.
(Heads-up: quit Options+ / Solaar first — only one app can own a receiver at a time.)
Flowtica Scribe
Hi everyone!
@aprilnea built something surprisingly awesome for Logitech hardware!
OpenLogi is an open-source Rust alternative to Options+ that talks directly to Logitech hardware over HID++ and UVC. It runs natively on macOS, Windows, and Linux, with the controls you’d expect from the official app and quite a few power-user extras.
The setup is nicely straightforward. Most things can be changed from the GUI, while the underlying config is just a plain config.toml file you can inspect, edit, or copy between machines. No account or telemetry required.
One small heads-up: quit Options+ before launching OpenLogi. Both apps need direct access to the same HID++ receiver, so running them together would naturally conflict.
OpenLogi
Hey Product Hunt 👋 I'm AprilNEA, the person behind OpenLogi.
I bought an MX Master because the hardware is genuinely great. Then I installed Options+ — an account prompt, a background service, telemetry, several hundred MB — all so I could change what the thumb button does. My mouse settings shouldn't need a cloud round-trip.
So I wrote OpenLogi: a native Rust app that talks to Logitech devices directly over HID++. Remap every button (44 built-in actions), set DPI presets, toggle SmartShift, battery for every paired device. Bolt, Unifying, Lightspeed, Bluetooth or USB — macOS, Windows and Linux.
Two things I care about:
Your config is a file you own. Everything lives in a plain config.toml. Read it, edit it, diff it, copy it between machines. No sync service, because there's no account to sync to.
Nothing leaves your machine. No telemetry, and the update check is off by default.
What's honestly not there yet: per-app profiles (in progress), an Options+ importer, and Flow. If those are dealbreakers, it's not a full replacement yet — the roadmap is public.
If you use a Logitech mouse, tell me which model and what you'd bind to which button.
(Heads-up: quit Options+ / Solaar first — only one app can own a receiver at a time.)