logoalt Hacker News

OpenLogi

770 pointsby amatheustoday at 1:58 AM218 commentsview on HN

Comments

xliitoday at 9:31 AM

2 anecdotes about Logitech software:

I had a high-end webcam that flickered. There should be switch in the software to switch from 50hz to 60hz that'd fix it but it was nowhere to be found. After digging deeper I found that it was only available in English version of software. It was before macOS had Setting to set language per app, so I had to manually replace Polish bundle with English one through binary.

Another one: Has K810 keyboard that started in "FN-by-default" mode. K811, Mac version of said keyboard allowed for changing default setting just as K810 on Windows, but K810 on Mac - no dice. Support told me to shell out 200€ on Mac keyboard so I ended up writing small binary switcher [0] that would run after keyboard got connected [0].

[0]: https://github.com/exlee/k810_fkeys_mac

asdfsa32today at 3:52 AM

For Linux, there is https://github.com/pwr-Solaar/Solaar

But on another note, the genai content on the website is just so distracting and such a bummer. It sticks out like sore thumb.

show 2 replies
heikkilevantotoday at 10:10 AM

Shocking that in this time and age, a simple peripheral like a mouse still needs a dedicated piece of software to be installed. In my Linux boxes, I just plug in a standard mouse and get the standard functions. I think the device driver should know about the low-level interface to the mouse: know how it points, what buttons, scroll wheels, and other inputs it may have, etc. Then the OS would process it like any mouse. If you need to connect some buttons to specific actions, that could be handled by a user-level program running on the machine that could know how to do those actions. But that level should be far removed from knowing what brand (or type) of input device you are using.

Of course producers like Logitech want you to install their own thing, so as to make it harder for you to switch to other brands of hardware, but an open system like Linux should not play along with that.

show 3 replies
frevibtoday at 7:12 AM

Great effort, thanks for that.

But do we still trust the open source software that is created now everything is vibe coded?

Recently there was a thread about Chatto [1], a Slack replacement completely vibe coded by one person. It works and looks nice. But looking at the code, I wouldn’t trust any of my personal information to it. It’s just tousands of lines of skills and vague instructions. It seems that trust in OSS is eroding and big SaaS might win here because they have the reputation.

[1] https://github.com/chattocorp/chatto

show 14 replies
jsalamatoday at 4:17 AM

Good to see open source alternatives to the awful Logitech software. I only realized how bad the Logitech software is after switching from a G502 with on-board memory to an MX Master mouse that does not have on-board memory and needs to have the app constantly running in the background to use the gestures. Personally I've been using BetterMouse on macOS with my MX Master, although it's not open source.

show 1 reply
armadyltoday at 3:24 AM

In case it’s not known, Logitech does offer an offline version of Options+ meant for air gapped and more secured systems:

https://support.logi.com/hc/change_language/en-in?return_to=...

show 3 replies
demibabstoday at 3:10 AM

