nostr:npub1zfss807aer0j26mwp2la0ume0jqde3823rmu97ra6sgyyg956e0s6xw445 ’s https://lume.nu/ is the most beautiful desktop client that I know of. Check it out.

I still miss some of the UI design from 3.X. Especially because 3.X shows lots of content by default.

Reply to this note

Please Login to reply.

Discussion

Yo, thanks for recommending Lume. I will adjust some design aspects and the default window size to display more content. In v4, I am using a different approach. Instead of including everything at once, which is hard to optimize, I am adding features one by one.

My main focus now is still to optimize Lume because, with the power of rust-nostr and without the bottleneck of the browser, it should be the fastest nostr client out there.

Anyway, I've pushed a new version which has improved the virtual list and fixed some bugs. 😊

https://github.com/lumehq/lume/releases/tag/v4.0.11

I will keep an close eye on it because I want to refactor away from the browser as well

In future I will migrate from webview renderer to some native renderer too, some found some good choices:

https://github.com/DioxusLabs/dioxus (with WGPU or Skia renderer)

https://github.com/zed-industries/zed/blob/main/crates/gpui/README.md

Looking forward to using V4 on Ubuntu 🙌