nostr:npub1zfss807aer0j26mwp2la0ume0jqde3823rmu97ra6sgyyg956e0s6xw445 idk how to mention on gossip lol sorry for spamming
you can use @ in composer to mention, but look like it have bug and not work, let me check it
Lume v1.2.1 is now available for macOS (Windows and Linux versions coming later), this release includes new features and numerous bug fixes. You can try it out here: https://github.com/luminous-devs/lume/releases/tag/v1.2.1
I am working on ensuring consistency between macOS and Windows/Linux, as well as implementing new features, such as:
- Support Alby nostr-wallet-connect
- Improving native notifications
- Implementing focus mode for newsfeed
- Implementing NIP-44
First time testing Lume on Linux, and it's really bad (it's not working on my machine either) 😅. I'll spend more time improving it.
maybe next month 🔥
nostr:npub1zfss807aer0j26mwp2la0ume0jqde3823rmu97ra6sgyyg956e0s6xw445 is there a way to clear the nsec memory for lume in windows? I’m stuck on the “enter password to unlock” screen and don’t have an nsec that works to reset the pw.
Hi, if you're using macOS, you can temporary reset by delete local data at: /Users/
I'll add reset button to UI in the next update
Lume will soon receive more bug fixes and features. 🔥
Space now supports NIP-23 and NIP-94 widgets, and Trending has become a widget as well, making it easier to explore content on Nostr.
I have fixed many bugs in the last week, but I still need some time to polish. Expect the release next week. #nostr
Highlighter get hang in my browser

It would be nice if the NDK supported NIP-44 out of the box. 😅
ndk.getSharedKey
ndk.nip44Encrypt
ndk.nip44Decrypt
Lume will use nip44 by default in the next update 🔥
Lume new release and future plan ❤️
Yo, I've just released Lume v1.2.0 for Linux and macOS. You can try it out now. (Due to a Tauri v2 bug, I will release v1.2.0 for Windows later.)
https://github.com/luminous-devs/lume/releases/tag/v1.2.0
Unfortunately, Lume is still very buggy, and I do not believe it is ready for daily use. Therefore, I have designated it as "beta," and I will not be adding any new features in the upcoming release (expected in 1-2 weeks). Instead, I will focus on improving the current features and performance. My original plan for the next release was to include NIP-44 and Group Chat.
Regarding the future plans for Lume, I have a few things in mind, some of which are just ideas, while others I will be implementing:
- Multi-theme system: Users can choose and install themes created by the community. Theme authors can set their themes as either free or paid (with bitcoin).
- Extension/Plugin/Mini app (I am not sure about the final name): Similar to the theme system, users can enhance and extend Lume's features by installing community "plugins." I have a few plugin examples in mind, such as adding SimpleX chat to Lume or adding AI features for auto-generating content.
- Lume Relay: The Lume app can also function as a Nostr relay, this is just an idea and I haven't given it much thought yet. However, I imagine that Lume could act as a relay and be added to a user's relay list metadata (NIP-65). When other Lume users (Nostr's users) want to obtain information from a previous user, they will first look into the user's relay.
These are all the major plans I have for Lume. While there are still many other things that I have not described here, I will introduce them in the future.
In the next day, I will apply for a grant from Open Sats. If I am granted the funds, I will expand Lume's team (currently only consisting of myself 😅), which will allow me to work faster. If I fail to receive the grant, I will still continue to work, but at a slower pace 😁.
To be honest, I don't have advanced skills and have never built anything significant before. Lume is my first project being released as open source. Despite this, I will try my best and see what happens next.
Can’t seem to get lume to work for me on Ubuntu 22.04 LTS. It’s always stuck on the « Prefetching data… ».
Do you have any idea about that nostr:npub1zfss807aer0j26mwp2la0ume0jqde3823rmu97ra6sgyyg956e0s6xw445 ?
oh, look like something error occurs in prefetching data step
I'll release ver 1.2.0 on tomorrow, which include a lot of improvement, and better handle error instead of stuck forever
yes, tauri in windows is using edge webview https://tauri.app/v1/references/webview-versions/
v1.2.0 is not released yet, but you can build from source
How an app can get noticed when they care about UI/UX!
Lume offer a great onboard experience implementing NIP-65 by nostr:npub1acg6thl5psv62405rljzkj8spesceyfz2c32udakc2ak0dmvfeyse9p35c, read more here: https://mikedilger.com/gossip-model/
I'll working on relay manager screen, not only on onboarding process, user can see all relays which using by their follow/network
yes, I'm using tauri-stronghold (https://github.com/tauri-apps/plugins-workspace/tree/v2/plugins/stronghold) for secure storage, password is used to encrypt.
my code for this part: https://github.com/luminous-devs/lume/blob/main/src/utils/hooks/useSecureStorage.tsx
you mean recover password?, yes I have made simple reset password by input privkey + new password, but I'll still thinking better flow for it