Cool project, but I hate how every new site has this obviously LLM generated copy :( I feel like most people who use it for their copy don’t realize how obvious it is.

show 3 replies
hypfertoday at 6:18 AM

Good morning HN. Hope you're enjoying your daily dose of claudeslop app.

See you all tomorrow when we do it all over again.

show 2 replies
wlesieutretoday at 3:12 AM

It's not open source but I have to shout out Steermouse which has been replacing Logitech's awful Mac software for ~25 years

https://www.plentycom.jp/en/steermouse/download.php

show 2 replies
yuhao2daitoday at 3:55 AM

Looks like someone stole LinearMouse's code and vibed it better . https://linearmouse.app/zh-CN/

show 2 replies
vulkoingimtoday at 7:05 AM

For a while now BetterTouchTool [0] supports Logitech mice [1]. It's paid, but it's absolutely worth its price. It's super powerful and you can do all kinds of funky stuff with it, not only mouse related. I would suggest looking into it if you want more advanced features, I've been a very happy user for many years now.

[0] https://folivora.ai

[1] https://docs.folivora.ai/docs/normal-mouse/logitech

show 3 replies
snarfytoday at 10:35 AM

I always hated their big "suite" app and used the onboard memory manager app. At least it wasn't razer synapse

naruhodotoday at 9:40 AM

There’s also Piper[1], which I’ve been using for my Logitech G502 wireless gaming mouse. It predates the AI era.

[1] https://github.com/libratbag/piper

show 1 reply
vermontoday at 8:10 AM

I tried to switch to Mouser, but it leaked memory like crazy, taking sometimes tens of GB of RAM so I just vibed a replacement based on my very specific needs.

It takes 3.5MB of RAM currently.

show 1 reply
andsoitistoday at 2:51 AM

Love my Logitech mouse, keyboard, and webcam. Their software not in the same league as their hardware.

show 1 reply
Abishek_Muthiantoday at 8:40 AM

One of the main features of Logi Options + is the plugins which this application doesn't seem to support; you can load it locally or from their marketplace[1].

I myself have an accessibility related plugin to make clicking easier [2] built using their Logi Actions SDK. It finds the clickable elements near the cursor and displays them in the Actions Ring and the LCD keypad. If you have the Logi Dialpad then you can have a complete mouse free workflow with Access Ring.

[1] https://marketplace.logi.com/plugins/

[2] https://abishekmuthian.com/pages/access-ring/

sgttoday at 7:24 AM

I'm always terrified of Bluetooth mice. I've never seen one with the same low latency as a USB mouse. The difference is sometimes subtle, but it's there.

show 4 replies
herczegzsolttoday at 10:36 AM

How is this better or different than Solaar?

Labo333today at 5:52 AM

Nice!

I'm not sure this supports G502 as it's supposed to be controlled by Logitech G HUB.

Anyway, if you want a CLI replacement for G HUB, I played a bit with opengcontrol [1] to support my new G502 using Claude Code. I wrote a short blog post about it as well [2]. I even got a battery indicator for my menu bar.

[1]: https://github.com/kasik96/opengcontrol

[2]: https://louisabraham.github.io/articles/clawd-grip

kriskneztoday at 10:32 AM

If you’re going to support Linux, at least offer a distro-agnostic format like AppImage instead of only providing a `.deb` package.

matt_daemontoday at 5:54 AM

Very basic flow of adding a device connected via Bluetooth seems broken. Would love this to work but think it needs a few more months development.

robertlutecetoday at 6:45 AM

I tried it for about a month, but I was having several issues whereby the scroll direction kept inverting, the thumb button not sticking to its program, and smartshift not triggering when scrolling. In the end I regrettably went back to logi options+.

eXpl0it3rtoday at 6:39 AM

If the device renderings are fetched from assets.openlogi.org, it's technically not telemetry free, though I guess we can trust the author to not track every call?

patrickktoday at 7:02 AM

Before clicking, I thought this might be a reverse engineering attempt of the Logitech Harmony series of universal remotes, which have been discontinued but do still work, albeit cloud tethered for updates. There’s still a strong demand for this in the home automation space, if you read forums on the topic. Oh well, hopefully there’s a few more years in my Harmony Hub and Elite.

bkovacevtoday at 8:06 AM

This is awesome! Thank you so much for great work! I love it, I wasn't even aware of the actions ring! Off-topic - does anyone know if something like this exists for Keychron keyboards?

Copenjintoday at 8:57 AM

Does something like this exists for the keyboards too? (have one of those in its box due to bad software...)

vivzkestreltoday at 4:06 AM

- stupid question: what exactly does this do and why do I need it?

show 1 reply
throwaw12today at 7:36 AM

How comfortable is using mouse in Mac?

Sometime ago when I tried using mouse, it felt unnatural in Mac OS. No pinch to zoom, no changing desktops by swiping with multitouch and so on.

show 2 replies
p2haritoday at 6:14 AM

The latest LogiOptions plus is a nightmare and I was really happy to see this. However, looking at comments I have now found one more alternative which I had not heard of. Thanks HN. I also have installed karabiner elements for some of the mouse remapping.

Peacefulztoday at 6:59 AM

Finally. I've been stuck with my onboard selections for a year now due to lack of motivation to deal with windows. Definitely gonna be checking this out.

deanctoday at 6:28 AM

Never heard of Logitech options, have just had G Hub installed for ages (and had a huge number of problems with it on MacOS when I first got the G502 lightspeed 3y ago).

show 1 reply
wannabegeometertoday at 9:59 AM

i always just used input remapper on linux

corvtoday at 4:29 AM

I've been using Mouser but it keeps crashing on MacOS 27 beta for me and at 500MB+ of memory use it appears to be approaching the official app's heaviness...

So this appeared at just the right moment for me, thanks!

boguscodertoday at 5:22 AM

Name leaves me optimistic it could support keyboards in future

RayVRtoday at 7:49 AM

This is different from the Mouser open source app for Logitech?

parastitoday at 7:07 AM

The header doesn't fit on mobile. Teach your agent to use Playwright MCP.

geuistoday at 5:42 AM

Fast download for me. But immediately denied. Doesn't run on Mac intel hardware.

show 1 reply
neutrinoliutoday at 7:18 AM

life saver. still remember the days when damn options+ update makes all the master 3 broken on the internet.

sandeepkdtoday at 3:59 AM

In case author is here, Under resources tab at the footer, Introduction anchor is not in english

vccvxvccvvxctoday at 10:15 AM

Just a friendly reminder that input device drivers are among the most security sensitive piece of code you can imagine. Literally everything you do goes through them.

Alien1Beingtoday at 8:13 AM

AI;DR (AI; Didn’t Read)

small_modeltoday at 7:54 AM

Not used a mouse for years, trackpad on 15 MacBook M4 Air is 100x better for my type of work.

show 1 reply
maxehmookautoday at 8:57 AM

I've always been a fan of BetterMouse: https://better-mouse.com/

Either way, anything that isn't the stock Logitech software is going to be an improvement.

arajnohatoday at 7:34 AM

generic ai landing page = close the tab

Razengantoday at 10:31 AM

Fuck I needed this so bad

Fuck the clunky bloaty official Logi drivers/apps

KronisLVtoday at 9:37 AM

Slop-ish site but the live diagram is neat!

zuzululutoday at 7:06 AM

justneed this for anker mouse

misterchephtoday at 7:49 AM

cant stop the slop

girishrtoday at 7:36 AM

[dead]

🔗 View 5 more comments